Skip to content

Metal Backend and TensorRT Compile Bugfix

Choose a tag to compare

@lightvector lightvector released this 04 Jun 14:17
· 134 commits to master since this release

This is not the latest release - see a more recent release at v1.16.4!

Changes this Release

This is a quick bugfix release for two issues:

  • Fix major bug in v1.16.1 neural net weight calculations that completely broke the Metal backend. (Thanks to @dfannius and @ChinChangYang for quick reporting and fix and testing!)
  • Fix issue in detecting versions from TensorRT header files with certain recent TensorRT versions when compiling from source.

The changes in this release compared to v1.16.1 mainly only affect users using the Metal backend or who were building TensorRT from source, so users on v1.16.1 on backends besides Metal and who are not building from source don't need to upgrade. (Users on version v1.16.0, though, should still upgrade to fix issues with potential KataGo crashes).