Skip to main content

Module device

Module device 

Source
Expand description

Level Zero device wrapper.

Loads libze_loader.so (Linux) or ze_loader.dll (Windows) at runtime via libloading and exposes a safe Rust handle. On macOS every constructor returns LevelZeroError::UnsupportedPlatform.

Structs§

LevelZeroDevice
An Intel GPU device accessed via the Level Zero API.