-
Notifications
You must be signed in to change notification settings - Fork 15
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 msll support #152
Add msll support #152
Conversation
Init mscclpp-ark repo
Improve Python interfaces
* Update shared memory scheduling * Computation-communication overlapping for allreduce
Fix a usgae bug in the unittest code Co-authored-by: Changho Hwang <changhohwang@microsoft.com>
* Changed identity op interface * Support non-tiled operators
Fix a simple error in the quick_start.md
Codecov Report
@@ Coverage Diff @@
## main #152 +/- ##
==========================================
- Coverage 78.19% 71.69% -6.51%
==========================================
Files 84 89 +5
Lines 6031 6634 +603
==========================================
+ Hits 4716 4756 +40
- Misses 1315 1878 +563
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, will revisit for perf fix
No description provided.