Skip to content
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

Merged
merged 181 commits into from
Oct 27, 2023
Merged

Add msll support #152

merged 181 commits into from
Oct 27, 2023

Conversation

Binyang2014
Copy link
Contributor

No description provided.

chhwang and others added 30 commits July 20, 2023 18:22
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
@Binyang2014 Binyang2014 changed the title Binyli/merge Add msll support Oct 25, 2023
@Binyang2014 Binyang2014 marked this pull request as ready for review October 25, 2023 09:20
ark/include/ark.h Outdated Show resolved Hide resolved
ark/ops/ops_packet_msll.cc Outdated Show resolved Hide resolved
ark/ops/ops_packet_msll.cc Outdated Show resolved Hide resolved
ark/ops/ops_sendrecv_msll.cc Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Merging #152 (c4fd10e) into main (6e9611a) will decrease coverage by 6.51%.
The diff coverage is 7.61%.

❗ Current head c4fd10e differs from pull request most recent head ff929e7. Consider uploading reports for the commit ff929e7 to get more accurate results

@@            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     
Files Coverage Δ
ark/gpu/gpu_kernel.cc 83.49% <100.00%> (+0.16%) ⬆️
ark/gpu/gpu_mgr.cc 78.19% <100.00%> (+0.62%) ⬆️
ark/include/ark.h 100.00% <ø> (ø)
ark/model.h 100.00% <ø> (ø)
ark/ops/ops_common.h 100.00% <ø> (ø)
ark/ops/ops_test_common.cc 88.65% <100.00%> (ø)
ark/sched/sched_opseq.h 66.66% <ø> (ø)
ark/gpu/gpu_compile.cc 88.37% <57.14%> (-1.76%) ⬇️
ark/ops/ops_sendrecv.cc 88.57% <50.00%> (+1.61%) ⬆️
ark/env.cc 72.46% <64.28%> (-2.09%) ⬇️
... and 11 more

Copy link
Contributor

@chhwang chhwang left a 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

@chhwang chhwang merged commit 4ea90ec into microsoft:main Oct 27, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants