[Mlir-commits] [mlir] [MLIR][ExecutionEngine] Tolerate CUDA_ERROR_DEINITIALIZED in mgpuModuleUnload (PR #190563)
Jared Hoberock
llvmlistbot at llvm.org
Mon Apr 6 14:35:18 PDT 2026
jaredhoberock wrote:
The buildbot failure on `Integration/GPU/CUDA/async.mlir` revealed that the test produces wrong output (`[42, 42]` instead of `[84, 84]`) intermittently, which is separate from the cleanup errors this PR addresses. I've reverted the FileCheck re-enable to keep the test in its previously-disabled state. The cleanup error fix stands; #170833 remains open.
https://github.com/llvm/llvm-project/pull/190563
More information about the Mlir-commits
mailing list