Add @requires_multicast_support to test_multimem_all_gather (#151227)

Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/151227
Approved by: https://github.com/jeffdaily
This commit is contained in:
Prachi Gupta 2025-04-15 18:41:12 +00:00 committed by PyTorch MergeBot
parent 83d88d128d
commit 7e5f6dcf7f

View File

@ -1013,6 +1013,7 @@ class SymmMemCollectiveTest(MultiProcessTestCase):
)
@skip_if_lt_x_gpu(4)
@requires_multicast_support()
@parametrize("align_bytes", [4, 8, 16])
def test_multimem_all_gather(self, align_bytes: int) -> None:
self._init_process()