Skip to content

Commit 29a6ebb

Browse files
committed
[mlir][spirv] Remove debug option from the RUN command of vector-deinterleave.mlir
1 parent 964c92d commit 29a6ebb

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)