-
Notifications
You must be signed in to change notification settings - Fork 144
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
Fix the performance issue #705
Merged
killight98
merged 21 commits into
lava-nc:messaging_refactor_release2nd
from
szc321:fix_performance_cppselector
Jun 2, 2023
Merged
Fix the performance issue #705
killight98
merged 21 commits into
lava-nc:messaging_refactor_release2nd
from
szc321:fix_performance_cppselector
Jun 2, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
szc321
force-pushed
the
fix_performance_cppselector
branch
from
May 31, 2023 04:42
6d0947e
to
dd8db75
Compare
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
szc321
force-pushed
the
fix_performance_cppselector
branch
from
May 31, 2023 05:14
d855ef5
to
0a0c8af
Compare
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
hexu33
reviewed
May 31, 2023
src/lava/magma/runtime/_c_message_infrastructure/csrc/message_infrastructure_py_wrapper.cc
Outdated
Show resolved
Hide resolved
src/lava/magma/runtime/_c_message_infrastructure/csrc/port_proxy.cc
Outdated
Show resolved
Hide resolved
src/lava/magma/runtime/_c_message_infrastructure/csrc/port_proxy.cc
Outdated
Show resolved
Hide resolved
src/lava/magma/runtime/_c_message_infrastructure/csrc/port_proxy.cc
Outdated
Show resolved
Hide resolved
src/lava/magma/runtime/_c_message_infrastructure/csrc/port_proxy.h
Outdated
Show resolved
Hide resolved
src/lava/magma/runtime/_c_message_infrastructure/csrc/port_proxy.h
Outdated
Show resolved
Hide resolved
Signed-off-by: szc321 <[email protected]>
killight98
requested changes
May 31, 2023
src/lava/magma/runtime/_c_message_infrastructure/csrc/port_proxy.cc
Outdated
Show resolved
Hide resolved
src/lava/magma/runtime/_c_message_infrastructure/csrc/channel/shmem/shmem_port.cc
Outdated
Show resolved
Hide resolved
Signed-off-by: luoxiaoc <[email protected]>
szc321
force-pushed
the
fix_performance_cppselector
branch
from
June 1, 2023 09:50
6f79056
to
6d2eb02
Compare
Signed-off-by: szc321 <[email protected]>
szc321
force-pushed
the
fix_performance_cppselector
branch
from
June 1, 2023 09:57
6d2eb02
to
7800618
Compare
killight98
requested changes
Jun 1, 2023
src/lava/magma/runtime/_c_message_infrastructure/csrc/channel/shmem/shmem_port.cc
Outdated
Show resolved
Hide resolved
src/lava/magma/runtime/_c_message_infrastructure/csrc/port_proxy.h
Outdated
Show resolved
Hide resolved
szc321
force-pushed
the
fix_performance_cppselector
branch
2 times, most recently
from
June 1, 2023 11:25
8351f93
to
154c5a7
Compare
Signed-off-by: szc321 <[email protected]>
szc321
force-pushed
the
fix_performance_cppselector
branch
from
June 1, 2023 11:39
154c5a7
to
c20ff12
Compare
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
Signed-off-by: szc321 <[email protected]>
killight98
approved these changes
Jun 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Number:
Objective of pull request:
Pull request checklist
Your PR fulfills the following requirements:
flakeheaven lint src/lava tests/
) and (bandit -r src/lava/.
) pass locallypytest
) passes locallyPull request type
Please check your PR type:
What is the current behavior?
What is the new behavior?
Does this introduce a breaking change?
Supplemental information