Cargo Features
[dependencies]
bitnet-cpp = { version = "0.0.2", default-features = false, features = ["cuda", "metal", "dynamic-link", "vulkan", "native", "openmp", "sampler"] }
- default = openmp
-
The
openmp
feature is set by default wheneverbitnet-cpp
is added without
somewhere in the dependency tree.default-features = false - cuda
-
Enables cuda of bitnet-cpp-sys
- metal
-
Enables metal of bitnet-cpp-sys
- dynamic-link
-
Enables dynamic-link of bitnet-cpp-sys
- vulkan
-
Enables vulkan of bitnet-cpp-sys
- native
-
Enables native of bitnet-cpp-sys
- openmp default
-
Enables openmp of bitnet-cpp-sys
- sampler
BitNet-cpp has 8 features without comments.