borg323
borg323
This patch can be used to disable specific lc0 backends using the meson command line. The original intention was to disable the TensorFlow backend, which can be done by specifying...
The attached .plain file is converted to a bad .binpack file but passes validation. Conversion to .bin works, but again converting the .bin to .binpack again results in a bad...
This adds a new architecture that instead of processor dependent hand vectorized code uses Intel's open source ispc (Implicit SPMD Program Compiler) with higher level input code. The objective is...
### Describe the issue Several operators that should support bfloat16 do not do so with the CUDA execution provider. This was noticed with `ReduceMean`, but here is the complete list:...
Section 7.5.4 says that "Non-ZSCII characters never need to be printed to stream 4." However, if filenames are also recorded, how are those that contain non-ZSCII characters handled?