We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f199836 commit d02471aCopy full SHA for d02471a
mlir/test/Integration/GPU/CUDA/async.mlir
@@ -8,8 +8,11 @@
8
// RUN: --shared-libs=%mlir_cuda_runtime \
9
// RUN: --shared-libs=%mlir_async_runtime \
10
// RUN: --shared-libs=%mlir_runner_utils \
11
-// RUN: --entry-point-result=void -O0 \
12
-// RUN: | FileCheck %s
+// RUN: --entry-point-result=void -O0
+// RUN:
13
+// This test is overly flaky right now and needs investigation, skipping FileCheck.
14
+// See: https://github.com/llvm/llvm-project/issues/170833
15
+// DISABLED: | FileCheck %s
16
17
func.func @main() {
18
%c0 = arith.constant 0 : index
0 commit comments