diff options
author | Ivar Flakstad <69173633+ivarflakstad@users.noreply.github.com> | 2024-01-12 07:19:58 +0100 |
---|---|---|
committer | Ivar Flakstad <69173633+ivarflakstad@users.noreply.github.com> | 2024-01-12 07:19:58 +0100 |
commit | e63bb8661beb4ea139f4e7f1d85f56907d918b2b (patch) | |
tree | 2326f731957d56667ba4d432a68f8b37a2b79830 /candle-examples/examples/custom-ops/cuda_kernels.rs | |
parent | 87efb5d8eb6a6c3f17acf326aadcb11ad6900306 (diff) | |
parent | 41915184bb3e530cc8184fdd8841c66df9285684 (diff) | |
download | candle-e63bb8661beb4ea139f4e7f1d85f56907d918b2b.tar.gz candle-e63bb8661beb4ea139f4e7f1d85f56907d918b2b.tar.bz2 candle-e63bb8661beb4ea139f4e7f1d85f56907d918b2b.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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/candle-examples/examples/custom-ops/cuda_kernels.rs b/candle-examples/examples/custom-ops/cuda_kernels.rs index 0bee73aa..c00b601b 100644 --- a/candle-examples/examples/custom-ops/cuda_kernels.rs +++ b/candle-examples/examples/custom-ops/cuda_kernels.rs @@ -1,2 +1 @@ -#[rustfmt::skip] -pub const LAYERNORM_KERNELS: &str = include_str!(concat!(env!("OUT_DIR"), "/examples/custom-ops/kernels//layernorm_kernels.ptx")); +pub const LAYERNORM_KERNELS: &str = include_str!(concat!(env!("OUT_DIR"), "/layernorm_kernels.ptx")); |