Skip to content

Commit cc58537

Browse files
committed
Updating codeowners and some components
1 parent 95aad4b commit cc58537

File tree

2 files changed

+86
-83
lines changed

2 files changed

+86
-83
lines changed

.github/code-owners.yml

Lines changed: 59 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,124 @@
11
"component: api [C++]":
2-
- "narendasan"
2+
- "narendasan"
33

44
"component: api [Python]":
5-
- "gs-olive"
6-
- "peri044"
5+
- "narendasan"
6+
- "zewenli98"
77

88
"component: api":
9-
- "narendasan"
9+
- "narendasan"
1010

1111
"component: build system":
12-
- "narendasan"
12+
- "narendasan"
13+
- "lanluo-nvidia"
1314

1415
"component: conversion":
15-
- "apbose"
16-
- "peri044"
16+
- "apbose"
17+
- "peri044"
1718

1819
"component: converters":
19-
- "apbose"
20-
- "zewenli98"
20+
- "apbose"
21+
- "zewenli98"
2122

2223
"component: core":
23-
- "narendasan"
24-
- "peri044"
25-
- "bowang007"
24+
- "narendasan"
25+
- "zewenli98"
26+
- "cehongwang"
2627

2728
"component: dynamo":
28-
- "narendasan"
29-
- "gs-olive"
30-
- "peri044"
29+
- "narendasan"
30+
- "zewenli98"
31+
- "cehongwang"
3132

3233
"component: evaluators":
33-
- "narendasan"
34-
- "peri044"
34+
- "zewenli98"
35+
- "apbose"
3536

3637
"component: execution":
37-
- "narendasan"
38+
- "narendasan"
3839

3940
"component: lowering":
40-
- "peri044"
41-
- "gs-olive"
41+
- "zewenli98"
42+
- "cehongwang"
4243

4344
"component: partitioning":
44-
- "bowang007"
45-
- "peri044"
45+
- "bowang007"
46+
- "cehongwang"
4647

4748
"component: plugins":
48-
- "peri044"
49+
- "narendasan"
50+
- "bowang007"
4951

5052
"component: quantization":
51-
- "peri044"
52-
- "bowang007"
53+
- "zewenli98"
54+
- "lanluo-nvidia"
5355

5456
"component: runtime":
55-
- "narendasan"
57+
- "narendasan"
58+
- "cehongwang"
5659

5760
"component: tests":
58-
- "narendasan"
61+
- "lanluo-nvidia"
5962

6063
"component: torch_compile":
61-
- "gs-olive"
62-
- "narendasan"
64+
- "zewenli98"
65+
- "narendasan"
6366

6467
"component: torchtrtc":
65-
- "narendasan"
68+
- "narendasan"
6669

6770
"component: dependencies":
68-
# Work RE: upgrading dependencies in the compiler / testing new versions
69-
- "peri044"
70-
- "bowang007"
71-
- "narendasan"
71+
# Work RE: upgrading dependencies in the compiler / testing new versions
72+
- "lanluo-nvidia"
73+
- "narendasan"
7274

7375
"documentation":
74-
- "narendasan"
76+
- "narendasan"
7577

7678
"examples":
77-
# Sample applications and notebooks on how to use TorchTRT features
78-
- "peri044"
79-
- "tanayvarshney"
79+
# Sample applications and notebooks on how to use TorchTRT features
80+
- "narendasan"
8081

8182
"infrastructre":
82-
- "narendasan"
83+
- "narendasan"
84+
- "lanluo-nvidia"
8385

8486
"component: packaging":
85-
- "narendasan"
86-
- "peri044"
87+
- "narendasan"
88+
- "lanluo-nvidia"
8789

8890
"channel: NGC":
89-
- "peri044"
91+
- "apbose"
92+
- "lanluo-nvidia"
9093

9194
"channel: linux-x86":
92-
- "narendasan"
93-
- "peri044"
95+
- "narendasan"
96+
- "lanluo-nvidia"
9497

