[Mlir-commits] [mlir] d02471a - [MLIR] Partially disable test/Integration/GPU/CUDA/async.mlir

Mehdi Amini llvmlistbot at llvm.org
Fri Dec 5 03:54:17 PST 2025


Author: Mehdi Amini
Date: 2025-12-05T03:54:04-08:00
New Revision: d02471ae5e5f593d564dbaafd83535062d6f72af

URL: https://github.com/llvm/llvm-project/commit/d02471ae5e5f593d564dbaafd83535062d6f72af
DIFF: https://github.com/llvm/llvm-project/commit/d02471ae5e5f593d564dbaafd83535062d6f72af.diff

LOG: [MLIR] Partially disable test/Integration/GPU/CUDA/async.mlir

This test is flaky, needs investigation.

See #170833

Added: 
    

Modified: 
    mlir/test/Integration/GPU/CUDA/async.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/GPU/CUDA/async.mlir b/mlir/test/Integration/GPU/CUDA/async.mlir
index 5acadd61f432c..3e45b5af5826c 100644
--- a/mlir/test/Integration/GPU/CUDA/async.mlir
+++ b/mlir/test/Integration/GPU/CUDA/async.mlir
@@ -8,8 +8,11 @@
 // RUN:   --shared-libs=%mlir_cuda_runtime \
 // RUN:   --shared-libs=%mlir_async_runtime \
 // RUN:   --shared-libs=%mlir_runner_utils \
-// RUN:   --entry-point-result=void -O0 \
-// RUN: | FileCheck %s
+// RUN:   --entry-point-result=void -O0
+// RUN:
+// This test is overly flaky right now and needs investigation, skipping FileCheck.
+// See: https://github.com/llvm/llvm-project/issues/170833
+// DISABLED: | FileCheck %s
 
 func.func @main() {
   %c0    = arith.constant 0 : index


        


More information about the Mlir-commits mailing list