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",
)
| 1 | import io |
| 2 | import os |
| 3 | import platform |
| 4 | from contextlib import contextmanager |
nothing calls this directly
no outgoing calls
no test coverage detected