Next Generation Media & Device
WGPU: Modern GPU Programming In Rust
Speakers
Presentation Slides
Presentation Video
GPUs have great performance—if you can make your problem fit their computational model. Hyperthreading, local memory spaces, mandatory vectorization, and other quirks all affect how GPU code should be written. WGPU is a cross-platform API for GPU coding.