Skip to content

Commit 1539989

Browse files
authored
[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`.
1 parent 13d983e commit 1539989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: mlir-vulkan-runner %s \
22
// RUN: --shared-libs=%vulkan-runtime-wrappers,%mlir_runner_utils \
3-
// RUN: --entry-point-result=void --debug-only=dialect-conversion | FileCheck %s
3+
// RUN: --entry-point-result=void | FileCheck %s
44

55
// CHECK: [0, 2]
66
// CHECK: [1, 3]

0 commit comments

Comments
 (0)