[Mlir-commits] [mlir] [mlir][spirv] Reland integration test for `vector.deinterleave` (PR #95800)

Emilio Cota llvmlistbot at llvm.org
Mon Jun 17 10:19:02 PDT 2024


================
@@ -0,0 +1,81 @@
+// 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
----------------
cota wrote:

Is the `--debug-only=dialect-conversion` here intentional? Looks like it's not to me.

https://github.com/llvm/llvm-project/pull/95800


More information about the Mlir-commits mailing list