Skip to main content

Crate wave_gpu

Crate wave_gpu 

Source
Expand description

WAVE SDK for Rust: write GPU kernels in Rust, run on any GPU.

Thin wrapper around the wave-runtime crate, providing a convenient API for kernel compilation, device detection, array management, and kernel launch.

Modules§

array
Array types for kernel data.
device
GPU detection.
kernel
Kernel compilation and launch.

Enums§

Language
Source language of the input file.
RuntimeError
Errors that can occur during WAVE runtime operations.