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
Move CUDA init_parcagpu to TestMain to fix singleton reuse
InitializeInjection in libparcagpucupti.so is a singleton — it only
registers CUPTI callbacks on the first call. When TestCUDAEndToEndSingleShot
cleaned up and TestCUDAEndToEndMultiProbe called init_parcagpu again, the
singleton returned 1 without re-registering, leaving callback pointers NULL.
Load the library once in TestMain and clean up once at exit.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments