We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6002388 commit f0fb019Copy full SHA for f0fb019
changelog.txt
@@ -1,4 +1,11 @@
1
-v0.21.2-rc1 (2019-05-05)
+v0.21.2-rc2 (2019-05-22)
2
+~~~~~~~~~~~
3
+
4
+* Add 320 and 352 channel support for fused SE layer (#855)
5
+* SE layer fix when not using fused kernel (#852)
6
+* Fp16 nchw for cudnn-fp16 backend (support GTX 16xx GPUs) (#849)
7
8
+v0.21.2-rc1 (2019-05-05)
9
~~~~~~~~~~~
10
11
* Make --sticky-endgames on by default (still off in training) (#844)
src/version.inc
@@ -1,4 +1,4 @@
#define LC0_VERSION_MAJOR 0
#define LC0_VERSION_MINOR 21
#define LC0_VERSION_PATCH 2
-#define LC0_VERSION_POSTFIX "rc1"
+#define LC0_VERSION_POSTFIX "rc2"
0 commit comments