Advanced Topics
Use these pages when working on specialized cuVS development topics that need lower-level implementation context, runtime behavior, or platform-specific guidance.
Topic Guides
- ABI Stability: understand ABI expectations for developer-facing APIs and downstream integrations.
- JIT Compilation: understand when cuVS triggers just-in-time compilation, how caches behave, and how to warm up JIT-compiled kernels.
- Link-time Optimization: use JIT LTO for CUDA compilation, fragment generation, and runtime linking workflows.