Skip to main content

Module io_loop

Module io_loop 

Source
Expand description

Autonomous IO loop for persistent megakernel.

This module implements Innovation I.5: host-side pump thread that polls the GPU’s io_queue for requests and services them via io_uring. This removes the CPU from the dispatch critical path.

Structs§

MegakernelIoLoop
Host-side pump that services GPU-driven IO requests.
RegisteredIoDestination
Fixed-buffer destination registered with io_uring.