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

Function test_advanced_operations_performance

tests/test_performance.cpp:1030–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028}
1029
1030bool test_advanced_operations_performance(TestUtils::TestRunner& runner) {
1031 BenchmarkConfig config;
1032 benchmark_advanced_ops<__fp16>(runner, config);
1033 return true;
1034}
1035
1036bool test_engine_operations_performance(TestUtils::TestRunner& runner) {
1037 BenchmarkConfig config;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected