[Mlir-commits] [mlir] 1539989 - [mlir][spirv] Remove debug option from the `RUN` command in `vector-deinterleave.mlir` (#95820)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jun 17 11:09:00 PDT 2024


Author: Angel Zhang
Date: 2024-06-17T11:08:56-07:00
New Revision: 15399890beb69f622ad0f04a544369fa7947d50b

URL: https://github.com/llvm/llvm-project/commit/15399890beb69f622ad0f04a544369fa7947d50b
DIFF: https://github.com/llvm/llvm-project/commit/15399890beb69f622ad0f04a544369fa7947d50b.diff

LOG: [mlir][spirv] Remove debug option from the `RUN` command in `vector-deinterleave.mlir` (#95820)

This PR is based on #95800. It removes a debug option from the `RUN`
command in `vector-deinterleave.mlir`.

Added: 
    

Modified: 
    mlir/test/mlir-vulkan-runner/vector-deinterleave.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/mlir-vulkan-runner/vector-deinterleave.mlir b/mlir/test/mlir-vulkan-runner/vector-deinterleave.mlir
index b4d4b9aa64b24..f2214ebc10262 100644
--- a/mlir/test/mlir-vulkan-runner/vector-deinterleave.mlir
+++ b/mlir/test/mlir-vulkan-runner/vector-deinterleave.mlir
@@ -1,6 +1,6 @@
 // RUN: mlir-vulkan-runner %s \
 // RUN:  --shared-libs=%vulkan-runtime-wrappers,%mlir_runner_utils \
-// RUN:  --entry-point-result=void --debug-only=dialect-conversion | FileCheck %s
+// RUN:  --entry-point-result=void | FileCheck %s
 
 // CHECK: [0, 2]
 // CHECK: [1, 3]


        


More information about the Mlir-commits mailing list