Skip to content

Commit 7775be4

Browse files
[mlir] Fix GPU integration test (part 2) (#98918)
Fix tests that were broken by #97903.
1 parent 03fe7a8 commit 7775be4

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
@@ -1,7 +1,7 @@
11
// RUN: mlir-opt %s \
22
// RUN: | mlir-opt -gpu-kernel-outlining \
33
// RUN: | mlir-opt -pass-pipeline='builtin.module(gpu.module(strip-debuginfo,convert-gpu-to-nvvm),nvvm-attach-target)' \
4-
// RUN: | mlir-opt -gpu-async-region -gpu-to-llvm -gpu-module-to-binary="format=%gpu_compilation_format" \
4+
// 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 \
66
// RUN: | mlir-opt -convert-async-to-llvm -convert-func-to-llvm \
77
// RUN: | mlir-cpu-runner \

0 commit comments

Comments
 (0)