mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Remove remaining global set_default_dtype
calls from tests (#107246)
Fixes #68972 Pull Request resolved: https://github.com/pytorch/pytorch/pull/107246 Approved by: https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
918df10198
commit
aa8ea1d787
@ -10,9 +10,6 @@ from torch.testing._internal.custom_op_db import custom_op_db
|
||||
from torch.testing._internal.common_device_type import \
|
||||
(instantiate_device_type_tests, ops, OpDTypes)
|
||||
|
||||
# TODO: fixme https://github.com/pytorch/pytorch/issues/68972
|
||||
torch.set_default_dtype(torch.float32)
|
||||
|
||||
# gradcheck requires double precision
|
||||
_gradcheck_ops = partial(ops, dtypes=OpDTypes.supported,
|
||||
allowed_dtypes=[torch.double, torch.cdouble])
|
||||
|
Reference in New Issue
Block a user