[Mlir-commits] [mlir] [mlir][spirv] Add an argmax integration test with `mlir-vulkan-runner` (PR #106426)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Aug 28 11:19:53 PDT 2024
================
@@ -0,0 +1,102 @@
+// RUN: mlir-vulkan-runner %s \
+// RUN: --shared-libs=%vulkan-runtime-wrappers,%mlir_runner_utils \
+// RUN: --entry-point-result=void | FileCheck %s
+
----------------
kuhar wrote:
Could you add a couple sentences of explanations that cover what algorithm this implements and outline how this implementation works?
https://github.com/llvm/llvm-project/pull/106426
More information about the Mlir-commits
mailing list