Next Generation Media & Device

WGPU: Modern GPU Programming In Rust

Speakers
Date / Time
2024-10-17
10:30

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.