Cargo Features

candle-core-temp has no features set by default.

[dependencies]
candle-core-temp = { version = "0.3.0", features = ["cuda", "cudnn", "mkl", "accelerate"] }
cuda cudnn? = cudarc

Enables candle-kernels ^0.3.0

Affects candle-core-temp::cuda_backend

cudnn = cuda

Enables cudnn of cudarc ^0.9.14

Affects candle-core-temp::cudnn

mkl

Enables intel-mkl-src and libc

accelerate

Enables accelerate-src and libc

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.

cudarc cuda? cudnn?

Enables cudarc ^0.9.14