Skip to content

Conversation

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

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