Skip to content

Commit 90f3cdd

Browse files
committed
Disabled useless Apple GPU tests.
1 parent b40e5b5 commit 90f3cdd

File tree

4 files changed

+2
-141
lines changed

4 files changed

+2
-141
lines changed

test/torchtest.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
def torchtest():
55
dtype = torch.float
66
#device = torch.device("cpu")
7-
device = torch.device("cuda:0") # Uncomment this to run on GPU
7+
# device = torch.device("cuda:0") # Uncomment this to run on GPU
88
# device = torch.device("cuda") # Uncomment this to run on GPU
9+
device = torch.device("mps")
910

1011
# Create Tensors to hold input and outputs.
1112
# By default, requires_grad=False, which indicates that we do not need to

tests/test_coverup_18.py

-43
This file was deleted.

tests/test_coverup_27.py

-33
This file was deleted.

tests/test_coverup_57.py

-64
This file was deleted.

0 commit comments

Comments
 (0)