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 58a1a44 commit 2b88d54Copy full SHA for 2b88d54
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
## [Unreleased]
10
11
### Added
12
+- oneDNN is used for GEMM on CPU.
13
14
### Fixed
15
- Multi-loss casts type to first loss-type before accumulation (aborted before due to missing cast)
@@ -29,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
29
30
- Faster LSH top-k search on CPU
31
- Updated intgemm to the latest upstream version
32
- Parameters in npz files are no longer implicitly assumed to be row-ordered. Non row-ordered parameters will result in an abort
33
+- MKL is no longer used as a backend for the CPU.
34
35
## [1.11.0] - 2022-02-08
36
0 commit comments