Add a couple cuda kernels from dfdx.

This commit is contained in:
laurent
2023-06-22 12:56:29 +01:00
parent 625e08d6ab
commit 4b1c3405e9
9 changed files with 501 additions and 0 deletions

4
kernels/README.md Normal file
View File

@ -0,0 +1,4 @@
# candle-kernels
This crate contains CUDA kernels used from candle. Some of these implementations
come from the [dfdx crate](https://github.com/coreylowman/dfdx).