| 1004 | } |
| 1005 | |
| 1006 | bool test_matrix_multiplication_performance(TestUtils::TestRunner& runner) { |
| 1007 | BenchmarkConfig config; |
| 1008 | benchmark_matmul_ops<__fp16>(runner, config); |
| 1009 | return true; |
| 1010 | } |
| 1011 | |
| 1012 | bool test_grouped_int8_matmul_performance(TestUtils::TestRunner& runner) { |
| 1013 | BenchmarkConfig config; |