mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00

- rerun-if-change:src/ encapsulates any src modification (including file additions). - Now not rewriting `src/lib.rs` everytime (it triggers new builds.) - Also using modified timestamp to trigger kernel recompilation (should prevent skipping modified source files). - Will also rewrite when a kernel is removed.
candle-kernels
This crate contains CUDA kernels used from candle. Some of these implementations come from the dfdx crate.