You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(core.utils): e2e real NVRTC compile through persistent caches
Parametrized over SQLiteProgramCache and FileStreamProgramCache: compile
a trivial CUDA C++ kernel with Program.compile("cubin"), store the
ObjectCode under a key produced by make_program_cache_key, close and
reopen the cache handle, retrieve the entry, and confirm the
deserialised ObjectCode still yields a working Kernel via get_kernel.
Covers the full user flow (compile → persist → reopen → driver load)
that the existing fake-ObjectCode tests do not exercise.
0 commit comments