Skip to content

Commit d4d7d5f

Browse files
committed
Mark 0.31.0-rc2
1 parent e056bd1 commit d4d7d5f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

changelog.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
v0.31.0-rc1 (2024-03-25)
1+
v0.31.0-rc2 (2024-04-16)
2+
~~~~~~~
3+
* Changed cuda compilation options to use `-arch=native` or `-arch=all-major`
4+
if no specific version is requested, with fallback for older cuda that don't
5+
support those options.
6+
* Updated android builds to use openblas 0.3.27.
7+
* A few small fixes.
8+
9+
v0.31.0-rc1 (2024-03-25)
210
~~~~~~~
311
* The blas, cuda, eigen, metal and onnx backends now have support for multihead
412
network architecture and can run BT3/BT4 nets.

src/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define LC0_VERSION_MAJOR 0
22
#define LC0_VERSION_MINOR 31
33
#define LC0_VERSION_PATCH 0
4-
#define LC0_VERSION_POSTFIX "rc1"
4+
#define LC0_VERSION_POSTFIX "rc2"

0 commit comments

Comments
 (0)