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 03fe7a8 commit 7775be4Copy full SHA for 7775be4
mlir/test/Integration/GPU/CUDA/async.mlir
@@ -1,7 +1,7 @@
1
// RUN: mlir-opt %s \
2
// RUN: | mlir-opt -gpu-kernel-outlining \
3
// 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" \
+// RUN: | mlir-opt -gpu-async-region -gpu-to-llvm -reconcile-unrealized-casts -gpu-module-to-binary="format=%gpu_compilation_format" \
5
// RUN: | mlir-opt -async-to-async-runtime -async-runtime-ref-counting \
6
// RUN: | mlir-opt -convert-async-to-llvm -convert-func-to-llvm \
7
// RUN: | mlir-cpu-runner \
0 commit comments