Module global_memory

Source

Structsยง

MappedTensorReader
A view of a tensor that starts reading data from a specified offset. Uses a TensorMap to actually execute the load.
TensorReader
A view of a tensor that starts reading data from a specified offset. Ensures safe access by preventing out-of-bounds errors. Includes pre-fetched shapes and strides for optimized performance.
TensorWriter
A view of a tensor that starts reading data from a specified offset. Ensures safe access by preventing out-of-bounds errors. Includes pre-fetched shapes and strides for optimized performance.
Window
Contiguous slice wrapper for memcpy_async loading