Move HDP flush to CPU

This commit is contained in:
Wenkai Du
2021-02-12 18:06:19 +00:00
parent f1a9ce3fa5
commit bf8eb40705
3 changed files with 7 additions and 2 deletions
-1
View File
@@ -158,7 +158,6 @@ class ncclPrimitives {
inline __device__ void postSend() {
if (conn->next_hdp_reg) STORE(conn->next_hdp_reg, 0x1);
if (conn->curr_hdp_reg) STORE(conn->curr_hdp_reg, 0x1);
STORE(connTailPtr, step += SLICESTEPS);
}