-
| | |
| --- | --- |
| Bugzilla Link | [33131](https://llvm.org/bz33131) |
| Resolution | FIXED |
| Resolved on | Sep 10, 2019 13:30 |
| Version | unspecified |
| OS | NetBSD |
| CC | @emaste,@rui314…
-
The help pages are not displayed on the front end !
-
Hello! 0.24rc2 arm7a doesn't work at all, did you change API level or it contains bug?
-
Network specifications expect only the base name (ID), for example use
LC0:703810
instead of
LC0:weights_run2_703810.pb
This behavior may be convenient but could also be confusing. Conside…
-
lc0-v0.26.3-windows-gpu-nvidia-cudnn
```
[Event "?"]
[Site "?"]
[Date "2021.02.20"]
[Round "?"]
[White "lc0"]
[Black "Stockfish 13"]
[Result "0-1"]
[FEN "rpbqkbpr/nnnnnnnn/8/8/8/8/NNNNNNNN/…
-
Found on lc0-cuda:
```
uci
ucinewgame
position fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1 moves e2e4 e7e5
go infinite
error Invalid move!
```
-
I wanted to see new flags in GCC to understand this compiler a bit more in-depth, and i encountered a flag that i think it could be a great addition to the compiler explorer website.
Assembly code …
-
Leela support FRC castling now but nets for FRC is yet to be trained.
-
Currently we kind of support `--incremental` to run incremental sanity checks. In reality, we still run it for all files:
https://github.com/tensorflow/tensorflow/blob/0e4117f67192a140466ba66513035…
-
I think that `mask_for_loop_tail` calculates the mask via scalar code, which is then assembled into a mask vector. (I checked with AVX2.) Using `iota()` instead of calculating the mask element-by-elem…