Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix synchronization in allreduce8 kernel (#407)
Running kernel allreduce8 across 64 vGPUs (in CPX mode) revealed a synchronization bug. The PR addresses it by ensuring that signals are only issued after all threads in the block have issued their writes to guarantee correct ordering between data writes and signal writes. --------- Co-authored-by: Changho Hwang <[email protected]>
- Loading branch information