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§
- Megakernel
IoLoop - Host-side pump that services GPU-driven IO requests.
- Registered
IoDestination - Fixed-buffer destination registered with io_uring.