Build-time PTX compilation for warp-types GPU kernels.
Use in your build.rs to cross-compile a kernel crate to PTX,
then load the generated PTX at runtime via cudarc.
Example
// build.rs
new
.build
.expect;
Then in your main crate:
// src/main.rs