Skip to content

Commit

Permalink
further correction
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangzhuan committed May 23, 2024
1 parent 383b54c commit b9d353a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/cuda/psgstrs_lsum_cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ __device__ void sC_RdTree_forwardMessageSimple_Device(C_Tree* Tree, volatile uin
sig_ofset = my_flag_rd[0] * 2 + 1;
data_ofset = my_flag_rd[0] * maxrecvsz * 2 + maxrecvsz;
}
nvshmem_float_put_signal_nbi((float*)&sready_lsum[data_ofset],(float*)&sready_lsum[my_flag_rd[0]*maxrecvsz*2],my_flag_rd[1]*2,(uint64_t*)flag_rd_q+sig_ofset, sig, NVSHMEM_SIGNAL_SET, myroot);
nvshmem_float_put_signal_nbi((float*)&sready_lsum[data_ofset],(float*)&sready_lsum[my_flag_rd[0]*maxrecvsz*2],my_flag_rd[1],(uint64_t*)flag_rd_q+sig_ofset, sig, NVSHMEM_SIGNAL_SET, myroot);


// ////forward to my root if I have received everything
Expand Down

0 comments on commit b9d353a

Please sign in to comment.