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§
- Device
Buffer - CPU-side buffer representing device memory.
Enums§
- Element
Type - Element data type for buffer contents.