Cargo Features

ggblas has no features set by default.

[dependencies]
ggblas = { version = "0.1.2", features = ["intel-mkl", "cblas", "faer-rs", "f16", "matrixmultiply"] }
intel-mkl

Enables cblas-sys and libc

Affects ggblas::tests.assert_close, ggblas::tests.matmul

cblas

Enables cblas-sys and libc

Affects ggblas::tests.assert_close, ggblas::tests.matmul

faer-rs

Enables faer-core ^0.7.0

Affects ggblas::tests.assert_close, ggblas::tests.matmul

f16

Enables half

Affects ggml::simd128_f16, ggml::f16, ggblas::f16, raw::f16

Features from optional dependencies

matrixmultiply implicit feature

Affects ggblas::tests.matmul