Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 5, 2024
1 parent 1577470 commit e0dbd45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions torch_sparse/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
devices = [torch.device('cpu')]
if torch.cuda.is_available():
devices += [torch.device('cuda:0')]
if torch.backends.mps.is_available():
devices += [torch.device('mps')]


def tensor(x: Any, dtype: torch.dtype, device: torch.device):
Expand Down

0 comments on commit e0dbd45

Please sign in to comment.