Reading Paths
Use this page when you do not want to read the repository in directory order.
Path 1: First contact
Best for readers who want a fast orientation before opening code.
Path 2: Kernel optimization
Best for readers chasing performance mechanics first.
Path 3: Reusable CUDA library design
Best for readers more interested in interfaces, library shape, and reuse.
Path 4: Inference system integration
Best for readers who care about how kernels become part of a runnable system.
Verification reality
- Docs and Pages builds are CPU-safe.
- CUDA build and runtime validation still belong on a real GPU machine.
- Use Workflow for the repo change loop and verification commands.