Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ TEST
Function
TEST
src/serialization/test/extern_c_opr_v23.cpp:148–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
} // namespace
147
148
TEST(TestExternCOprV23, CPUCompute) {
149
run_compute_test(CompNode::load(
"cpux"
));
150
}
151
152
TEST(TestExternCOprV23, GPUCompute) {
153
REQUIRE_GPU(1);
Callers
nothing calls this directly
Calls
5
unregister_loader
Method · 0.80
run_compute_test
Function · 0.70
mgb_get_extern_c_opr_api
Function · 0.70
load
Function · 0.50
make
Function · 0.50
Tested by
no test coverage detected