9598
"channel: linux-sbsa":
96-
- "bowang007"
99+
- "narendasan"
100+
- "lanluo-nvidia"
97101

98102
"channel: windows":
99-
- "narendasan"
103+
- "lanluo-nvidia"
100104

101105
"channel: linux-jetpack":
102-
- "narendasan"
103-
- "bowang007"
106+
- "narendasan"
107+
- "lanluo-nvidia"
104108

105109
"component: tooling":
106-
- "narendasan"
110+
- "narendasan"
107111

108112
"performance":
109-
- "peri044"
110-
- "bowang007"
113+
- "cehongwang"
114+
- "bowang007"
111115

112116
"channel: docker":
113-
- "narendasan"
117+
- "narendasan"
114118

115119
"ux":
116-
# Issues related to the user experience including debugging and installation
117-
- "narendasan"
118-
- "peri044"
120+
# Issues related to the user experience including debugging and installation
121+
- "narendasan"
119122

120123
"component: fx":
121-
- "frank-wei"
122-
- "yinghai"
123-
- "wushirong"
124+
- "narendasan"

.github/pr-labels.yml

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,57 @@
11
"component: torchtrtc":
2-
- cpp/torchtrtc/**/*
2+
- cpp/torchtrtc/**/*
33

44
"component: api [C++]":
5-
- cpp/**/*
5+
- cpp/**/*
66

77
"component: api [Python]":
8-
- py/**/*
8+
- py/**/*
99

1010
"component: core":
11-
- core/**/*
11+
- core/**/*
12+
- py/torch_tensorrt/dynamo/**/*
1213

1314
"component: conversion":
14-
- core/conversion/**/*
15-
- py/torch_tensorrt/dynamo/conversion/**/*
16-
15+
- core/conversion/**/*
16+
- py/torch_tensorrt/dynamo/conversion/**/*
17+
1718
"component: converters":
18-
- core/conversion/converters/**/*
19-
- py/torch_tensorrt/dynamo/conversion/impl/**/*
19+
- core/conversion/converters/**/*
20+
- py/torch_tensorrt/dynamo/conversion/impl/**/*
2021

2122
"component: evaluators":
22-
- core/conversion/evaluators/**/*
23+
- core/conversion/evaluators/**/*
2324

2425
"component: fx":
25-
- py/torch_tensorrt/fx/**/*
26+
- py/torch_tensorrt/fx/**/*
2627

2728
"component: dynamo":
28-
- py/torch_tensorrt/dynamo/**/*
29+
- py/torch_tensorrt/dynamo/**/*
2930

3031
"component: torch_compile":
31-
- py/torch_tensorrt/dynamo/backend/*
32+
- py/torch_tensorrt/dynamo/backend/*
3233

3334
"component: partitioning":
34-
- core/partitioning/**/*
35+
- core/partitioning/**/*
3536

3637
"component: runtime":
37-
- core/runtime/**/*
38-
- py/torch_tensorrt/dynamo/runtime/**/*
38+
- core/runtime/**/*
39+
- py/torch_tensorrt/dynamo/runtime/**/*
3940

4041
"component: lowering":
41-
- core/lowering/**/*
42-
- py/torch_tensorrt/dynamo/lowering/**/*
42+
- core/lowering/**/*
43+
- py/torch_tensorrt/dynamo/lowering/**/*
4344

4445
"component: tests":
45-
- tests/**/*
46+
- tests/**/*
4647

4748
"component: build system":
48-
- WORKSPACE
49-
- BUILD
50-
- pyproject.toml
51-
- setup.py
49+
- MODULE.bazel
50+
- BUILD
51+
- pyproject.toml
52+
- setup.py
53+
- toolchain/**/*
5254

5355
"documentation":
54-
- docs/**/*
55-
- docsrc/**/*
56+
- docs/**/*
57+
- docsrc/**/*

0 commit comments

Comments
 (0)