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

Function test_matrix_multiplication_performance

tests/test_performance.cpp:1006–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004}
1005
1006bool test_matrix_multiplication_performance(TestUtils::TestRunner& runner) {
1007 BenchmarkConfig config;
1008 benchmark_matmul_ops<__fp16>(runner, config);
1009 return true;
1010}
1011
1012bool test_grouped_int8_matmul_performance(TestUtils::TestRunner& runner) {
1013 BenchmarkConfig config;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected