onednnl-sys 0.0.1

sys bindings to oneDNN Deep Learning Library
Documentation
  • Coverage
  • 74.99%
    2246 out of 2995 items documented8 out of 8 items with examples
  • Size
  • Source code size: 566.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 90.6 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 53s Average build duration of successful builds.
  • all releases: 53s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • boydjohnson

oneAPI oneDNN Rust -sys bindings

Build Status

high-level bindings at onednnl-rs

build

source /opt/intel/oneapi/setvars.sh
cargo build
cargo build --all-features

test

source /opt/intel/oneapi/setvars.sh
cargo test
cargo test --all-features

docs

source /opt/intel/oneapi/setvars.sh
cargo doc
cargo doc --all-features