summaryrefslogtreecommitdiff
path: root/candle-examples/examples/custom-ops/cuda_kernels.rs
blob: c00b601b34c9bf6275e53661baca42a393a13272 (plain)
1
pub const LAYERNORM_KERNELS: &str = include_str!(concat!(env!("OUT_DIR"), "/layernorm_kernels.ptx"));