[Mlir-commits] [mlir] 4434bc5 - [tests] Fix gpu-to-cubin.mlir (NFC)

Benjamin Maxwell llvmlistbot at llvm.org
Wed Aug 9 05:07:05 PDT 2023


Author: Benjamin Maxwell
Date: 2023-08-09T12:02:56Z
New Revision: 4434bc5508dfd448b7666b81a423dc7783f4a698

URL: https://github.com/llvm/llvm-project/commit/4434bc5508dfd448b7666b81a423dc7783f4a698
DIFF: https://github.com/llvm/llvm-project/commit/4434bc5508dfd448b7666b81a423dc7783f4a698.diff

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

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 c965e7ba011209..0c2cadc9aec4aa 100644
--- a/mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir
+++ b/mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir
@@ -1,6 +1,6 @@
 // RUN: mlir-opt %s \
 // RUN: | mlir-opt -gpu-kernel-outlining \
-// RUN: | mlir-opt -convert-vector-to-scf -convert-scf-to-cf \
+// 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-cpu-runner \


        


More information about the Mlir-commits mailing list