numrs/codegen/
cuda.rs

1/// CUDA codegen placeholder. Kernel templates live here as strings for future compilation.
2pub fn kernel_template() -> &'static str { "// CUDA kernel template (prototype)" }