We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9f541 commit cb6c8b7Copy full SHA for cb6c8b7
test/utils.py
@@ -6,6 +6,8 @@
6
dtypes.remove(torch.half)
7
dtypes.remove(torch.short) # PyTorch scatter does not work on short types.
8
dtypes.remove(torch.bool)
9
+if torch.bfloat16 in dtypes:
10
+ dtypes.remove(torch.bfloat16)
11
12
grad_dtypes = [torch.float, torch.double]
13
0 commit comments