[Mlir-commits] [mlir] [mlir][mlir-vulkan-runner] Move part of device pass pipeline to mlir-opt (PR #119372)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Dec 10 06:46:24 PST 2024
================
@@ -1,4 +1,5 @@
-// RUN: mlir-vulkan-runner %s --shared-libs=%vulkan-runtime-wrappers,%mlir_runner_utils --entry-point-result=void | FileCheck %s
+// RUN: mlir-opt %s -test-vulkan-runner-pipeline \
+// RUN: | mlir-vulkan-runner - --shared-libs=%vulkan-runtime-wrappers,%mlir_runner_utils --entry-point-result=void | FileCheck %s
----------------
kuhar wrote:
Also in the other files
https://github.com/llvm/llvm-project/pull/119372
More information about the Mlir-commits
mailing list