Rust SIMD on the GPU
Summary
VectorWare announces that Rust's portable SIMD can run on GPUs, mapping core::simd to warp-level operations and enabling GPU execution with the same source. The article provides a Rust example (relu_dot) and discusses implementation details, benefits, downsides, and future work. It highlights cross-device portability and the potential for CPU/GPU code reuse.