mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "[ROCm] Enabling several UTs (#161715)"
This reverts commit b9ba612f7a968f7b27e121ca8f4d0a4d954f5354. Reverted https://github.com/pytorch/pytorch/pull/161715 on behalf of https://github.com/jeanschmidt due to Need to revert in order to revert https://github.com/pytorch/pytorch/pull/159473, feel free to merge it back once conflicts are cleared ([comment](https://github.com/pytorch/pytorch/pull/161715#issuecomment-3264040604))
This commit is contained in:
@ -14,6 +14,7 @@ from torch.testing._internal.common_utils import (
|
||||
run_tests,
|
||||
gradcheck,
|
||||
parametrize,
|
||||
skipIfRocm,
|
||||
)
|
||||
|
||||
|
||||
@ -230,6 +231,7 @@ class TestSegmentReductions(TestCase):
|
||||
length_type,
|
||||
)
|
||||
|
||||
@skipIfRocm
|
||||
@dtypes(
|
||||
*product(
|
||||
(torch.half, torch.bfloat16, torch.float, torch.double),
|
||||
|
Reference in New Issue
Block a user