Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cactus-compute/cactus
/ test_layernorm_performance
Function
test_layernorm_performance
tests/test_performance.cpp:1178–1182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1176
}
1177
1178
bool test_layernorm_performance(TestUtils::TestRunner& runner) {
1179
BenchmarkConfig config;
1180
benchmark_layernorm(runner, config);
1181
return true;
1182
}
1183
1184
1185
int main() {
Callers
1
main
Function · 0.85
Calls
1
benchmark_layernorm
Function · 0.85
Tested by
no test coverage detected