[Mlir-commits] [mlir] 7775be4 - [mlir] Fix GPU integration test (part 2) (#98918)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jul 15 08:39:19 PDT 2024


Author: Matthias Springer
Date: 2024-07-15T17:39:16+02:00
New Revision: 7775be4d48e95385c1968d7f1826a11e08f5f954

URL: https://github.com/llvm/llvm-project/commit/7775be4d48e95385c1968d7f1826a11e08f5f954
DIFF: https://github.com/llvm/llvm-project/commit/7775be4d48e95385c1968d7f1826a11e08f5f954.diff

LOG: [mlir] Fix GPU integration test (part 2) (#98918)

Fix tests that were broken by #97903.

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 d96a63f26264e..2ec781571818d 100644
--- a/mlir/test/Integration/GPU/CUDA/async.mlir
+++ b/mlir/test/Integration/GPU/CUDA/async.mlir
@@ -1,7 +1,7 @@
 // RUN: mlir-opt %s \
 // RUN: | mlir-opt -gpu-kernel-outlining \
 // 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 -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" \
 // RUN: | mlir-opt -async-to-async-runtime -async-runtime-ref-counting \
 // RUN: | mlir-opt -convert-async-to-llvm -convert-func-to-llvm \
 // RUN: | mlir-cpu-runner \


        


More information about the Mlir-commits mailing list