-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
72 lines (57 loc) · 2.79 KB
/
Copy pathCODEOWNERS
File metadata and controls
72 lines (57 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# The CODEOWNERS file is used to define the maintainer of a specific file or directory in the code repository.
# Its main purpose is to automatically request designated maintainer to conduct code review in Pull Request (PR),
# in order to clarify code ownership, improve code quality, and accelerate the review process.
# The lines starting with # are comments.
# Each line corresponds to a specified file or directory and maintainer by @ splitting.
# The rules are applied from top to bottom, and the last matching rule will take effect.
# If the file in PR does not match rule, the default maintainers will be designated to conduct code review.
* @yangzhenzhang @suteng @yao_yf
# The maintainers of hyper_parallel/auto_parallel.
/hyper_parallel/auto_parallel/ @bj-wang
/hyper_parallel/auto_parallel/fast-tuner/ @ChaoRanCaaat
# The maintainers of hyper_parallel/collectives.
/hyper_parallel/collectives/ @changzherui1
# The maintainers of hyper_parallel/core.
/hyper_parallel/core/ @yangzhenzhang
/hyper_parallel/core/activation_checkpoint/ @DavidFFFan
/hyper_parallel/core/distributed_checkpoint/ @zhangbuxue
/hyper_parallel/core/fully_shard/ @Meng107
/hyper_parallel/core/hsdp/ @kisnwang
/hyper_parallel/core/pipeline_parallel/ @lichen666
/hyper_parallel/core/shard/ @yangzhenzhang
/hyper_parallel/core/shard/ops/ @david-he91
# The maintainers of hyper_parallel/platform.
/hyper_parallel/platform/ @yangzhenzhang
/hyper_parallel/platform/mindspore/ @yangzhenzhang
/hyper_parallel/platform/mindspore/hsdp/ @kisnwang
/hyper_parallel/platform/mindspore/pipeline_parallel/ @lichen666
/hyper_parallel/platform/mindspore/fully_shard/ @DavidFFFan
/hyper_parallel/platform/torch/ @yangzhenzhang
/hyper_parallel/platform/torch/activation_checkpoint/ @DavidFFFan
/hyper_parallel/platform/torch/fully_shard/ @Meng107
/hyper_parallel/platform/torch/hsdp/ @kisnwang
/hyper_parallel/platform/torch/pipeline_parallel/ @lichen666
# The maintainers of tests.
/tests/ @liuchongming74
/tests/mindspore/ @yangzhenzhang
/tests/mindspore/st/pipeline_parallel/ @yangzhenzhang
/tests/mindspore/st/shard/ @yangzhenzhang
/tests/mindspore/st/checkpoint/ @zhangbuxue
/tests/mindspore/st/fully_shard/ @DavidFFFan
/tests/ut/core/distributed_checkpoint/ @zhangbuxue
/tests/ut/platform/mindspore/ @yangzhenzhang
/tests/ut/platform/mindspore/fully_shard/ @DavidFFFan
/tests/ut/core/context_parallel/ @yangzhenzhang
/tests/torch/ @yangzhenzhang
/tests/torch/activation_checkpoint/ @DavidFFFan
/tests/torch/checkpoint/ @zhangbuxue
/tests/torch/fully_shard/ @Meng107
/tests/torch/pipeline_parallel/ @lichen666
/tests/torch/process_group/ @changzherui1
/tests/torch/shard/ @yangzhenzhang
# The maintainers of other code directories.
/.jenkins/ @yangzhenzhang
/docs/ @yangzhenzhang @gemini524
/.gitmodules @yangzhenzhang
/requirements.txt @yangzhenzhang
/setup.py @yangzhenzhang