Skip to content

Commit 0dc086a

Browse files
[mlir] Fix integration tests after #120580 (#120729)
This commit should have been part of #120580.
1 parent e11d49c commit 0dc086a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: | mlir-opt -pass-pipeline='builtin.module(gpu.module(strip-debuginfo,convert-gpu-to-nvvm),nvvm-attach-target)' \
44
// RUN: | mlir-opt -gpu-async-region -gpu-to-llvm -reconcile-unrealized-casts -gpu-module-to-binary="format=%gpu_compilation_format" \
55
// RUN: | mlir-opt -async-to-async-runtime -async-runtime-ref-counting \
6-
// RUN: | mlir-opt -convert-async-to-llvm -convert-func-to-llvm -convert-arith-to-llvm -reconcile-unrealized-casts \
6+
// RUN: | mlir-opt -convert-async-to-llvm -convert-func-to-llvm -convert-arith-to-llvm -convert-cf-to-llvm -reconcile-unrealized-casts \
77
// RUN: | mlir-cpu-runner \
88
// RUN: --shared-libs=%mlir_cuda_runtime \
99
// RUN: --shared-libs=%mlir_async_runtime \

0 commit comments

Comments
 (0)