[Mlir-commits] [mlir] 9ef6cff - [tests] Fix gpu-to-cubin.mlir (NFC)

Anlun Xu llvmlistbot at llvm.org
Wed Aug 9 16:25:27 PDT 2023


Author: Anlun Xu
Date: 2023-08-09T16:25:08-07:00
New Revision: 9ef6cffbb019e06b40d89b9d413cc29e788a9365

URL: https://github.com/llvm/llvm-project/commit/9ef6cffbb019e06b40d89b9d413cc29e788a9365
DIFF: https://github.com/llvm/llvm-project/commit/9ef6cffbb019e06b40d89b9d413cc29e788a9365.diff

LOG: [tests] Fix gpu-to-cubin.mlir (NFC)

Differential Revision: https://reviews.llvm.org/D157561

Added: 
    

Modified: 
    mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir b/mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir
index 0c2cadc9aec4aa..afcb674858c869 100644
--- a/mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir
+++ b/mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir
@@ -2,7 +2,7 @@
 // RUN: | mlir-opt -gpu-kernel-outlining \
 // RUN: | mlir-opt -convert-vector-to-scf -convert-scf-to-cf -convert-cf-to-llvm -convert-vector-to-llvm -convert-arith-to-llvm \
 // RUN: | mlir-opt -pass-pipeline='builtin.module(gpu.module(strip-debuginfo,convert-gpu-to-nvvm,gpu-to-cubin))' \
-// RUN: | mlir-opt -gpu-to-llvm \
+// RUN: | mlir-opt -gpu-to-llvm -reconcile-unrealized-casts \
 // RUN: | mlir-cpu-runner \
 // RUN:   --shared-libs=%mlir_cuda_runtime \
 // RUN:   --shared-libs=%mlir_runner_utils \


        


More information about the Mlir-commits mailing list