trueno-gpu 0.4.33

Pure Rust PTX generation for NVIDIA CUDA - no LLVM, no nvcc
Documentation
1
2
3
4
5
6
7
8
//! PTX code generation for the LZ4 warp-cooperative compression kernel
//!
//! ## Submodules
//!
//! - [`build_ptx`]: Full PTX kernel generation with cooperative load,
//!   zero-page detection, LZ4 compression loop, and output phases

mod build_ptx;