File: persons_of_interest.rst

package info (click to toggle)
pytorch 1.13.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 139,252 kB
  • sloc: cpp: 1,100,274; python: 706,454; ansic: 83,052; asm: 7,618; java: 3,273; sh: 2,841; javascript: 612; makefile: 323; xml: 269; ruby: 185; yacc: 144; objc: 68; lex: 44
file content (327 lines) | stat: -rw-r--r-- 12,926 bytes parent folder | download
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
PyTorch Governance | Maintainers
=========================================

Responsibilities
----------------

* Triage and fix high priority issues assigned to the module or library
* Triage, review, and land high priority pull requests assigned to the module or library
* Answer module or library questions on `discuss.pytorch.org <https://discuss.pytorch.org/>`__
  and `dev-discuss.pytorch.org <dev-discuss.pytorch.org>`__
* Maintain public user and development documentation
* Run meetings and share minutes plus roadmap on a half or quarterly basis

Lead Core Maintainer (BDFL)
---------------------------

* Soumith Chintala (`soumith <https://github.com/soumith>`__)

Core Maintainers
-------------------

-  Soumith Chintala (`soumith <https://github.com/soumith>`__)
-  Edward Yang (`ezyang <https://github.com/ezyang>`__)
-  Greg Chanan (`gchanan <https://github.com/gchanan>`__)
-  Dmytro Dzhulgakov (`dzhulgakov <https://github.com/dzhulgakov>`__)

Module-level maintainers
------------------------

NN APIs (torch.nn)
~~~~~~~~~~~~~~~~~~

-  Greg Chanan (`gchanan <https://github.com/gchanan>`__)
-  Soumith Chintala (`soumith <https://github.com/soumith>`__)
-  Joel Schlosser (`jbschlosser <https://github.com/jbschlosser>`__)
-  Alban Desmaison (`albanD <https://github.com/albanD>`__)
-  (emeritus) Sam Gross (`colesbury <https://github.com/colesbury>`__)
-  (emeritus) Adam Paszke (`apaszke <https://github.com/apaszke>`__)

Optimizers (torch.optim)
~~~~~~~~~~~~~~~~~~~~~~~~

-  Alban Desmaison (`albanD <https://github.com/albanD>`__)
-  Joel Schlosser (`jbschlosser <https://github.com/jbschlosser>`__)
-  Soumith Chintala (`soumith <https://github.com/soumith>`__)
-  (emeritus) Ilqar Ramazanli (`iramazanli <https://github.com/iramazanli>`__)
-  (emeritus) Vincent Quenneville-Belair (`vincentqb <https://github.com/vincentqb>`__)

Autograd (torch.autograd)
~~~~~~~~~~~~~~~~~~~~~~~~~

-  Edward Yang (`ezyang <https://github.com/ezyang>`__)
-  Alban Desmaison (`alband <https://github.com/alband>`__)
-  Jeffrey Wan (`soulitzer <https://github.com/soulitzer>`__)
-  (emeritus) Adam Paszke (`apaszke <https://github.com/apaszke>`__)

Compilers (JIT / TorchScript / FX / TorchDynamo)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Elias Ellison (`eellison <https://github.com/eellison>`__)
-  Michael Suo (`suo <https://github.com/suo>`__)
-  Yanan Cao (`gmagogsfm <https://github.com/gmagogsfm>`__)
-  James Reed (`jamesr66a <https://github.com/jamesr66a>`__)
-  Jason Ansel (`jansel <https://github.com/jansel>`__)
-  (emeritus) Zach Devito (`zdevito <https://github.com/zdevito>`__)


Distributions & RNG
~~~~~~~~~~~~~~~~~~~

-  Fritz Obermeyer (`fritzo <https://github.com/fritzo>`__)
-  Neeraj Pradhan (`neerajprad <https://github.com/neerajprad>`__)
-  Alican Bozkurt (`alicanb <https://github.com/alicanb>`__)
-  (emeritus) Vishwak Srinivasan (`vishwakftw <https://github.com/vishwakftw>`__)

Distributed
~~~~~~~~~~~

