In this version:
- Fix for onnx-trt bug, where the wrong network could be used from the cache.
- Added code to detect RPE nets and give an error instead of bad results.
- Better instructions in the readme and install script for onnx-trt.
- Made
UCI_ShowWDL
again off by default again as some GUIs have issues. - Fixed a long standing issue when compiled with
-ffast-math
(oricx -O3
). - Several improvements to the sycl backend.
- Several improvements to the metal backend.
- Refactored the rescorer code and training data header to make them usable by external tools.
- Relaxed cuda/cudnn version checks so that no warnings are shown for mismatched versions that are supported.
- Several build system updates.
- Assorted small fixes and improvements.