File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
mlir/test/Integration/GPU/CUDA Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3
3
// RUN: | mlir-opt -pass-pipeline='builtin.module(gpu.module(strip-debuginfo,convert-gpu-to-nvvm),nvvm-attach-target)' \
4
4
// RUN: | mlir-opt -gpu-async-region -gpu-to-llvm -reconcile-unrealized-casts -gpu-module-to-binary="format=%gpu_compilation_format" \
5
5
// 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 \
7
7
// RUN: | mlir-cpu-runner \
8
8
// RUN: --shared-libs=%mlir_cuda_runtime \
9
9
// RUN: --shared-libs=%mlir_async_runtime \
You can’t perform that action at this time.
0 commit comments