Skip to main content

Module allocator

Module allocator 

Source

Structs§

AlignedBuffer
64-byte aligned buffer for SIMD operations (covers SSE/AVX/AVX-512).
BufferOptions
Options for buffer allocation.
CpuAllocator
CPU allocator using system memory.
DiskAllocator
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.

Traits§

Allocator