-  Shen Li (`mrshenli <https://github.com/mrshenli>`__)
-  Pritam Damania (`pritamdamania87 <https://github.com/pritamdamania87>`__)
-  Yanli Zhao (`zhaojuanmao <https://github.com/zhaojuanmao>`__)
-  Rohan Varma (`rohan-varma <https://github.com/rohan-varma>`__)
-  Wanchao Liang (`wanchaol <https://github.com/wanchaol>`__)
-  Junjie Wang (`fduwjj <https://github.com/fduwjj>`__)
-  Howard Huang (`H-Huang <https://github.com/H-Huang>`__)
-  Tristan Rice (`d4l3k <https://github.com/d4l3k>`__)
-  Alisson Azzolini (`aazzolini <https://github.com/aazzolini>`__)
-  Ke Wen (`kwen2501 <https://github.com/kwen2501>`__)
-  James Reed (`jamesr66a <https://github.com/jamesr66a>`__)
-  (emeritus) Kiuk Chung (`kiukchung <https://github.com/kiukchung>`__)
-  (emeritus) Pieter Noordhuis (`pietern <https://github.com/pietern>`__)
-  (emeritus) Mingzhe Li (`mingzhe09088 <https://github.com/mingzhe09088>`__)
-  (emeritus) Omkar Salpekar (`osalpekar <https://github.com/osalpekar>`__)

Multiprocessing and DataLoaders
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Vitaly Fedyunin (`VitalyFedyunin <https://github.com/VitalyFedyunin>`__)
-  Simon Wang (`SsnL <https://github.com/SsnL>`__)
-  (emeritus) Adam Paszke (`apaszke <https://github.com/apaszke>`__)

Linear Algebra (torch.linalg)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Mike Ruberry (`mruberry <https://github.com/mruberry>`__)
-  Mario Lezcano (`lezcano <https://github.com/lezcano>`__)
-  Ivan Yashchuk (`IvanYashchuk <https://github.com/IvanYashchuk>`__)
-  (emeritus) Vishwak Srinivasan (`vishwakftw <https://github.com/vishwakftw>`__)

Sparse (torch.sparse)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Pearu Peterson (`pearu <https://github.com/pearu>`__)
-  Nikita Vedeneev (`nikitaved <https://github.com/nikitaved>`__)
-  Ivan Yashchuk (`IvanYashchuk <https://github.com/IvanYashchuk>`__)
-  Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)
-  Andrew James (`amjames <https://github.com/amjames>`__)

Fast Fourier Transform (torch.fft)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Mike Ruberry (`mruberry <https://github.com/mruberry>`__)
-  Peter Bell (`peterbell10 <https://github.com/peterbell10>`__)

CPU Performance / SIMD
~~~~~~~~~~~~~~~~~~~~~~

-  Vitaly Fedyunin (`VitalyFedyunin <https://github.com/VitalyFedyunin>`__)
-  Mingfei Ma (`mingfeima <https://github.com/mingfeima>`__)
-  (emeritus) Xiaoqiang Zheng (`zheng-xq <https://github.com/zheng-xq>`__)
-  (emeritus) Sam Gross (`colesbury <https://github.com/colesbury>`__)
-  (emeritus) Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)
-  (emeritus) Ilia Cherniavskii (`ilia-cher <https://github.com/ilia-cher>`__)

NVIDIA / CUDA
~~~~~~~~~~~~~

-  Natalia Gimelshein (`ngimel <https://github.com/ngimel>`__)
-  Edward Yang (`ezyang <https://github.com/ezyang>`__)
-  Piotr Bialecki (`ptrblck <https://github.com/ptrblck>`__)
-  Christian Sarofeen (`csarofeen <https://github.com/csarofeen>`__)
-  Andrew Tulloch (`ajtulloch <https://github.com/ajtulloch>`__)
-  (emeritus) Xiaoqiang Zheng (`zheng-xq <https://github.com/zheng-xq>`__)

NVFuser
~~~~~~~

-  Christian Sarofeen (`csarofeen <https://github.com/csarofeen>`__)
-  Alex Jann (`jjsjann123 <https://github.com/jjsjann123>`__)
-  Piotr Bialecki (`ptrblck <https://github.com/ptrblck>`__)
-  Natalia Gimelshein (`ngimel <https://github.com/ngimel>`__)

Intel / MKLDNN
~~~~~~~~~~~~~~

-  Vitaly Fedyunin (`VitalyFedyunin <https://github.com/VitalyFedyunin>`__)
-  Jianhui Li (`Jianhui-Li <https://github.com/Jianhui-Li>`__)
-  Mingfei Ma (`mingfeima <https://github.com/mingfeima>`__)
-  (emeritus) Junjie Bai (`bddppq <https://github.com/bddppq>`__)
-  (emeritus) Yinghai Lu (`yinghai <https://github.com/yinghai>`__)

