[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`.
This commit is contained in:
parent
13d983e730
commit
15399890be
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user