Skip to main content

Module memory

Module memory 

Source
Expand description

WebGPU buffer manager — allocates, copies, and frees wgpu::Buffer objects through an opaque u64 handle interface that mirrors the CUDA device-pointer model used by the rest of OxiCUDA.

Structs§

WebGpuBufferInfo
Internal record for a single allocated wgpu::Buffer.
WebGpuMemoryManager
Manages a pool of device-resident wgpu::Buffer objects, returning opaque u64 handles to callers.