AMD/ROCm/HIP
~~~~~~~~~~~~

-  Peng Sun (`sunway513 <https://github.com/sunway513>`__)
-  Jithun Nair (`jithunnair-amd <https://github.com/jithunnair-amd>`__)
-  Jeff Daily (`jeffdaily <https://github.com/jeffdaily>`__)
-  (emeritus) Junjie Bai (`bddppq <https://github.com/bddppq>`__)

Build + CI
~~~~~~~~~~

-  Nikita Shulga (`malfet <https://github.com/malfet>`__)
-  Eli Uriegas (`seemethere <https://github.com/seemethere>`__)
-  Alban Desmaison (`alband <https://github.com/alband>`__)
-  Mikey Dagitses (`dagitses <https://github.com/dagitses>`__)
-  Omkar Salpekar (`osalpekar <https://github.com/osalpekar>`__)
-  Zain Rizvi (`ZainRizvi <https://github.com/ZainRizvi>`__)
-  Nirav Mehta (`mehtanirav <https://github.com/mehtanirav>`__)
-  Andrey Talman (`atalman <https://github.com/atalman>`__)
-  (emeritus) Zhuojie Zhou (`zhouzhuojie <https://github.com/zhouzhuojie>`__)
-  (emeritus) Edward Yang (`ezyang <https://github.com/ezyang>`__)
-  (emeritus) Karl Ostmo (`kostmo <https://github.com/kostmo>`__)

Performance Tools
~~~~~~~~~~~~~~~~~

-  Adnan Aziz (`adnanaziz <https://github.com/adnanaziz>`__)
-  CK Luk (`ckluk <https://github.com/ckluk>`__)
-  Taylor Robie (`robieta <https://github.com/robieta>`__)
-  Xu Zhao (`xuzhao9 <https://github.com/xuzhao9>`__)
-  Geeta Chauhan (`chauhang <https://github.com/chauhang>`__)
-  (emeritus) Victor Bittorf (`bitfort <https://github.com/bitfort>`__)
-  (emeritus) Gisle Dankel (`gdankel <https://github.com/gdankel>`__)
-  (emeritus) Natalia Gimelshein (`ngimel <https://github.com/ngimel>`__)
-  (emeritus) Mingzhe Li (`mingzhe09088 <https://github.com/mingzhe09088>`__)

C++ API
~~~~~~~

-  Joel Schlosser (`jbschlosser <https://github.com/jbschlosser>`__)
-  (emeritus) Will Feng (`yf225 <https://github.com/yf225>`__)

C10 utils and operator dispatch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Brian Hirsh (`bdhirsh <https://github.com/bdhirsh>`__)
-  Edward Yang (`ezyang <https://github.com/ezyang>`__)
-  Dmytro Dzhulgakov (`dzhulgakov <https://github.com/dzhulgakov>`__)
-  (emeritus) Sebastian Messmer (`smessmer <https://github.com/smessmer>`__)

ONNX exporter
~~~~~~~~~~~~~
-  Bowen Bao (`BowenBao <https://github.com/BowenBao>`__)
-  Aaron Bockover (`abock <https://github.com/abock>`__)
-  (emeritus) Gary Miguel (`garymm <https://github.com/garymm>`__)
-  (emeritus) Lara Haidar (`lara-hdr <https://github.com/lara-hdr>`__)
-  (emeritus) Lu Fang (`houseroad <https://github.com/houseroad>`__)
-  (emeritus) Negin Raoof (`neginraoof <https://github.com/neginraoof>`__)
-  (emeritus) Spandan Tiwari (`spandantiwari <https://github.com/spandantiwari>`__)

Mobile / Edge
~~~~~~~~~~~~~
-  David Reiss (`dreiss <https://github.com/dreiss>`__)
-  Raziel Guevara (`raziel <https://github.com/raziel>`__)
-  Linbin Yu (`linbinyu <https://github.com/linbinyu>`__)
-  Ivan Kobzarev (`IvanKobzarev <https://github.com/IvanKobzarev>`__)
-  Tao Xu (`xta0 <https://github.com/xta0>`__)

