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

Route test_convbias

imperative/python/test/unit/utils/test_network_node.py:None–None  ·  view source on GitHub ↗
pytest.mark.skipif(
    get_device_count("gpu") > 0 and get_cuda_compute_capability(0) < 61,
    reason="does not support int8 when gpu compute capability less than 6.1",
)

Source from the content-addressed store, hash-verified

1import io
2import os
3import platform
4from contextlib import contextmanager

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected