There was an error while loading. Please reload this page.
1 parent 1577470 commit 2d55981Copy full SHA for 2d55981
torch_sparse/testing.py
@@ -16,8 +16,6 @@
16
devices = [torch.device('cpu')]
17
if torch.cuda.is_available():
18
devices += [torch.device('cuda:0')]
19
-if torch.backends.mps.is_available():
20
- devices += [torch.device('mps')]
21
22
23
def tensor(x: Any, dtype: torch.dtype, device: torch.device):
0 commit comments