trueno-gpu 0.4.29

Pure Rust PTX generation for NVIDIA CUDA - no LLVM, no nvcc
Documentation
1
2
3
4
5
6
7
use super::*;
use crate::kernels::Kernel;

mod full_compression;
mod gpu_integration;
mod kernel_basics;
mod wgsl_backend;