Skip to content

Commit 97d8cb5

Browse files
committed
wip
1 parent b03774f commit 97d8cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cute_dsl_blockscaled_gemm_allreduce_two_shot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def create_mc_tensor(torch_tensor_cpu, dtype, is_dynamic_layout=True):
3838
dtype=torch_tensor_cpu.dtype
3939
)
4040

41-
torch_symm_tensor_lmn.copy_(torch_tensor_cpu)
41+
torch_symm_tensor_lmn.copy_(torch_tensor_cpu_lmn)
4242
torch_symm_tensor = torch_symm_tensor_lmn.permute(1, 2, 0)
4343
symm = symm_mem.rendezvous(torch_symm_tensor, group=dist.group.WORLD.group_name)
4444
mc_ptr = symm.multicast_ptr

0 commit comments

Comments
 (0)