mlas-sys 0.1.0-dev.5

FFI bindings to a vendored subset of ONNX Runtime's MLAS SGEMM kernels (opt-in, x86-64 Linux).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mlas-sys"
version.workspace = true
edition = "2021"
license = "MIT"
repository = "https://github.com/justinchuby/onnx-genai"
description = "FFI bindings to a vendored subset of ONNX Runtime's MLAS SGEMM kernels (opt-in, x86-64 Linux)."

# Kept out of `default-members` (see root Cargo.toml) so the opt-in vendored
# C++/asm build cannot affect the default `cargo build`/`cargo test`.
[lints]

[dependencies]
rayon = "1"

[build-dependencies]
cc = "1"