Expand description
GPU memory buffer management
The published oxirs-vec build is 100% Pure Rust: this buffer is backed by
host memory. Real CUDA device memory (cudaMalloc/cudaMemcpy/cudaFree)
lives in the quarantined oxirs-vec-adapter-cuda crate (publish = false) per
the COOLJAPAN Pure Rust Policy v2.
Structsยง
- GpuBuffer
- GPU memory buffer for vector data