diff --git a/changelog.txt b/changelog.txt index 3cf0c95a6e..8e6eb66e2b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/src/version.inc b/src/version.inc index 9d83fcb157..2b8f4a8818 100644 --- a/src/version.inc +++ b/src/version.inc @@ -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"