-
Notifications
You must be signed in to change notification settings - Fork 29
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (25 loc) · 1.22 KB
/
CODEOWNERS
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
# IMPORTANT:
# This file is ONLY used to merge PRs. Approvals from people in this file are required for merging.
#
# WARNING: The last matching pattern takes the most precedence and OVERWRITES previous rules.
# Please be very careful when adding new patterns.
# ---------- base ----------
* @mrdanielw @jinminxi104
/.github/ @mrdanielw @wugeshui
/.github/CODEOWNERS @mrdanielw @jinminxi104
# ---------- dipu ----------
### base
/dipu/ @mrdanielw
### directories & files
/dipu/torch_dipu/csrc_dipu/ @mrdanielw @fandaoyi @lljbash
/dipu/tests/python/ @mrdanielw @lljbash
/dipu/scripts/autogen_diopi_wrapper/ @mrdanielw @lljbash
/dipu/scripts/autogen_diopi_wrapper/autogen_diopi_wrapper.py @mrdanielw @zhaoguochun1995
/dipu/scripts/ci/ @mrdanielw @wugeshui
### build & linter
/dipu/**/CMakeLists.txt @mrdanielw @lljbash @wiryls @Wrench-Git
/dipu/**/*.cmake @mrdanielw @lljbash @wiryls @Wrench-Git
/dipu/.clang* @mrdanielw @lljbash @wiryls
# ---------- dicp ----------
/dicp/ @jinminxi104
/dicp/scripts/ci/ @jinminxi104 @wugeshui