mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 20:22:49 +00:00

* Add a naive conv2d cuda kernel. * Proper conv2d support on the rust side. * Conv1d testing on gpu. * Also use the test on gpus. * Fix the clean-ptx target.
candle-kernels
This crate contains CUDA kernels used from candle. Some of these implementations come from the dfdx crate.