Docs.rs
candle-gemm-0.16.0
candle-gemm 0.16.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
LaurentMazare
Narsil
Dependencies
dyn-stack ^0.9
normal
candle-gemm-c32 ^0.16
normal
candle-gemm-c64 ^0.16
normal
candle-gemm-common ^0.16
normal
candle-gemm-f16 ^0.16
normal
candle-gemm-f32 ^0.16
normal
candle-gemm-f64 ^0.16
normal
lazy_static ^1.4
normal
num-complex ^0.4
normal
num-traits ^0.2
normal
paste ^1.0
normal
raw-cpuid ^10.7
normal
rayon ^1.7
normal
seq-macro ^0.3
normal
assert_approx_eq ^1.1.0
dev
criterion ^0.4
dev
nalgebra ^0.32.2
dev
num_cpus ^1.16.0
dev
rand ^0.8.5
dev
rayon ^1.7
dev
Versions
25%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate candle_gemm
candle_
gemm
0.16.0
All Items
Crate Items
Structs
Enums
Functions
Type Aliases
Crate
candle_
gemm
Copy item path
Source
Structs
§
f16
A 16-bit floating point type implementing the IEEE 754-2008 standard
binary16
a.k.a “half” format.
Enums
§
Parallelism
Functions
§
gemm
⚠
dst := alpha×dst + beta×lhs×rhs
Type Aliases
§
c32
c64