Overview
Improve NVRTC JIT compiler robustness with error handling, retry logic, and fallback paths.
Tasks
NVRTC Error Handling
JIT Warmup Cache
PTX ISA Mismatch Fallback
Implementation Location
Related Issues
Notes
This is separate from v0.2.4's goal of shipping NVRTC DLLs. This issue focuses on making the JIT compiler more robust regardless of how NVRTC is loaded.
Overview
Improve NVRTC JIT compiler robustness with error handling, retry logic, and fallback paths.
Tasks
NVRTC Error Handling
JIT Warmup Cache
PTX ISA Mismatch Fallback
Implementation Location
native/jit/- C++ NVRTC wrapperrust/pygpukit-core/- Rust coordinationRelated Issues
Notes
This is separate from v0.2.4's goal of shipping NVRTC DLLs. This issue focuses on making the JIT compiler more robust regardless of how NVRTC is loaded.