Cargo Features

[dependencies]
smelte-rs = { version = "0.1.0", default-features = false, features = ["cblas", "intel-mkl", "f16", "matrixmultiply"] }
default = cblas

The cblas feature is set by default whenever smelte-rs is added without default-features = false somewhere in the dependency tree.

cblas default intel-mkl? = cblas-sys
intel-mkl = cblas
f16

Enables half and num-traits

matrixmultiply

With threading

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

cblas-sys cblas