Pipeline Gpu Kernel

Apply software pipelining (double-buffering) to a tiled GPU kernel to overlap global memory loads with Tensor Core computation. Covers prologue/loop/epilogue restructuring, LDG-register vs cp.async (LDGSTS) variant selection based on compute/load ratio, shared memory budget verification against architecture-specific occupancy cliffs, and SASS-level verification of load/compute overlap.

pjt222 Updated

File contents

pjt222/agent-almanac/tree/main/skills/pipeline-gpu-kernel commit 1dcc32ec4d

Frequently asked questions

npx skillmds@latest add pjt222/pipeline-gpu-kernel