-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add packet copy (LL) for AllReduce #85
Conversation
1G AllReduce 8-GPU kernel 1 (ring reduce) new throughput after bug fix: 236.64GB/s
|
10KB AllReduce 8-GPU kernel 2 (packet copy) latency: 6.54us (7 blocks, 1 block per peer). Using more thread blocks doesn't help.
|
@saeedmaleki I struggled with an occasional correctness bug in the LL AllReduce (kernel 2) and concluded that we need a |
10KB AllReduce 8-GPU kernel 2 (packet copy) latency: 5.99us (7 blocks, 1 block per peer)
|
Add packet copy interfaces and an example kernel for AllReduce