candle/candle-kernels
Laurent Mazare 944d70bd9a
Add a test for scatter add. (#238)
* Add a test for scatter add (segfaults on gpus for now).

* Bugfix for the scatter add cuda kernel.
2023-07-25 09:12:14 +01:00
..
src Add a test for scatter add. (#238) 2023-07-25 09:12:14 +01:00
Cargo.toml Refactor the hierarchy. 2023-06-27 11:57:27 +02:00
README.md Revert "Add the layer norm files. (#222)" (#223) 2023-07-22 16:51:11 +01:00
build.rs Revert "Add the layer norm files. (#222)" (#223) 2023-07-22 16:51:11 +01:00

README.md

candle-kernels

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