onednn-src 0.1.2

Source of oneAPI Deep Neural Network Library (oneDNN)
Documentation
[build-dependencies.cmake]
version = "0.1"

[features]
default = ["training"]
experimental = []
graph = []
inference = []
training = []
verbose = []

[lib]
name = "onednn_src"
path = "src/lib.rs"

[package]
authors = ["Junpei Kawamoto <kawamoto.junpei@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science"]
description = "Source of oneAPI Deep Neural Network Library (oneDNN)"
edition = "2024"
include = ["/src", "build.rs", "LICENSE", "/oneDNN/cmake", "/oneDNN/include", "/oneDNN/src", "/oneDNN/examples/CMakeLists.txt", "/oneDNN/tests/CMakeLists.txt", "/oneDNN/third_party", "/oneDNN/CMakeLists.txt", "/oneDNN/LICENSE", "/oneDNN/README.binary.in", "/oneDNN/THIRD-PARTY-PROGRAMS"]
keywords = ["deep-neural-networks", "deep-learning", "oneapi", "onednn"]
license = "MIT"
links = "dnnl"
name = "onednn-src"
readme = "README.md"
repository = "https://github.com/jkawamoto/onednn-src"
version = "0.1.2"