-
Notifications
You must be signed in to change notification settings - Fork 247
/
CODEOWNERS
Validating CODEOWNERS rules...
37 lines (29 loc) · 1.19 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
34
35
36
37
# Code owners are automatically requested for review
# when someone opens a pull request that modifies code that they own.
# Code owners are not automatically requested to review draft pull requests.
#
# To use a CODEOWNERS file, create a new file called CODEOWNERS
# in the root, docs/, or .github/ directory of the repository,
# in the branch where you'd like to add the code owners.
# Each CODEOWNERS file assigns the code owners for a single branch in the repository.
# Thus, you can assign different code owners for different branches.
#
# Each line is a file pattern followed by one or more owners.
# Order is important; the last matching pattern takes the most precedence.
* @gujinghui @arthuryuan1987
# Frontend
/intel_extension_for_pytorch @gujinghui @wuhuikx @zejun-chen
# IPEX GPU code base
/csrc/gpu @gujinghui @arthuryuan1987 @wuhuikx @majing921201
# Documentation and tutorials
/docs @gujinghui @tye1
# Docker files
/docker @tye1
# Build scripts
/cmake @gujinghui @zejun-chen @xuhancn
# Tools and scripts
/scripts @gujinghui @xunsongh
# IPEX CPU code base
/csrc/cpu @xuhancn @zejun-chen
/intel_extension_for_pytorch/cpu @xuhancn @zejun-chen
/intel_extension_for_pytorch/csrc/cpu @xuhancn @zejun-chen