MCPcopy Create free account
hub / github.com/cactus-compute/cactus / test_engine_operations_performance

Function test_engine_operations_performance

tests/test_performance.cpp:1036–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034}
1035
1036bool 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
1045bool test_gather_operations_performance(TestUtils::TestRunner& runner) {
1046 BenchmarkConfig config;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected