mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-07-16 16:57:56 +00:00
* `gpuFree*()` functions are usually called during process teardown, so we let them ignore regarding errors. * `AvoidCudaGraphCaptureGuard` is constructed in `gpuFree*()` functions, so it needs the same fix.