mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Remove old ROCm version check in tests (#164245)
This PR removes ROCm<6 version checks. Pull Request resolved: https://github.com/pytorch/pytorch/pull/164245 Approved by: https://github.com/jeffdaily
This commit is contained in:
committed by
PyTorch MergeBot
parent
3912ba3e94
commit
b63bbe1661
@ -38,7 +38,6 @@ from torch.testing._internal.common_utils import (
|
||||
gradcheck,
|
||||
parametrize,
|
||||
run_tests,
|
||||
skipIfRocmVersionLessThan,
|
||||
skipIfTorchDynamo,
|
||||
TEST_WITH_ROCM,
|
||||
TestCase,
|
||||
@ -196,7 +195,6 @@ class TestForeach(TestCase):
|
||||
zero_size=True,
|
||||
)
|
||||
|
||||
@skipIfRocmVersionLessThan((6, 0))
|
||||
@ops(
|
||||
foreach_unary_op_db
|
||||
+ foreach_binary_op_db
|
||||
|
Reference in New Issue
Block a user