Overview
Complete the Kernel Cache LRU system with persistent storage to avoid JIT recompilation across sessions.
Tasks
PTX Cache Persistence
Architecture Fingerprinting
LRU Eviction
Implementation Location
Benefits
- Eliminate JIT compilation overhead on subsequent runs
- Warm startup for production deployments
- Architecture-aware caching prevents invalid kernel reuse
Related Issues
Overview
Complete the Kernel Cache LRU system with persistent storage to avoid JIT recompilation across sessions.
Tasks
PTX Cache Persistence
~/.pygpukit/kernel_cache/Architecture Fingerprinting
LRU Eviction
Implementation Location
rust/pygpukit-core/src/kernel_cache.rsBenefits
Related Issues