Commit 319421f
merge Feature_store_next to develop (#518)
* [Feat] Next Store Interface (#510)
Define the StoreV1 interface, see issue #490 for details.
* [bugfix]add init device (#511)
add init device
* [bugfix] clean up shm remnants to fix "BufferOut" error in PCStore (#512)
PCStore uses shared memory to share data in DRAM. If the service terminates abnormally and residual files of the shared data are not cleaned up, it will cause newly started services to report BufferOut errors.
* [Misc] enable CI in feature branch (#513)
enable CI in feature branch
* [feat]adapt v1 store (#514)
* adapt v1 store
* code style
* set default local_rank_size to 1 (#515)
* [feat]threadpool monitor (#500)
threadpool monitor
Co-authored-by: lijiachen19 <lijiachen19@huawei.com>
* modify factory_v1 (#516)
* set version to 0.2.0rc1 (#517)
* fix code style
---------
Co-authored-by: Mag1c.H <hemajun815@163.com>
Co-authored-by: Lijiachen1018 <30387633+Lijiachen1018@users.noreply.github.com>
Co-authored-by: lijiachen19 <lijiachen19@huawei.com>1 parent fd32928 commit 319421f
File tree
110 files changed
+2123
-3114
lines changed- .github/workflows
- ucm
- integration/vllm
- sparse/gsa/prefetch
- store
- detail
- task
- type
- device/simu
- dramstore
- infra
- localstore
- cc
- api
- domain/cache
- cpy
- nfsstore
- cc/domain
- file
- trans
- device
- ascend
- cuda
- maca
- musa
- simu
- pcstore
- cc
- api
- domain
- file
- trans
- cpy
- task
- test
- case
- cmn
- infra
- localstore
- nfsstore
- e2e
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+2123
-3114
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 33 | | |
42 | 34 | | |
43 | 35 | | |
44 | 36 | | |
45 | 37 | | |
46 | 38 | | |
47 | 39 | | |
48 | | - | |
| 40 | + | |
49 | 41 | | |
50 | 42 | | |
51 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments