For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo module
structuring
Provides structured sparsity utilities for scatter-gather operations on GPU.
comptime values
NVIDIASharedMemoryManager
comptime NVIDIASharedMemoryManager = SharedMemoryManager[NVIDIASharedMemoryBasePtr]
Structs
-
IteratorScatterGatherAmd: Iterator-based AMD scatter-gather for DRAM-register data movement. -
NVIDIASharedMemoryBasePtr: NVIDIA implementation ofSharedMemoryBasePtrusing external memory. -
ScatterGatherAmd: AMD tile-based scatter-gather for DRAM-register data movement. -
SharedMemoryManager: Manages bump allocation of tiles and arrays from a shared memory base pointer.
Traits
-
SharedMemoryBasePtr: Defines a base pointer into GPU shared memory with a fixed alignment.