[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:
Angel Zhang 2024-06-17 14:08:56 -04:00 committed by GitHub
parent 13d983e730
commit 15399890be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]