Skip to content

[mlir][spirv] Remove debug option from the RUN command in vector-deinterleave.mlir #95820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

angelz913
Copy link
Contributor

This PR is based on #95800. It removes a debug option from the RUN command in vector-deinterleave.mlir.

@llvmbot llvmbot added the mlir label Jun 17, 2024
@llvmbot
Copy link
Member

llvmbot commented Jun 17, 2024

@llvm/pr-subscribers-mlir

Author: Angel Zhang (angelz913)

Changes

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

@angelz913 angelz913 force-pushed the vector-deinterleave-e2e-fix-command branch from 0452533 to 29a6ebb Compare June 17, 2024 18:07
@kuhar kuhar merged commit 1539989 into llvm:main Jun 17, 2024
4 of 5 checks passed
@angelz913 angelz913 deleted the vector-deinterleave-e2e-fix-command branch July 17, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants