Skip to content

Commit f342333

Browse files
committed
Add todo
1 parent 623d538 commit f342333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/all_reduce.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def test(N: int, device: torch.device, dtype: torch.dtype) -> None:
249249

250250
# Create symmetric memory tensor for Helion implementation
251251
symm_mem.enable_symm_mem_for_group(dist_group.group_name)
252+
# TODO: no need to divide N
252253
a_shared = symm_mem.empty(N // world_size, dtype=dtype, device=device).normal_()
253254

254255
# Create symmetric memory tensor for reference implementation

0 commit comments

Comments
 (0)