| 992 | } |
| 993 | |
| 994 | bool test_binary_elementwise_performance(TestUtils::TestRunner& runner) { |
| 995 | BenchmarkConfig config; |
| 996 | benchmark_binary_elementwise_ops<__fp16>(runner, config); |
| 997 | return true; |
| 998 | } |
| 999 | |
| 1000 | bool test_scalar_operations_performance(TestUtils::TestRunner& runner) { |
| 1001 | BenchmarkConfig config; |