Skip to main content

Module memory

Module memory 

Source
Expand description

Device memory buffer types for the WAVE runtime.

Provides CPU-side buffer management for kernel arguments. Buffers are serialized to temporary files for subprocess-based kernel launch in v1. Direct GPU memory mapping is planned for v2.

Structs§

DeviceBuffer
CPU-side buffer representing device memory.

Enums§

ElementType
Element data type for buffer contents.