Skip to content

Commit 91666b5

Browse files
authored
Merge pull request #6 from SimiaCryptus/copilot/fix-d3736f03-bf86-4ac3-9968-cfb797e43c6f
Add OneDNN-based MNIST neural network implementation for optimized performance
2 parents 26e1aed + b5a8a19 commit 91666b5

File tree

13 files changed

+1965
-6
lines changed

13 files changed

+1965
-6
lines changed

Cargo.lock

Lines changed: 107 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ html-escape = "0.2.13"
3030

3131
[features]
3232
default = ["plotting"]
33-
plotting = ["plotters"]
33+
plotting = ["plotters"]
34+
onednn = ["onednnl"]
35+
36+
[dependencies.onednnl]
37+
version = "0.0.1"
38+
optional = true

0 commit comments

Comments
 (0)