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

Function test_reduction_operations_performance

tests/test_performance.cpp:1024–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected