You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes improvements across the cuda, onnx and demux backends, along with several search, benchmarking, and training-data fixes.
Several DAG search improvements: concurrent task workers, improved lock contention, garbage collection, more accurate draw score as well as better time keeping.
Added cuda backend graph support and cutlass fused multihead attention.
Refactored demux to reduce lock contention and improve batch handling.
Added support for preferred batch step selection in the cuda, onnx and xla backends.
Added support for network evaluations per second in uci info, enabled by the --show-eps command line switch or UCI_ShowEPS uci option.
Use cuda streams if possible in onnx, for more efficient memory transfers.
Switched onnx-trt to strongly typed graphs to avoid problematic type conversions in TensorRT, added quantization control through the optimize backend option and full bf16 support.
Added the onnx-coreml backend.
Also added the onnx-migraphx backend, with fixed batch sizes recommended for best performance.
Allowed the rescorer to process v7 training data.
Added tracing support.
Search avoids allocating extra computations for better backend buffer reuse.
Improved backendbench statistics and added thread support.
Added back a threads option to the blas backend.
The master version of net.proto is now hosted by lc0 and includes support for fp16 and fp32 weights encoding.
Notable bug fixes:
Restored the --history-fill naming.
Reverted ponder behavior changes.
Fixed castling move display for FRC.
Fixed multiplay issues.
Fixed a DAG n_in_flight underflow bug.
Defaulted cuda backend option fused_mha to false for networks with relu^2 activation.
Fixed a segfault in Python bindings for transformer networks when calling Weights.filters().
Fixed onnx locking.
Several build system updates.
Assorted small fixes and improvements.
This discussion was created from the release v0.33.0-rc0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
This release includes improvements across the cuda, onnx and demux backends, along with several search, benchmarking, and training-data fixes.
--show-epscommand line switch orUCI_ShowEPSuci option.optimizebackend option and full bf16 support.--history-fillnaming.n_in_flightunderflow bug.fused_mhato false for networks withrelu^2activation.Weights.filters().This discussion was created from the release v0.33.0-rc0.
All reactions