Docs.rs
  • gemm-0.18.2
    • gemm 0.18.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sarah-quinones
    • Dependencies
      • dyn-stack ^0.13 normal
      • gemm-c32 ^0.18.2 normal
      • gemm-c64 ^0.18.2 normal
      • gemm-common ^0.18.2 normal
      • gemm-f16 ^0.18.2 normal optional
      • gemm-f32 ^0.18.2 normal
      • gemm-f64 ^0.18.2 normal
      • num-complex ^0.4 normal
      • num-traits ^0.2 normal
      • paste ^1.0 normal
      • raw-cpuid ^11.2 normal
      • seq-macro ^0.3 normal
      • aligned-vec ^0.6.1 dev
      • assert_approx_eq ^1.1.0 dev
      • clap ^4.5.4 dev
      • criterion ^0.5 dev
      • diol ^0.8.3 dev
      • itertools ^0.14.0 dev
      • nalgebra ^0.33.2 dev
      • rand ^0.8.5 dev
      • regex ^1.10.4 dev
      • getrandom ^0.2 dev
    • Versions
    • 20% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

gemm0.18.2

  • All Items

Crate Items

  • Enums
  • Constants
  • Functions
  • Type Aliases

Crate gemm

Source

Enums§

Parallelism

Constants§

DEFAULT_LHS_PACKING_THRESHOLD_MULTI_THREAD
DEFAULT_LHS_PACKING_THRESHOLD_SINGLE_THREAD
DEFAULT_RHS_PACKING_THRESHOLD
DEFAULT_THREADING_THRESHOLD
DEFAULT_WASM_SIMD128

Functions§

gemm⚠
dst := alpha×dst + beta×lhs×rhs
get_lhs_packing_threshold_multi_thread
get_lhs_packing_threshold_single_thread
get_rhs_packing_threshold
get_threading_threshold
get_wasm_simd128
set_lhs_packing_threshold_multi_thread
set_lhs_packing_threshold_single_thread
set_rhs_packing_threshold
set_threading_threshold
set_wasm_simd128

Type Aliases§

c32
c64
f16