MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / test_dtr_resnet1202

Function test_dtr_resnet1202

imperative/python/test/integration/test_dtr.py:145–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143@pytest.mark.require_ngpu(1)
144@pytest.mark.isolated_distributed
145def test_dtr_resnet1202():
146 p = mp.Process(target=run_dtr_resnet1202)
147 p.start()
148 p.join()
149 assert p.exitcode == 0
150
151
152@pytest.mark.require_ngpu(1)

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected