Structs§
- Aligned
Buffer - 64-byte aligned buffer for SIMD operations (covers SSE/AVX/AVX-512).
- Buffer
Options - Options for buffer allocation.
- CpuAllocator
- CPU allocator using system memory.
- Disk
Allocator - DISK allocator using memory-mapped files (Tinygrad: ops_disk.py). Read-only — cannot execute kernels. Data is transferred via COPY.
Enums§
- RawBuffer
- Opaque handle to device memory.