onednnl 0.0.1

high-level bindings to oneDNN Deep Learning library
Documentation
  • Coverage
  • 78.45%
    1642 out of 2093 items documented22 out of 1781 items with examples
  • Size
  • Source code size: 397.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 250.15 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

onednnl-rs

Build Status

High-level bindings to the oneDNN C api.

build

source /opt/intel/oneapi/setvars.sh
cargo build

test

source /opt/intel/oneapi/setvars.sh
cargo test

docs

source /opt/intel/oneapi/setvars.sh
cargo doc

bench

source /opt/intel/oneapi/setvars.sh
cargo bench