Mateus Devino
64aaa8f508
Fix typo on Contribution Guide ( #119428 )
...
Fixes #119427
Pull Request resolved: https://github.com/pytorch/pytorch/pull/119428
Approved by: https://github.com/awgu , https://github.com/kit1980
2024-02-08 01:07:27 +00:00
Thiago Crepaldi
574e313643
Add thiagocrepaldi as person of interest for onnx exporter ( #113402 )
...
@malfet @kit1980
Pull Request resolved: https://github.com/pytorch/pytorch/pull/113402
Approved by: https://github.com/malfet
2023-11-10 15:19:58 +00:00
Nikita Shulga
81bf0bd68d
[no ci] Fix typo in persons_of_interest.rst ( #113283 )
...
There are no `c` in `Hirsh`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/113283
Approved by: https://github.com/bdhirsh
2023-11-08 19:36:32 +00:00
agunapal
1460e5b7f5
updated aarch64 maintainers in docs ( #112047 )
...
This PR adds a new section for maintainers of `aarch64`.
Adding @snadampal to the list
Pull Request resolved: https://github.com/pytorch/pytorch/pull/112047
Approved by: https://github.com/atalman
2023-10-27 21:09:36 +00:00
Nikita Shulga
58c33789c6
Fix governance.rst link rendering ( #110171 )
...
By adding `__` to the end of the link decorator according to https://sublime-and-sphinx-guide.readthedocs.io/en/latest/references.html#links-to-external-web-pages
Fixes regression introduced by https://github.com/pytorch/pytorch/pull/106863
Pull Request resolved: https://github.com/pytorch/pytorch/pull/110171
Approved by: https://github.com/seemethere , https://github.com/msaroufim , https://github.com/atalman
2023-09-27 18:49:03 +00:00
Suraj Subramanian
d43f9f7707
Add redirect links to the contributor wiki ( #106863 )
...
* Update contribution guide links to the wiki page
---------
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
2023-09-21 22:01:20 -04:00
moto
a250cc9bd7
Update persons_of_interest.rst ( #107592 )
...
Updating the state of PyTorch Audio.
Fixes #ISSUE_NUMBER
Pull Request resolved: https://github.com/pytorch/pytorch/pull/107592
Approved by: https://github.com/cpuhrsch
2023-08-21 20:01:46 +00:00
Sergii Dymchenko
adf9595c2f
Update CODEOWNERS ( #103934 )
...
Remove users that no longer have write access to the repo, resolving CODEOWNERS errors.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/103934
Approved by: https://github.com/ZainRizvi , https://github.com/atalman , https://github.com/malfet
2023-06-26 19:29:29 +00:00
Eli Uriegas
e26f5b2ac7
docs: Render bullet points correctly ( #103021 )
...
This wasn't rendering correctly on the website, this should make it so that the bullet points actually show correctly now.
Signed-off-by: Eli Uriegas <eliuriegas@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/103021
Approved by: https://github.com/albanD
2023-06-06 00:22:49 +00:00
Svetlana Karslioglu
d425da8bf3
Replace master with main in links and docs/conf.py ( #100176 )
...
Fixes #ISSUE_NUMBER
Pull Request resolved: https://github.com/pytorch/pytorch/pull/100176
Approved by: https://github.com/albanD , https://github.com/malfet
2023-05-02 18:20:32 +00:00
Chris Gottbrath
f0e28b1cb9
Adding the maintainers approved in 2023Q1 Core Maintainers meeting ( #98520 )
...
Added Nikita to Core Maintainers
Merged MKLDNN with CPU Performance
Renamed CUDA to GPU Performance
Added Jiong to Compiler and CPU Performance
Added Xiaobing to CPU Performance
Marking Vitaly and Jian Hui as Emeritus
Pull Request resolved: https://github.com/pytorch/pytorch/pull/98520
Approved by: https://github.com/ezyang , https://github.com/soumith , https://github.com/dzhulgakov
2023-04-24 17:58:18 +00:00
Simon Seo
9f95032101
Fix broken links in contribution_guide.rst ( #99295 )
...
mainly from `master` to `main`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/99295
Approved by: https://github.com/kit1980
2023-04-20 22:20:56 +00:00
Kiuk Chung
55a1bd3fc6
[PT-D] Update CODEOWNERS, merge_rules, and Persons-of-Interest for to… ( #96321 )
...
Synchronize CODEOWNERS, merge_rules, and POI files to reflect kiukchung and d4l3k (Tristan Rice) as one of the maintainers for the distributed module.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96321
Approved by: https://github.com/d4l3k , https://github.com/albanD , https://github.com/malfet
2023-03-13 17:38:43 +00:00
Svetlana Karslioglu
004bcffc6a
Fix formatting ( #95906 )
...
Fixing list formatting by adding a missing blank line:
Before:

After:

Pull Request resolved: https://github.com/pytorch/pytorch/pull/95906
Approved by: https://github.com/orionr
2023-03-03 16:18:12 +00:00
ajithvallabai
3944e7c3e8
Fix grammatical errors in contribution guide ( #95454 )
...
Fixed following errors in contribution guide.
"deep neural networks using a **on** tape-based autograd systems." to "deep neural networks **using a tape-based** autograd systems."
"the best entrance **point** and are great places to start." to "the best entrance **points** and are great places to start."
Pull Request resolved: https://github.com/pytorch/pytorch/pull/95454
Approved by: https://github.com/ezyang
2023-02-28 03:44:40 +00:00
Atharva Kavitkar
627282fa6c
Corrected grammar in contribution guide ( #93014 )
...
Corrected the grammar of a sentence in "Implementing Features or Fixing Bugs" section of the contribution guide.
**Before:**
Issues that are labeled first-new-issue, low, or medium priority provide the best entrance point are great places to start.
**After:**
Issues that are labeled first-new-issue, low, or medium priority provide the best entrance point _and_ are great places to start.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93014
Approved by: https://github.com/albanD , https://github.com/kit1980
2023-02-24 00:22:14 +00:00
Svetlana Karslioglu
3b7140d938
Add the new submission form ( #94000 )
...
Adding the new form for submitting topics on quarterly maintainers meetings.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/94000
Approved by: https://github.com/orionr
2023-02-03 16:46:30 +00:00
Svetlana Karslioglu
218d4eac56
Remove submission form ( #93287 )
...
Fixes #ISSUE_NUMBER
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93287
Approved by: https://github.com/orionr
2023-01-31 23:41:16 +00:00
Christian Puhrsch
a306f85ea7
Update Persons of Interest ( #90069 )
...
Creates sections for contributors to MaskedTensor and NestedTensor and updates torchaudio.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90069
Approved by: https://github.com/drisspg , https://github.com/mikaylagawarecki , https://github.com/nateanl
2022-12-02 23:06:57 +00:00
Li-Huai (Allan) Lin
c2ce79f06e
Fix dev-discuss link in the maintainer docs ( #89493 )
...
Fixes #ISSUE_NUMBER
Pull Request resolved: https://github.com/pytorch/pytorch/pull/89493
Approved by: https://github.com/H-Huang
2022-11-22 19:33:21 +00:00
Kazuaki Ishizaki
a5f04e9a91
Fix typos in .md and .rst files ( #88962 )
...
This PR fixes typos `Github` in `.md` and `.rst` files.
`Github` -> `GitHub`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/88962
Approved by: https://github.com/kit1980
2022-11-17 03:37:02 +00:00
Svetlana Karslioglu
7e83f65ad5
Add General Project Policies ( #87385 )
...
Add General Project Policies to the Governance page
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87385
Approved by: https://github.com/orionr
2022-10-20 21:02:09 +00:00
vfdev
8d9472d7d4
[skip-ci] Fixed bad link in build_ci_governance.rst ( #85933 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85933
Approved by: https://github.com/albanD
2022-10-03 17:35:44 +00:00
vfdev
6fd5d6397a
[Docs] Updated torchvision people ( #85931 )
...
cc @datumbox @pmeier
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85931
Approved by: https://github.com/fmassa , https://github.com/datumbox
2022-10-03 10:57:08 +00:00
Andrew M. James
5bfcf1f01a
[Docs] Update sparse Maintainers ( #85126 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85126
Approved by: https://github.com/cpuhrsch
2022-09-27 22:50:31 +00:00
supriyar
18685b7fe1
Update PT maintainers list for AO ( #85125 )
...
Summary:
Update the list based on recommendation in
https://github.com/pytorch/pytorch/blob/master/docs/source/community/build_ci_governance.rst
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: [D39745619](https://our.internmc.facebook.com/intern/diff/D39745619 )
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85125
Approved by: https://github.com/gchanan
2022-09-23 23:38:57 +00:00
lezcano
de0f3c4200
Change Lezcano to lezcano ( #85396 )
...
I changed my handle to lezcano (no caps) as rhere's always issues with
capital letters when automatising stuff.
The last issue was https://github.com/pytorch/test-infra/pull/751
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85396
Approved by: https://github.com/ezyang
2022-09-21 13:49:55 +00:00
Nayef Ahmed
cb9ef4668e
Updated library level maintainers for torchtext ( #84950 )
...
- Updated library level maintainers for torchtext to reflect internal changes to the team
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84950
Approved by: https://github.com/mthrok
2022-09-14 00:35:36 +00:00
Slava Kovalevskyi
2698f99dc7
fixing form link for governance ( #84861 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84861
Approved by: https://github.com/malfet
2022-09-12 14:15:52 +00:00
Dmytro Dzhulgakov
96e4bd9500
[docs] Person of interest update: sparse, torchrec and smaller tweaks ( #84772 )
...
Fixes #83363
This is not a full update yet, but fixes some obvious things: missing modules (torchrec, sparse) and brings a few people from merge_rules.json who are working on the respective modules. There are still discrepancies - e.g. Intel CPU work is split in many categories in merge_rules, but it's better to improve things incrementally.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84772
Approved by: https://github.com/b0noI , https://github.com/malfet
2022-09-10 00:09:57 +00:00
Sergii Dymchenko
49ec8d32c7
Suggest draft PRs in contribution_guide.rst ( #84658 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84658
Approved by: https://github.com/huydhn
2022-09-08 03:12:50 +00:00
Slava Kovalevskyi
c585e149e2
Process for maintaining Build + CI contributors list ( #83869 )
...
The following issues are fixed:
* process of adding new contributors to the "Build + CI" module added
* folks who qualified are explicitly added
Pull Request resolved: https://github.com/pytorch/pytorch/pull/83869
Approved by: https://github.com/svekars , https://github.com/seemethere , https://github.com/malfet
2022-08-31 21:48:39 +00:00
Zain Rizvi
d62a6ca521
Link to instructions on submitting an RFC ( #83990 )
...
Point people to instructions on how to create an RFC
Pull Request resolved: https://github.com/pytorch/pytorch/pull/83990
Approved by: https://github.com/janeyx99
2022-08-29 20:31:30 +00:00
Slava Kovalevskyi
2c79b9c638
module names are made more consistent with POI page ( #83219 )
...
Less intrusive update after the first attempt got reverted: https://github.com/pytorch/pytorch/pull/83127
fix for: #83363
Pull Request resolved: https://github.com/pytorch/pytorch/pull/83219
Approved by: https://github.com/malfet
2022-08-16 18:38:08 +00:00
PyTorch MergeBot
3d61d93ea7
Revert "merge_rules, person_of_interst and CODEOWNERS now better aligned ( #83127 )"
...
This reverts commit fb833aabac .
Reverted https://github.com/pytorch/pytorch/pull/83127 on behalf of https://github.com/malfet due to We should not have removed existing codeowners, nor spam Soumith and Ed with review requests
2022-08-10 16:31:28 +00:00
Slava Kovalevskyi
fb833aabac
merge_rules, person_of_interst and CODEOWNERS now better aligned ( #83127 )
...
not 100% alignment just yet
Pull Request resolved: https://github.com/pytorch/pytorch/pull/83127
Approved by: https://github.com/malfet
2022-08-10 14:46:25 +00:00
Slava Kovalevskyi
9ba1631c67
Governance process been actualized. ( #82736 )
...
Changes:
* form for topics proposals for Core maintainers review been added
* merge_rules.json file specified as spruce of truth for the list of maintainers (since it is the file that actually defines permissions)
* responsibilities of the module maintainers are added (as per the last core maintainers meeting)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/82736
Approved by: https://github.com/svekars , https://github.com/soumith
2022-08-09 00:40:20 +00:00
BowenBao
26d50ff1be
[ONNX] Update merge rules and persons of interest ( #82673 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/82673
Approved by: https://github.com/malfet
2022-08-04 18:11:41 +00:00
albanD
386b398317
Update MPS POI ( #81757 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/81757
Approved by: https://github.com/malfet
2022-07-29 16:00:12 +00:00
Slava Kovalevskyi
842f05f014
new doc/tutorial module been added, with the first maintainer svekars… ( #82274 )
...
Approved on the core maintainers meeting: https://dev-discuss.pytorch.org/t/first-pytorch-quarterly-maintainers-meeting-minutes-meeting-date-july-22-2022/709
Pull Request resolved: https://github.com/pytorch/pytorch/pull/82274
Approved by: https://github.com/kit1980 , https://github.com/svekars
2022-07-27 19:57:15 +00:00
albanD
a879cb5865
Update poi based on recent activity ( #81097 )
...
cc @Lezcano
Pull Request resolved: https://github.com/pytorch/pytorch/pull/81097
Approved by: https://github.com/Lezcano , https://github.com/b0noI
2022-07-09 14:39:34 +00:00
Orion Reblitz-Richardson
4df76d1df3
Adjust wording for consistency ( #79758 )
...
Requested by some of our internal review. @svekars thoughts? Thanks.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/79758
Approved by: https://github.com/svekars , https://github.com/kit1980
2022-06-17 01:39:30 +00:00
Svetlana Karslioglu
9d351b3ddd
Update the governance page ( #78850 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/78850
Approved by: https://github.com/orionr , https://github.com/b0noI
2022-06-14 15:39:51 +00:00
Svetlana Karslioglu
5399fef644
Update persons of interest ( #79076 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/79076
Approved by: https://github.com/b0noI
2022-06-14 15:26:13 +00:00
Svetlana Karslioglu
68136828e0
Add Design Philosophy ( #79248 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/79248
Approved by: https://github.com/albanD
2022-06-10 21:21:05 +00:00
Svetlana Karslioglu
8c8527233f
Update the Contribution Guide ( #78779 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/78779
Approved by: https://github.com/ezyang , https://github.com/albanD
2022-06-03 21:15:52 +00:00
Gary Miguel
dbac0f5cdc
Update persons of interest for ONNX ( #72072 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/72072
Reviewed By: H-Huang
Differential Revision: D34230534
Pulled By: malfet
fbshipit-source-id: ed5abdfacf0d9628c6cc99957fa578d71a79d025
(cherry picked from commit 4669c346c4 )
2022-02-16 23:01:13 +00:00
oleshp
93f1090267
Update contribution_guide.rst ( #64142 )
...
Summary:
Grammatical update.
Fixes #{issue number}
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64142
Reviewed By: mruberry
Differential Revision: D30639394
Pulled By: ezyang
fbshipit-source-id: cf1a4dfbd8e34b0772f1b09f5d820278e8ef8574
2021-08-30 19:26:59 -07:00
Joseph Spisak
b629ea4620
Update persons_of_interest.rst ( #63907 )
...
Summary:
Fixes #{issue number}
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63907
Reviewed By: jspisak
Differential Revision: D30534972
Pulled By: dzhulgakov
fbshipit-source-id: ba726fc53e292a362c387cc8b5f7776ca2a2544c
2021-08-25 22:50:54 -07:00
Jithun Nair
726fd26b3e
Update ROCm PyTorch persons of interest ( #55206 )
...
Summary:
cc jeffdaily sunway513
Pull Request resolved: https://github.com/pytorch/pytorch/pull/55206
Reviewed By: VitalyFedyunin
Differential Revision: D30296584
Pulled By: dzhulgakov
fbshipit-source-id: 6e5c610cc6b7c7fd58b80fa3f9de31f269341a88
2021-08-22 22:31:09 -07:00