diff options
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, 1 insertions, 0 deletions
diff --git a/candle-examples/examples/custom-ops/cuda_kernels.rs b/candle-examples/examples/custom-ops/cuda_kernels.rs index 07d18342..0bee73aa 100644 --- a/candle-examples/examples/custom-ops/cuda_kernels.rs +++ b/candle-examples/examples/custom-ops/cuda_kernels.rs @@ -1 +1,2 @@ +#[rustfmt::skip] pub const LAYERNORM_KERNELS: &str = include_str!(concat!(env!("OUT_DIR"), "/examples/custom-ops/kernels//layernorm_kernels.ptx")); |