Cargo Features
ebcandle-core has no features set by default.
[dependencies]
ebcandle-core = { version = "0.7.3", features = ["cuda", "cudnn", "mkl", "accelerate", "metal"] }
- cuda cudnn? = cudarc
-
Enables ebcandle-kernels, ug-cuda, cuda of float8
Affects
ebcandle-core::cuda_backend
,quantized::cuda
… - cudnn = cuda
-
Affects
cuda_backend::cudnn
… - mkl
-
Enables intel-mkl-src and libc
- accelerate
-
Enables accelerate-src and libc
- metal
-
Enables ebcandle-metal-kernels, metal ^0.27.0, and ug-metal
Affects
ebcandle-core::metal_backend
,quantized::metal
…
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.