summaryrefslogtreecommitdiff
path: root/candle-examples/examples/custom-ops/cuda_kernels.rs
blob: 0bee73aadbbc3bdbd4e3b2294273cf125677f9da (plain)
1
2
#[rustfmt::skip]
pub const LAYERNORM_KERNELS: &str = include_str!(concat!(env!("OUT_DIR"), "/examples/custom-ops/kernels//layernorm_kernels.ptx"));