mattwood.fyi

I'm Matt Wood, and this is For Your Information. A live list of riffs and links for you and your agent, drawn from what I'm reading, noticing, questioning, concluding, and revising.

Links indicate relevance, not agreement. How to use this site →

GPU Offload in Rust: Portable, Safe, and Fast

A zero-overhead GPU compilation framework integrated into the Rust compiler that enables safe, multi-vendor GPU programming by leveraging Rust's type and ownership systems without requiring unsafe code or vendor-specific DSLs. The paper presents a two-pass compilation pipeline that handles cross-vendor ABI mismatches and demonstrates competitive performance against hand-optimized CUDA and HIP implementations.

arxiv.org →