Commit Graph

131 Commits

Author SHA1 Message Date
034717a029 [ROCm] remove triton-rocm commit pin and merge pins with triton.txt (#133438)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/133438
Approved by: https://github.com/jithunnair-amd, https://github.com/malfet

Co-authored-by: Jithun Nair <37884920+jithunnair-amd@users.noreply.github.com>
2024-09-05 20:36:45 +00:00
a1ba8e61d1 Revert "[ROCm] remove triton-rocm commit pin and merge pins with triton.txt (#133438)"
This reverts commit 5e8bf29148a590318f678620f84be8f4d5ffff5c.

Reverted https://github.com/pytorch/pytorch/pull/133438 on behalf of https://github.com/ZainRizvi due to This still breaks linux binary builds. Added the appropriate labels to ensure tests can pass. See [GH job link](https://github.com/pytorch/pytorch/actions/runs/10626427003/job/29460479554) [HUD commit link](5e8bf29148) ([comment](https://github.com/pytorch/pytorch/pull/133438#issuecomment-2322246198))
2024-08-30 20:00:41 +00:00
5e8bf29148 [ROCm] remove triton-rocm commit pin and merge pins with triton.txt (#133438)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/133438
Approved by: https://github.com/jithunnair-amd, https://github.com/malfet

Co-authored-by: Jithun Nair <37884920+jithunnair-amd@users.noreply.github.com>
2024-08-30 03:38:35 +00:00
4648848696 Revert "[ROCm] remove triton-rocm commit pin and merge pins with triton.txt (#133438)"
This reverts commit f71c3d265ab52589f983dd252d61461db4e7dbbd.

Reverted https://github.com/pytorch/pytorch/pull/133438 on behalf of https://github.com/jeanschmidt due to seems to have introduced breakages in linux binary builds ([comment](https://github.com/pytorch/pytorch/pull/133438#issuecomment-2308787310))
2024-08-25 11:20:30 +00:00
f71c3d265a [ROCm] remove triton-rocm commit pin and merge pins with triton.txt (#133438)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/133438
Approved by: https://github.com/jithunnair-amd, https://github.com/malfet
2024-08-24 18:26:49 +00:00
7830373662 Update owner for BC test (#132891)
Add @larryliu0820 to `/test/forward_backward_compatibility/check_forward_backward_compatibility.py`.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/132891
Approved by: https://github.com/albanD
2024-08-07 19:42:04 +00:00
ceee87df2e [export] modify export code owners (#130894)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/130894
Approved by: https://github.com/zhxchen17
2024-07-19 19:49:34 +00:00
eqy
1b07d42171 Add @syed-ahmed to CUDA CODEOWNERS paths (#130971)
CC @ptrblck

Pull Request resolved: https://github.com/pytorch/pytorch/pull/130971
Approved by: https://github.com/soulitzer
2024-07-18 11:55:10 +00:00
0680e6cd1c [Profiler] Add sraikund16 to profiler paths in CODEOWNERS (#129591)
Summary: Add Shivam to the list of code owners for the profiler code paths, so that Shivam gets added to reviewers for PRs too.

Test Plan: CI

Differential Revision: D59072152

Pulled By: aaronenyeshi

Pull Request resolved: https://github.com/pytorch/pytorch/pull/129591
Approved by: https://github.com/sraikund16
2024-06-27 14:22:09 +00:00
ab13980424 [ONNX] Update 'person_of_interest.rst', 'CODEOWNERS' and 'merge_rules.yaml' (#126364)
The following are all constrained under the ONNX exporter project scope.

- `personal_of_interest.rst`
  - Moving folks no longer working on the project to emeritus.
  - Adding @justinchuby, @titaiwangms, @shubhambhokare1 and @xadupre,
    who have all made countless contributions to this project.
- `CODEOWNERS`
  - Removing folks no longer working on the project.
  - Updating new owners who will now be notified with PRs related to
    the specific file paths.
- `merge_rules.yaml`
  - Removing folks no longer working on the project.

🫡

Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/126364
Approved by: https://github.com/titaiwangms, https://github.com/justinchuby, https://github.com/albanD
2024-06-16 04:52:16 +00:00
14c9eb5ed2 Add XPU code owners (#128486)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/128486
Approved by: https://github.com/atalman, https://github.com/malfet
2024-06-13 06:33:45 +00:00
eqy
d325c55896 Add CUDA paths to CODEOWNERS (#125409)
CC @ptrblck @albanD
Pull Request resolved: https://github.com/pytorch/pytorch/pull/125409
Approved by: https://github.com/albanD
2024-05-04 00:29:39 +00:00
720e5f306d Update CODEOWNERS - Dataloader (#125181)
Fixes #124473

Pull Request resolved: https://github.com/pytorch/pytorch/pull/125181
Approved by: https://github.com/gokulavasan, https://github.com/albanD
2024-04-29 21:37:18 +00:00
5a735ece6b Remove @abock from ONNX approvers/codeowners (#124259)
As he is no longer interested in the project
Pull Request resolved: https://github.com/pytorch/pytorch/pull/124259
Approved by: https://github.com/kit1980, https://github.com/BowenBao
2024-04-17 14:13:53 +00:00
7234f180f3 Add mtia to codeowner (#123975)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/123975
Approved by: https://github.com/egienvalue
2024-04-13 00:46:08 +00:00
d9a08de9a4 Add Opinfo entries for HOP testing (#122265)
In this PR, we add a systematic way to test all HOPs to be exportable as export team has been running into various bugs related to newly added HOPs due to lack of tests. We do this by creating:
- hop_db -> a list of HOP OpInfo tests which then used inside various flows including export functionalities: [aot-export, pre-dispatch export, retrace, and ser/der

For now, we also create an allowlist so that people can bypass the failures for now. But we should discourage ppl to do that.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/122265
Approved by: https://github.com/ydwu4, https://github.com/zou3519
2024-03-28 17:36:43 +00:00
39aab55c1c Add myself to CODEOWNERS for serialization-related files (#118892)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/118892
Approved by: https://github.com/albanD
2024-02-01 23:14:04 +00:00
6692f2c91e [no ci] Add myself to MPS codeowners (#118904)
I got pinged on every other PR anyway, so just a means to automate the process

Pull Request resolved: https://github.com/pytorch/pytorch/pull/118904
Approved by: https://github.com/albanD
2024-02-01 21:52:15 +00:00
c72d9f5de3 [no ci] Add pytorch-dev-infra as owners of .ci folder (#116901)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116901
Approved by: https://github.com/huydhn
2024-01-05 21:15:47 +00:00
078773b32b [ROCm] Add owners for more HIP-specific paths (#113989)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/113989
Approved by: https://github.com/jeffdaily, https://github.com/malfet
2023-12-12 00:24:38 +00:00
ef6cbf4e1f remove myself from CODEOWNERS (#115230)
Trying to reign in my notifications ;-)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/115230
Approved by: https://github.com/malfet
2023-12-06 02:50:50 +00:00
8768b87bd1 Remove torch distributed from CODEOWNERS (#112813)
After adding support for labeler, we don't need CODEOWNERS.

This change will cause the distributed team members previously listed in
CODEOWNERS to stop being auto-added as reviewers on PRs touching these
files.  The preceding PR adds labeler support for these same sets of
files, and contains instructions for adding yourself to be cc'd for that
label.

It is preferable to be auto-cc'd rather than auto-tagged as reviewer, so
that there is more signal in the reviewers list (either someone opted in
which shows the PR author someone is likely looking at it, or the PR
author added someone specifically which is a stronger notification to
the tagged reviewer than the blanket CODEOWNERS behavior.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/112813
Approved by: https://github.com/wanchaol, https://github.com/fduwjj
2023-11-07 02:43:04 +00:00
b10fa8a447 Adds lucasllc to CODEOWNERS in distributed (#112055)
Adds myself to CODEOWNERS in distributed
Pull Request resolved: https://github.com/pytorch/pytorch/pull/112055
Approved by: https://github.com/H-Huang
2023-11-02 21:29:45 +00:00
756b4e9e08 [export] Add codeowners. (#110718)
Summary: So that we can catch all changes under export/

Test Plan: CI

Differential Revision: D50017157

Pull Request resolved: https://github.com/pytorch/pytorch/pull/110718
Approved by: https://github.com/tugsbayasgalan
2023-10-06 20:57:51 +00:00
60b46d7902 Add ROCm folks as CODEOWNERS for triton.txt (#110108)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/110108
Approved by: https://github.com/kit1980
2023-09-27 23:31:15 +00:00
9f5c705806 [CODEOWNERS] Add wz337 as a reviewer for Distributed Package and Distributed Tests. (#107747)
Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/107747
Approved by: https://github.com/fduwjj, https://github.com/awgu
2023-08-23 15:58:22 +00:00
22f5889753 [Dynamo, ONNX] Replace onnxrt backend with new backend from ONNXRuntime team (#106929)
In https://github.com/pytorch/pytorch/pull/106589, a new ONNXRuntime-based Dynamo backend is introduced. As mentioned in that PR, we hope to replace legacy `onnxrt` with that new backend. This PR remove legacy `onnxrt` and register the new backend under the same name.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/106929
Approved by: https://github.com/thiagocrepaldi, https://github.com/BowenBao, https://github.com/abock, https://github.com/msaroufim, https://github.com/jansel
2023-08-15 22:50:46 +00:00
a0b6c0d1da Remove @penguinwu from distributed codeowners (#106322)
@penguinwu said she found a different way to get notified, so she can be removed from codeowners.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/106322
Approved by: https://github.com/ezyang
2023-07-31 18:20:45 +00:00
88c400e03b Add @penguinwu to distributed codeowners (#105945)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/105945
Approved by: https://github.com/ezyang
2023-07-27 23:42:24 +00:00
4fc408ded2 [ROCm] Add AMD devs as owners for hipify code (#105080)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/105080
Approved by: https://github.com/malfet
2023-07-14 19:51:31 +00:00
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
54ff8ffedd Add Thiago Crepaldi (ONNX) to CODEOWNERS (#103894)
Adding @thiagocrepaldi.

_Note also that the errors exist in `main` as well as the following users do not have write access anymore: @z-a-f, @robieta, @NivekT._
Pull Request resolved: https://github.com/pytorch/pytorch/pull/103894
Approved by: https://github.com/kit1980, https://github.com/thiagocrepaldi
2023-06-20 19:24:26 +00:00
3f6f508646 [PT-D] Update torch.distributed code owners (#103114)
Summary: As title.

Test Plan: CI

Differential Revision: D46498287

Pull Request resolved: https://github.com/pytorch/pytorch/pull/103114
Approved by: https://github.com/fegin, https://github.com/wanchaol
2023-06-07 02:28:34 +00:00
73dac48464 Add bertmaher to triton pin CODEOWNERS (#100390)
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/100390
Approved by: https://github.com/bertmaher, https://github.com/albanD
2023-05-01 16:54:15 +00:00
650ba57236 Remove Anjali from CODEOWNERS (#99955)
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/99955
Approved by: https://github.com/albanD
2023-04-25 18:57:46 +00:00
a6155f34f6 Set up automated hash pinning for triton (#97568)
Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/97568
Approved by: https://github.com/huydhn, https://github.com/malfet
2023-04-08 01:13:05 +00:00
ae3316c16e Update CODEOWNERS for torch data (#97797)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/97797
Approved by: https://github.com/NivekT
2023-03-28 20:15:16 +00:00
2e8086b0a1 Add myself to nn codeowners (#97277)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/97277
Approved by: https://github.com/awgu, https://github.com/albanD
2023-03-25 01:26:23 +00:00
9b1b3fdd2d add to functorch codeowner (#96746)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96746
Approved by: https://github.com/zou3519
2023-03-15 18:52:22 +00:00
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
af5b09182a [PT-D] Update torch.distributed code owners (#94362)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/94362
Approved by: https://github.com/fduwjj
2023-02-09 05:33:01 +00:00
6c4dc98b9d [CI][BE] Move docker forlder to .ci (#93104)
Follow up after https://github.com/pytorch/pytorch/pull/92569

Pull Request resolved: https://github.com/pytorch/pytorch/pull/93104
Approved by: https://github.com/huydhn, https://github.com/seemethere, https://github.com/ZainRizvi
2023-02-03 12:25:33 +00:00
6fa86d7402 Add @chillee to codeowners for functorch tests (#92337)
^
Pull Request resolved: https://github.com/pytorch/pytorch/pull/92337
Approved by: https://github.com/zou3519
2023-01-18 04:44:24 +00:00
8a760ea922 Subscribing janeyx99 to optimizer PRs (#89943)
Adding myself to keep updated with what's up in the world of optimizers
Pull Request resolved: https://github.com/pytorch/pytorch/pull/89943
Approved by: https://github.com/albanD
2022-11-30 22:07:32 +00:00
b09efae3bc update subscriber list (#89799)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/89799
Approved by: https://github.com/mrshenli
2022-11-30 04:35:32 +00:00
55789b40ef Remove beauby and dzdang from CODEOWNERS (#89811)
GitHub linter complained because the users no longer on the project.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/89811
Approved by: https://github.com/weiwangmeta
2022-11-30 01:01:24 +00:00
4c20c0509d Split out forward AD tests from test_ops_gradients and reenable slow gradcheck CI (#88216)
Fixes: https://github.com/pytorch/pytorch/issues/88010

This PR does a couple things to stop slow gradcheck from timing out:
- Splits out test_ops_fwd_gradients from test_ops_gradients, and factors out TestFwdGradients and TestBwdGradients which both inherit from TestGradients, now situated in common_utils (maybe there is a better place?)
- Skips CompositeCompliance (and several other test files) for slow gradcheck CI since they do not use gradcheck
- because test times for test_ops_fwd_gradients and test_ops_gradients are either unknown or wrong, we hardcode them for now to prevent them from being put together. We can undo the hack after we see actual test times are updated. ("def calculate_shards" randomly divides tests with unknown test times in a round-robin fashion.)
- Updates references to test_ops_gradients and TestGradients
- Test files that are skipped for slow gradcheck CI are now centrally located in in run_tests.py, this reduces how fine-grained we can be with the skips, so for some skips (one so far) we still use the old skipping mechanism, e.g. for test_mps

Pull Request resolved: https://github.com/pytorch/pytorch/pull/88216
Approved by: https://github.com/albanD
2022-11-03 00:20:45 +00:00
89fd451934 Fix codeowner errors (#87954)
Error message: "Unknown owner: make sure @mingzhe09088 exists and has
write access to the repository."
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87954
Approved by: https://github.com/wangkuiyi
2022-10-28 15:19:09 +00:00
78b406932f Add me to reviewers of composable API changes (#87891)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87891
Approved by: https://github.com/mrshenli
2022-10-28 05:11:39 +00:00
8ff3566aab Make me codeowner of test_aotdispatch.py (#87624)
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87624
Approved by: https://github.com/albanD
2022-10-24 23:42:15 +00:00