| 1034 | } |
| 1035 | |
| 1036 | bool test_engine_operations_performance(TestUtils::TestRunner& runner) { |
| 1037 | BenchmarkConfig config; |
| 1038 | benchmark_rms_norm<__fp16>(runner, config); |
| 1039 | benchmark_rope<__fp16>(runner, config); |
| 1040 | benchmark_attention<__fp16>(runner, config); |
| 1041 | benchmark_attention_hybrid_int8<__fp16>(runner, config); |
| 1042 | return true; |
| 1043 | } |
| 1044 | |
| 1045 | bool test_gather_operations_performance(TestUtils::TestRunner& runner) { |
| 1046 | BenchmarkConfig config; |