We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8c069 commit 7b025e1Copy full SHA for 7b025e1
cuda_core/tests/system/test_system_device.py
@@ -734,7 +734,7 @@ def test_pstates():
734
@pytest.mark.skipif(helpers.IS_WSL or helpers.IS_WINDOWS, reason="MIG not supported on WSL or Windows")
735
def test_mig():
736
for device in system.Device.get_all_devices():
737
- with unsupported_before(device, DeviceArch.AMPERE):
+ with unsupported_before(device, None):
738
mig = device.mig
739
740
assert isinstance(mig.is_mig_device, bool)
0 commit comments