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

cuda

Enables cuda of bitnet-cpp-sys

metal

Enables metal of bitnet-cpp-sys

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.