Skip to main content

Module device

Module device 

Source
Expand description

GPU detection for the WAVE runtime.

Probes the system for available GPU hardware and returns a Device with vendor and name information. Falls back to the WAVE emulator when no supported GPU is found.

Structs§

Device
Detected GPU device.

Enums§

GpuVendor
GPU vendor classification.

Functions§

detect_gpu
Detect the best available GPU on the system.