[Mlir-commits] [mlir] [mlir][tosa] Add folding for TOSA ArgMax operator (PR #88871)

Dmitrii Agibov llvmlistbot at llvm.org
Wed Apr 17 03:07:07 PDT 2024


================
@@ -3,6 +3,20 @@
 
 // RUN: mlir-opt --split-input-file --tosa-layerwise-constant-fold="aggressive-reduce-constant=true" %s | FileCheck %s --check-prefix=AGGRESIVE
 
+// CHECK-LABEL: @argmax_fold_dim_1
----------------
d-agbv wrote:

Thank you for the review! I renamed test as suggested

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


More information about the Mlir-commits mailing list