Files
candle/candle-kernels
Nicolas Patry fefdc0228a Fixing the cached build.
- 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.
2023-07-05 18:12:17 +02:00
..
2023-07-03 18:31:55 +01:00
2023-07-05 18:12:17 +02:00
2023-06-27 11:57:27 +02:00
2023-06-27 11:57:27 +02:00

candle-kernels

This crate contains CUDA kernels used from candle. Some of these implementations come from the dfdx crate.