Description
🐛 Describe the bug
python test/distributed/test_c10d_functional_native.py CompileTest.test_ranks_and_tag
torch._dynamo.exc.InternalTorchDynamoError: ValueError:
from user code:
File "/home/sdp/hanchao/upstream/torch-upstream3/test/distributed/test_c10d_functional_native.py", line 1127, in func
ar0 = funcol.all_reduce(buf0, "avg", [0, 1], "")
File "/home/sdp/hanchao/upstream/torch-upstream3/torch/distributed/_functional_collectives.py", line 175, in all_reduce
group_name = _resolve_group_name(group, tag)
File "/home/sdp/hanchao/upstream/torch-upstream3/torch/distributed/_functional_collectives.py", line 791, in _resolve_group_name
return c10d._resolve_group_name_by_ranks_and_tag(cast(list[int], group), tag)
python test/distributed/test_c10d_functional_native.py CompileTest.test_inductor_broadcast
From CHECK: buf8 = empty
python test/distributed/test_c10d_functional_native.py CompileTest.test_inductor_all_to_all_single
RuntimeError: Expected to find regex "torch.ops.c10d_functional.all_to_all_single.default\(arg\d+\d+, \[u\d+, u\d+\], \[u\d+, u\d+\]" but did not find it
Searched string:
From CHECK-REGEX: torch.ops.c10d_functional.all_to_all_single.default(arg\d+\d+, [u\d+, u\d+], [u\d+, u\d+]
python test/distributed/test_c10d_functional_native.py CompileTest.test_inductor_all_reduce_single
From CHECK: buf7 = empty
python test/distributed/test_c10d_functional_native.py CompileTest.test_inductor_all_reduce_coalesced
From CHECK: buf5 = empty
Versions
torch 2.8.0a0+git0e7a7b6
pytorch-triton-xpu 3.3.1+gitb0e26b73