[Mlir-commits] [mlir] [mlir][spirv] Add an argmax integration test with `mlir-vulkan-runner` (PR #106426)
Angel Zhang
llvmlistbot at llvm.org
Wed Aug 28 12:19:32 PDT 2024
================
@@ -0,0 +1,108 @@
+// RUN: mlir-vulkan-runner %s \
+// RUN: --shared-libs=%vulkan-runtime-wrappers,%mlir_runner_utils \
+// RUN: --entry-point-result=void | FileCheck %s
+
+// This kernel computes the argmax (index of the maximum element) from an array
----------------
angelz913 wrote:
Updated comment
https://github.com/llvm/llvm-project/pull/106426
More information about the Mlir-commits
mailing list