diff options
author | Ivar Flakstad <69173633+ivarflakstad@users.noreply.github.com> | 2024-01-14 17:10:54 +0100 |
---|---|---|
committer | Ivar Flakstad <69173633+ivarflakstad@users.noreply.github.com> | 2024-01-14 17:10:54 +0100 |
commit | ecf88a6d381e40c8db1c643dff2753fd877fae92 (patch) | |
tree | 9b6db2ec9a37a48185f323ab4c5e8b0baaa20221 /candle-examples/examples/custom-ops/cuda_kernels.rs | |
parent | e06e8d0dbea3a052195f4ca27fb5ddcdbf1cd30c (diff) | |
parent | e6d86b081980196745e5f0b0eda8ce5334c0ff67 (diff) | |
download | candle-ecf88a6d381e40c8db1c643dff2753fd877fae92.tar.gz candle-ecf88a6d381e40c8db1c643dff2753fd877fae92.tar.bz2 candle-ecf88a6d381e40c8db1c643dff2753fd877fae92.zip |
Merge branch 'main' into ivarflakstad/metal-prng
Diffstat (limited to 'candle-examples/examples/custom-ops/cuda_kernels.rs')
-rw-r--r-- | candle-examples/examples/custom-ops/cuda_kernels.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/candle-examples/examples/custom-ops/cuda_kernels.rs b/candle-examples/examples/custom-ops/cuda_kernels.rs index c00b601b..e69de29b 100644 --- a/candle-examples/examples/custom-ops/cuda_kernels.rs +++ b/candle-examples/examples/custom-ops/cuda_kernels.rs @@ -1 +0,0 @@ -pub const LAYERNORM_KERNELS: &str = include_str!(concat!(env!("OUT_DIR"), "/layernorm_kernels.ptx")); |