| 1022 | } |
| 1023 | |
| 1024 | bool test_reduction_operations_performance(TestUtils::TestRunner& runner) { |
| 1025 | BenchmarkConfig config; |
| 1026 | benchmark_reduction_ops<__fp16>(runner, config); |
| 1027 | return true; |
| 1028 | } |
| 1029 | |
| 1030 | bool test_advanced_operations_performance(TestUtils::TestRunner& runner) { |
| 1031 | BenchmarkConfig config; |