forked from kvcache-ai/Mooncake
-
Notifications
You must be signed in to change notification settings - Fork 2
V6 support v0.3.7.post2 #1
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
Open
chaosv598
wants to merge
22
commits into
JiusiServe:v6_support_v0.3.7.post2
Choose a base branch
from
chaosv598:v6_support_v0.3.7.post2
base: v6_support_v0.3.7.post2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V6 support v0.3.7.post2 #1
chaosv598
wants to merge
22
commits into
JiusiServe:v6_support_v0.3.7.post2
from
chaosv598:v6_support_v0.3.7.post2
Conversation
This file contains hidden or 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
Co-authored-by: youxiao <[email protected]>
* Add TE Separation Switch * Fix store compile and link error, add TE installation headers * Install libmooncake_store.so and libmooncake_common.so when BUILD_SHARED_LIBS=ON
- Implement startHandshakeDaemon method in TcpTransport class - Call handshake daemon during transport installation process Signed-off-by: staryxchen <[email protected]>
* add batch [put/get] tensor Signed-off-by: Xuchun Shang <[email protected]> * fix Signed-off-by: Xuchun Shang <[email protected]> * add ci Signed-off-by: Xuchun Shang <[email protected]> * fix Signed-off-by: Xuchun Shang <[email protected]> * fix Signed-off-by: Xuchun Shang <[email protected]> --------- Signed-off-by: Xuchun Shang <[email protected]>
* handling cudaMemcpy errors in tcp_transport.cpp - when cuda memory is almost full, cudaMemcpy can fail - without the error checking, the transfer engine swallow the error, which resulted in upper level applications to behave incorrectly. * Update mooncake-transfer-engine/src/transport/tcp_transport/tcp_transport.cpp Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update mooncake-transfer-engine/src/transport/tcp_transport/tcp_transport.cpp Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * format --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…rEngine init (kvcache-ai#1051) * store: apply MC_MS_FILTERS before TransferEngine init to honor whitelist during auto-discovery Problem: MC_MS_FILTERS was set after TransferEngine::init(), so Topology::discover() ignored the whitelist and registered unintended devices (e.g., mlx5_bond_0). Solution: Set the whitelist filters on TransferEngine prior to init() so auto-discovery honors MC_MS_FILTERS. * store: warn when MC_MS_FILTERS is set but auto-discovery is disabled; simplify filter helper - Apply whitelist before TransferEngine::init so auto-discovery honors filters - Emit a single warning if MC_MS_FILTERS is set while auto-discovery is disabled - Remove dead code by making get_auto_discover_filters() param-less - No behavior change when auto-discovery is off (filters are ignored as before) * clang-format --------- Co-authored-by: wangwenqi <[email protected]>
* add web api doc * Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: JinYan Su <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This document outlines the Contributor Covenant Code of Conduct, including our pledge, standards of behavior, enforcement responsibilities, and consequences for violations.
…#1065) * Initial plan * Add pull request template Co-authored-by: stmatengss <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: stmatengss <[email protected]>
…ad of busy-polling (kvcache-ai#1053) * (Event-driven completion) Provide an option to use condition-variable based completion instead of busy-polling Summary - Add USE_EVENT_DRIVEN_COMPLETION compile-time option in common.cmake (default OFF). - Store: TransferEngineOperationState waits on BatchDesc::completion_cv with timeout; falls back to original polling when the flag is OFF. - TransferEngine: add per-batch finished_task_count, has_failure, is_finished and completion_cv on BatchDesc; notify on last task completion; unify __atomic_* usage. - No behavior change when USE_EVENT_DRIVEN_COMPLETION is OFF (default). --------- Co-authored-by: wangwenqi <[email protected]>
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.
fix bug for ipv6