MCPcopy 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
148TEST(TestExternCOprV23, CPUCompute) {
149 run_compute_test(CompNode::load("cpux"));
150}
151
152TEST(TestExternCOprV23, GPUCompute) {
153 REQUIRE_GPU(1);

Callers

nothing calls this directly

Calls 5

unregister_loaderMethod · 0.80
run_compute_testFunction · 0.70
mgb_get_extern_c_opr_apiFunction · 0.70
loadFunction · 0.50
makeFunction · 0.50

Tested by

no test coverage detected