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 wheneversmelte-rs
is added without
somewhere in the dependency tree.default-features = false - 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.