Skip to content

Commit f0fb019

Browse files
committed
v0.21.2-rc1 -> v0.21.2-rc2
1 parent 6002388 commit f0fb019

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

changelog.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
v0.21.2-rc1 (2019-05-05)
1+
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)
29
~~~~~~~~~~~
310

411
* Make --sticky-endgames on by default (still off in training) (#844)

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 21
33
#define LC0_VERSION_PATCH 2
4-
#define LC0_VERSION_POSTFIX "rc1"
4+
#define LC0_VERSION_POSTFIX "rc2"

0 commit comments

Comments
 (0)