onednnl 0.0.1

high-level bindings to oneDNN Deep Learning library
Documentation
# onednnl-rs

[![Build Status](https://github.com/boydjohnson/onednnl-rs/actions/workflows/ci-intel.yml/badge.svg)](https://github.com/boydjohnson/onednnl-rs/actions/workflows/ci-intel.yml)


High-level bindings to the oneDNN C api.

## build

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

## test

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

## docs
```bash
source /opt/intel/oneapi/setvars.sh
cargo doc
```

## bench
```bash
source /opt/intel/oneapi/setvars.sh
cargo bench
```