-
Notifications
You must be signed in to change notification settings - Fork 404
Expand file tree
/
Copy pathcode-owners.yml
More file actions
123 lines (91 loc) · 1.79 KB
/
code-owners.yml
File metadata and controls
123 lines (91 loc) · 1.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
"component: api [C++]":
- "narendasan"
"component: api [Python]":
- "gs-olive"
- "peri044"
"component: api":
- "narendasan"
"component: build system":
- "narendasan"
"component: conversion":
- "apbose"
- "peri044"
"component: converters":
- "apbose"
- "zewenli98"
"component: core":
- "narendasan"
- "peri044"
- "bowang007"
"component: dynamo":
- "narendasan"
- "gs-olive"
- "peri044"
"component: evaluators":
- "narendasan"
- "peri044"
"component: execution":
- "narendasan"
"component: lowering":
- "peri044"
- "gs-olive"
"component: partitioning":
- "bowang007"
- "peri044"
"component: plugins":
- "peri044"
"component: quantization":
- "peri044"
- "bowang007"
"component: runtime":
- "narendasan"
"component: tests":
- "narendasan"
"component: torch_compile":
- "gs-olive"
- "narendasan"
"component: torchtrtc":
- "narendasan"
"component: dependencies":
# Work RE: upgrading dependencies in the compiler / testing new versions
- "peri044"
- "bowang007"
- "narendasan"
"documentation":
- "narendasan"
"examples":
# Sample applications and notebooks on how to use TorchTRT features
- "peri044"
- "tanayvarshney"
"infrastructre":
- "narendasan"
"component: packaging":
- "narendasan"
- "peri044"
"channel: NGC":
- "peri044"
"channel: linux-x86":
- "narendasan"
- "peri044"
"channel: linux-sbsa":
- "bowang007"
"channel: windows":
- "narendasan"
"channel: linux-jetpack":
- "narendasan"
- "bowang007"
"component: tooling":
- "narendasan"
"performance":
- "peri044"
- "bowang007"
"channel: docker":
- "narendasan"
"ux":
# Issues related to the user experience including debugging and installation
- "narendasan"
- "peri044"
"component: fx":
- "frank-wei"
- "yinghai"
- "wushirong"