8000 [ROCM][CUDA][NCCL] Disable `test_lowering_one_shot_all_reduce` on ROC… · pytorch/pytorch@6fc63b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fc63b4

Browse files
eqypytorchmergebot
authored andcommitted
[ROCM][CUDA][NCCL] Disable test_lowering_one_shot_all_reduce on ROCM (#139414)
I'm not sure this is expected to run if it requires buffer-registration support CC @yifuwang @huydhn @syed-ahmed #138029 Pull Request resolved: #139414 Approved by: https://github.com/huydhn, https://github.com/yifuwang
1 parent 391ee62 commit 6fc63b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/distributed/test_symmetric_memory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ def _init_process(self):
766766

767767
torch._inductor.config._collective.auto_select = True
768768

769+
@skipIfRocm # requires registered-buffer support
769770
@skip_if_lt_x_gpu(2)
770771
@fresh_inductor_cache()
771772
def test_lowering_one_shot_all_reduce(self):

0 commit comments

Comments
 (0)
0