[package]
edition = "2024"
name = "onednn-src"
version = "0.1.13"
authors = ["Junpei Kawamoto <kawamoto.junpei@gmail.com>"]
build = "build.rs"
links = "dnnl"
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",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source of oneAPI Deep Neural Network Library (oneDNN)"
readme = "README.md"
keywords = [
"deep-neural-networks",
"deep-learning",
"oneapi",
"onednn",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/jkawamoto/onednn-src"
[features]
default = ["training"]
experimental = []
graph = []
inference = []
training = []
verbose = []
[lib]
name = "onednn_src"
path = "src/lib.rs"
[build-dependencies.cmake]
version = "0.1"