FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
iree/.github/CODEOWNERS at main · 2Fgoogle/iree · GitHub
2Fgoogle
/
iree
Public
forked from
iree-org/iree
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
iree
/
.github
/
CODEOWNERS
Copy path
More file actions
More file actions
Latest commit
History
History
History
82 lines (67 loc) · 2.9 KB
Breadcrumbs
iree
/
.github
/
CODEOWNERS
Copy path
File metadata and controls
82 lines (67 loc) · 2.9 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
73
74
75
76
77
78
79
80
81
82
#
Codeowners for IREE Github Repository.
#
Refer to https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
for syntax of this file (tl;dr: syntax is like .gitignore. Last matching rule
#
takes precedence).
#
Because of the precedence, rules for directories are listed topologically.
#
@ghost is used to make a pattern have no owners. It is a sentinel GitHub user
#
that takes the place of deleted users.
#
No global owners because we don't really want e.g. changing the root
#
CMakeLists.txt file to always ping a bunch of people.
#
Code owners for individual components/directories
#
Third-Party Code
/
.gitmodules
@
GMNGeoffrey
@
ScottTodd
@
stellaraccident
/
third_party
/
@
GMNGeoffrey
@
ScottTodd
@
stellaraccident
#
Except for routinely-updated submodules
/
third_party
/
llvm-project
@
ghost
/
third_party
/
tensorflow
@
ghost
/
third_party
/
mlir-hlo
@
ghost
#
Bindings
/
bindings
/
python
/
@
stellaraccident
/
bindings
/
tflite
/
@
benvanik
#
Integrations
/
integrations
/
@
benvanik
@
stellaraccident
/
integrations
/
tensorflow
/
@
stellaraccident
/
integrations
/
tensorflow
/
build_tools
/
@
GMNGeoffrey
@
stellaraccident
/
integrations
/
tensorflow
/
test
/
**
/
iree_tfl_tests
/
@
rsuderman
#
Experimental
#
It's experimental, but we still don't want any old directory added here.
/
experimental
/
@
benvanik
@
GMNGeoffrey
@
stellaraccident
/
experimental
/
remoting
/
@
stellaraccident
/
experimental
/
rocm
/
@
ThomasRaoux
/
experimental
/
web
/
@
ScottTodd
#
Infra Top-Level Directories
/
benchmarks
/
@
GMNGeoffrey
@
antiagainst
/
build_tools
/
@
GMNGeoffrey
@
ScottTodd
/
build_tools
/
benchmarks
/
@
GMNGeoffrey
@
antiagainst
/
build_tools
/
python_deploy
/
@
stellaraccident
/
build_tools
/
third_party
/
@
GMNGeoffrey
@
ScottTodd
@
stellaraccident
/
.github
/
@
GMNGeoffrey
@
ScottTodd
/
scripts
/
@
GMNGeoffrey
@
ScottTodd
#
llvm-external-projects
/
llvm-external-projects
/
@
stellaraccident
/
llvm-external-projects
/
iree-dialects
/
**
/
Dialect
/
LinalgExt
/
@
hanhanW
@
MaheshRavishankar
/
llvm-external-projects
/
iree-dialects
/
test
/
iree_linalgext
@
hanhanW
@
MaheshRavishankar
#
Other Top-Level Directories
/
colab
/
@
ScottTodd
/
docs
/
@
ScottTodd
#
Main IREE directories
/
iree
/
@
benvanik
#
Compiler
/
iree
/
compiler
/
Codegen
/
@
MaheshRavishankar
/
iree
/
compiler
/
Codegen
/
LLVMCPU
/
@
hanhanW
@
MaheshRavishankar
/
iree
/
compiler
/
Codegen
/
LLVMGPU
/
@
MaheshRavishankar
@
ThomasRaoux
/
iree
/
compiler
/
Codegen
/
Sandbox
/
@
hanhanW
@
MaheshRavishankar
/
iree
/
compiler
/
Codegen
/
SPIRV
/
@
antiagainst
@
MaheshRavishankar
/
iree
/
compiler
/
ConstEval
/
@
stellaraccident
/
iree
/
compiler
/
Dialect
/
Vulkan
/
@
antiagainst
/
iree
/
compiler
/
InputConversion
/
@
MaheshRavishankar
@
stellaraccident
/
iree
/
compiler
/
InputConversion
/
MHLO
@
hanhanW
@
MaheshRavishankar
@
rsuderman
/
iree
/
compiler
/
InputConversion
/
TOSA
@
rsuderman
#
Runtime
/
iree
/
hal
/
cuda
/
@
ThomasRaoux
/
iree
/
hal
/
cts
/
@
ScottTodd
/
iree
/
hal
/
vulkan
/
@
antiagainst
@
ScottTodd
#
Other IREE directories
/
iree
/
samples
/
@
ScottTodd
/
iree
/
test
/
@
ghost
/
iree
/
tools
/
@
benvanik
@
GMNGeoffrey
Back
|
FazBrowse Home
|
New Git URL