Skip to main content

Module compute

Module compute 

Source
Expand description

Level Zero context + command queue / list scaffold.

Resolves one driver + device by ordinal, creates a ze_context on it, a compute ze_command_queue, and a default ze_command_list. Higher layers will allocate memory and kernels on top; this module is intentionally the minimum to reach a dispatchable state.

Structs§

Context
DeviceBuffer
Kernel
Module