Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions slangpy/tests/slangpy_tests/test_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ def test_basic_autograd(device_type: DeviceType):

@pytest.mark.parametrize("device_type", helpers.DEFAULT_DEVICE_TYPES)
def test_tensor_arguments(device_type: DeviceType):
if device_type != DeviceType.cuda:
pytest.skip("Test currently unreliable on GFX pipelines")

device = helpers.get_torch_device(device_type)
module = get_module(device)
Expand Down
Loading