[Mlir-commits] [mlir] [mlir][spirv] Remove debug option from the `RUN` command in `vector-deinterleave.mlir` (PR #95820)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jun 17 11:07:50 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Angel Zhang (angelz913)
<details>
<summary>Changes</summary>
This PR is based on #<!-- -->95800. It removes a debug option from the `RUN` command in `vector-deinterleave.mlir`.
---
Full diff: https://github.com/llvm/llvm-project/pull/95820.diff
1 Files Affected:
- (modified) mlir/test/mlir-vulkan-runner/vector-deinterleave.mlir (+1-1)
``````````diff
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]
``````````
</details>
https://github.com/llvm/llvm-project/pull/95820
More information about the Mlir-commits
mailing list