[PATCH] D83692: Add first microbenchmarks for matrix types extensions.

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 10:18:40 PDT 2020


paquette added inline comments.


================
Comment at: MicroBenchmarks/MatrixTypes/main.cpp:147
+
+BENCHMARK_TEMPLATE(BM_MatrixTypes_Mult_Transpose, float, 15, 19, 15, 19);
+BENCHMARK_TEMPLATE(BM_MatrixTypes_Mult_Transpose, double, 15, 19, 15, 19);
----------------
Why 15 and 19?


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83692/new/

https://reviews.llvm.org/D83692





More information about the llvm-commits mailing list