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 9248d47 commit 0508a40Copy full SHA for 0508a40
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.4.0]
6
+
7
+- Compatible with Julia v1.4 while not support before v1.3
8
+- Not support old version CuArrays, CUDAnative and CUDAapi
9
+- Improve performance of scatter operations for CPU and new benchmark (#29)
10
+- Scatters support almost all Real numbers except Bool on CPU
11
+- Add benchmark for scatter operations
12
+- Implement TopKPool layer (#22)
13
14
## [0.3.0]
15
16
- Improve performance of scatter operations in both CPU/CUDA version
0 commit comments