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

Angel Zhang llvmlistbot at llvm.org
Mon Jun 17 11:07:57 PDT 2024


https://github.com/angelz913 updated https://github.com/llvm/llvm-project/pull/95820

>From 29a6ebbcfed9529afcfa763891e4fea76eb1ee67 Mon Sep 17 00:00:00 2001
From: Angel Zhang <angel.zhang at amd.com>
Date: Mon, 17 Jun 2024 18:04:34 +0000
Subject: [PATCH] [mlir][spirv] Remove debug option from the RUN command of
 vector-deinterleave.mlir

---
 mlir/test/mlir-vulkan-runner/vector-deinterleave.mlir | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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