Skip to content

Commit

Permalink
Mark 0.31.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
borg323 committed Apr 16, 2024
1 parent e056bd1 commit d4d7d5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
v0.31.0-rc1 (2024-03-25)
v0.31.0-rc2 (2024-04-16)
~~~~~~~
* Changed cuda compilation options to use `-arch=native` or `-arch=all-major`
if no specific version is requested, with fallback for older cuda that don't
support those options.
* Updated android builds to use openblas 0.3.27.
* A few small fixes.

v0.31.0-rc1 (2024-03-25)
~~~~~~~
* The blas, cuda, eigen, metal and onnx backends now have support for multihead
network architecture and can run BT3/BT4 nets.
Expand Down
2 changes: 1 addition & 1 deletion src/version.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define LC0_VERSION_MAJOR 0
#define LC0_VERSION_MINOR 31
#define LC0_VERSION_PATCH 0
#define LC0_VERSION_POSTFIX "rc1"
#define LC0_VERSION_POSTFIX "rc2"

0 comments on commit d4d7d5f

Please sign in to comment.