Skip to content

Commit 623d538

Browse files
committed
fix lint
1 parent 3885454 commit 623d538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/all_reduce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def test(N: int, device: torch.device, dtype: torch.dtype) -> None:
248248
rank = dist.get_rank()
249249

250250
# Create symmetric memory tensor for Helion implementation
251-
symm_mem.enable_symm_mem_for_group(dist.group.WORLD.group_name)
251+
symm_mem.enable_symm_mem_for_group(dist_group.group_name)
252252
a_shared = symm_mem.empty(N // world_size, dtype=dtype, device=device).normal_()
253253

254254
# Create symmetric memory tensor for reference implementation

0 commit comments

Comments
 (0)