* [Store] feat: CXL storage full features. * fix(ci): resolve cxl test failure and code format * fix(ci): add CXL protocol support and fix code format issues * [Store] feat: CXL storage full features, reset and rm extern/pybind * [TE] Support TCP fallback in EFA build and improve EFA documentation (#1523) When building with USE_EFA=ON, auto_discover is disabled to prevent RDMA transport installation (QP creation fails on EFA devices). This means TCP transport is also not installed automatically. Add explicit TCP transport installation for non-EFA protocols in the EFA build path. Documentation changes: - build.md: Add USE_EFA option and clarify USE_CUDA default/purpose - supported-protocols.md: Add EFA as a supported protocol - efa_transport.md: Add USE_CUDA=ON to build command, document GPU memory requirement Co-authored-by: whn09 <whn09@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Teng Ma <teng-ma@linux.alibaba.com> * [Store] Optimize BucketStorageBackend for reduced lock contention and add delete safety (#1456) * fix(ci): resolve cxl test failure and code format * [Store] Add Local Cache Mechanism for Mooncake Store Client (#1226) * feat(Store): add local hot cache for client * feat(Store): add client local hot cache log to show performance * fix: local hot cache initialize bug * fix(Store): Mooncake put slice is max 16MB, so make local hot cache block 16MB * feat(Store): move local hot cache initialization to Client::Create * feat(Store): local hot cache remove unused small block implementation * feat(Store): add client local hot cache unit test * fix(Store): modify client local hot cache suit with v0.3.7 * feat(Store): change local hot cache unit tes * fix: initialize local hot cache with negative value * feat: use in process master and metadata fro local hot cache unit test. * feat: update local hot cache to one replica one slice version * fix: local hot cache unit test use in process master service * fix: code style fix * fix: fix dirty read when client wants to read a previously hitted hot block but the hot block is modified by incoming put actions * fix: local hot cache unit test use in process master service * fix: code format fix * fix: fix comment problems for * feat: add local hot asynchronous queue size limit * fix: local hot cache task involves the block so that there is no memcpy operation when inserting local hot cache * fix: code check fix * fix: update block in_use prop to reference count --------- Co-authored-by: shichangzhang064 <zhangshichang@h-partners.com> * fix(ci): add CXL protocol support and fix code format issues * fix: address comments from code review * fix(ci): resolve cxl test failure * fix(ci): resolve ci error --------- Co-authored-by: 王鹤男 <wanghenan09@gmail.com> Co-authored-by: whn09 <whn09@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Teng Ma <teng-ma@linux.alibaba.com> Co-authored-by: Mahesh Bapatu <153306023+maheshrbapatu@users.noreply.github.com> Co-authored-by: Shichang Zhang <77728761+Shichang-Zhang@users.noreply.github.com> Co-authored-by: shichangzhang064 <zhangshichang@h-partners.com> |
||
|---|---|---|
| .. | ||
| ascend | ||
| tone_tests | ||
| build_wheel.sh | ||
| code_format.sh | ||
| generate_cluster_topology.py | ||
| run_tests.sh | ||
| test_async_store.py | ||
| test_copy_move_api.py | ||
| test_installation.sh | ||
| test_tensor_api.py | ||