Expand description
CPU backend implementation for GPU abstraction
This provides a CPU-based fallback implementation of the GPU backend interface, useful for testing and systems without GPU support.
Structsยง
- CpuBackend
- CPU backend implementation
- CpuBuffer
- CPU-based buffer implementation
- CpuKernel
- CPU-based kernel implementation