diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-06-27 11:57:27 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-06-27 11:57:27 +0200 |
commit | d7f729fb8f1d4b224f18ca3d7ae1163afe57a094 (patch) | |
tree | f60643690f3c7f34ae64923771cd568d75d85f5c /candle-kernels/README.md | |
parent | 6c4a960b15404b9307328fa4e2c929f813b6b092 (diff) | |
download | candle-d7f729fb8f1d4b224f18ca3d7ae1163afe57a094.tar.gz candle-d7f729fb8f1d4b224f18ca3d7ae1163afe57a094.tar.bz2 candle-d7f729fb8f1d4b224f18ca3d7ae1163afe57a094.zip |
Refactor the hierarchy.
Diffstat (limited to 'candle-kernels/README.md')
-rw-r--r-- | candle-kernels/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/candle-kernels/README.md b/candle-kernels/README.md new file mode 100644 index 00000000..1043f31f --- /dev/null +++ b/candle-kernels/README.md @@ -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). |