Model Compression & Optimization
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-  Vasiliy Kuznetsov (`vkuzo <https://github.com/vkuzo>`__)
-  Jerry Zhang (`jerryzh168 <https://github.com/jerryzh168>`__)
-  Zafar Takhirov (`z-a-f <https://github.com/z-a-f>`__)
-  Supriya Rao (`supriyar <https://github.com/supriyar>`__)
-  (emeritus) Raghuraman Krishnamoorthi (`raghuramank100 <https://github.com/raghuramank100>`__)


Windows
~~~~~~~

-  Guoliang Hua (`nbcsm <https://github.com/nbcsm>`__)
-  (emeritus) Teng Gao (`gaoteng-git <https://github.com/gaoteng-git>`__)
-  (emeritus) Peter Johnson (`peterjc123 <https://github.com/peterjc123>`__)

Apple M1/MPS
~~~~~~~~~~~~

-  Alban Desmaison (`alband <https://github.com/alband>`__)
-  Nikita Shulga (`malfet <https://github.com/malfet>`__)
-  Kulin Seth (`kulinseth <https://github.com/kulinseth>`__)
-  Ramin Azarmehr (`razarmehr <https://github.com/razarmehr>`__)

PowerPC
~~~~~~~

-  Alfredo Mendoza (`avmgithub <https://github.com/avmgithub>`__)

Docs / Tutorials
~~~~~~~~~~~~~~~~

- Svetlana Karslioglu (`svekars <https://github.com/svekars>`__)

Library-level maintainers
-------------------------

XLA
~~~

-  Jack Cao (`JackCaoG <https://github.com/JackCaoG>`__)
-  Daniel Sohn (`jysohn23 <https://github.com/jysohn23>`__)
-  Zach Cain (`zcain117 <https://github.com/zcain117>`__)
-  Brian Hirsch (`bdhirsh <https://github.com/bdhirsh>`__)
-  Gregory Chanan (`gchanan <https://github.com/gchanan>`__)
-  (emeritus) Ailing Zhang (`ailzhang <https://github.com/ailzhang>`__)
-  (emeritus) Davide Libenzi (`dlibenzi <https://github.com/dlibenzi>`__)
-  (emeritus) Alex Suhan (`asuhan <https://github.com/asuhan>`__)

TorchServe
~~~~~~~~~~

-  Geeta Chauhan (`chauhang <https://github.com/chauhang>`__)
-  Manoj Rao (`mycpuorg <https://github.com/mycpuorg>`__)
-  Vamshi Dantu (`vdantu <https://github.com/vdantu>`__)
-  Dhanasekar Karuppasamy (`dhanainme <https://github.com/dhanainme>`__)

TorchVision
~~~~~~~~~~~

-  Francisco Massa (`fmassa <https://github.com/fmassa>`__)
-  Vasilis Vryniotis (`datumbox <https://github.com/datumbox>`__)
-  Nicolas Hug (`NicolasHug <https://github.com/NicolasHug>`__)
-  Yosua Michael Maranatha (`YosuaMichael <https://github.com/YosuaMichael>`__)
-  Joao Gomes (`jdsgomes <https://github.com/jdsgomes>`__)
-  Philip Meier (`pmeier <https://github.com/pmeier>`__)
-  Victor Fomin (`vfdev-5 <https://github.com/vfdev-5>`__)

TorchText
~~~~~~~~~

-  Nayef Ahmed (`Nayef211 <https://github.com/Nayef211>`__)
-  (emeritus) Parmeet Singh Bhatia (`parmeet <https://github.com/parmeet>`__)
-  (emeritus) Guanheng George Zhang (`zhangguanheng66 <https://github.com/zhangguanheng66>`__)
-  (emeritus) Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)

TorchAudio
~~~~~~~~~~

-  Moto Hira (`mthrok <https://github.com/mthrok>`__)
-  (emeritus) Vincent QB (`vincentqb <https://github.com/vincentqb>`__)

TorchRec
~~~~~~~~

-  Dmytro Ivchenko (`divchenko <https://github.com/divchenko>`__)
-  Colin Taylor (`colin2328 <https://github.com/colin2328>`__)

TorchX
~~~~~~

-  Tristan Rice (`d4l3k <https://github.com/d4l3k>`__)
-  Kiuk Chung (`kiukchung <https://github.com/kiukchung>`__)

TorchData / TorchArrow
~~~~~~~~~~~~~~~~~~~~~~
-  Vitaly Fedyunin (`VitalyFedyunin <https://github.com/VitalyFedyunin>`__)
-  Wenlei Xie (`wenleix <https://github.com/wenleix>`__)