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

Function test_binary_elementwise_performance

tests/test_performance.cpp:994–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected