Insert barrier after loading work items to LDS (#1551)

Este commit está contenido en:
Wenkai Du
2025-02-18 10:17:27 -08:00
cometido por GitHub
padre 32dc7ef47c
commit baaa2ac64d
+1 -1
Ver fichero
@@ -560,8 +560,8 @@ __device__ __forceinline__ void ncclKernelMain(struct ncclDevKernelArgs const* a
default:
break;
}
__synclds();
loadWorkBatchToShmem(tid%WARP_SIZE, tn, args, batchIx);
__synclds();
// Check whether the last operation was aborted and make sure all threads exit
bool aborted = false;