[Mlir-commits] [mlir] 0dc086a - [mlir] Fix integration tests after #120580 (#120729)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Dec 20 05:01:27 PST 2024


Author: Matthias Springer
Date: 2024-12-20T14:01:23+01:00
New Revision: 0dc086a787a49d7514f713d0ee0b709fc28bb702

URL: https://github.com/llvm/llvm-project/commit/0dc086a787a49d7514f713d0ee0b709fc28bb702
DIFF: https://github.com/llvm/llvm-project/commit/0dc086a787a49d7514f713d0ee0b709fc28bb702.diff

LOG: [mlir] Fix integration tests after #120580 (#120729)

This commit should have been part of #120580.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/GPU/CUDA/async.mlir b/mlir/test/Integration/GPU/CUDA/async.mlir
index f16c541aa2ccb3..06de51bd6406a4 100644
--- a/mlir/test/Integration/GPU/CUDA/async.mlir
+++ b/mlir/test/Integration/GPU/CUDA/async.mlir
@@ -3,7 +3,7 @@
 // RUN: | mlir-opt -pass-pipeline='builtin.module(gpu.module(strip-debuginfo,convert-gpu-to-nvvm),nvvm-attach-target)' \
 // RUN: | mlir-opt -gpu-async-region -gpu-to-llvm -reconcile-unrealized-casts -gpu-module-to-binary="format=%gpu_compilation_format" \
 // RUN: | mlir-opt -async-to-async-runtime -async-runtime-ref-counting \
-// RUN: | mlir-opt -convert-async-to-llvm -convert-func-to-llvm -convert-arith-to-llvm -reconcile-unrealized-casts \
+// RUN: | mlir-opt -convert-async-to-llvm -convert-func-to-llvm -convert-arith-to-llvm -convert-cf-to-llvm -reconcile-unrealized-casts \
 // RUN: | mlir-cpu-runner \
 // RUN:   --shared-libs=%mlir_cuda_runtime \
 // RUN:   --shared-libs=%mlir_async_runtime \


        


More information about the Mlir-commits mailing list