Home
last modified time | relevance | path

Searched full:pytorch (Results 1 – 25 of 2704) sorted by relevance

12345678910>>...109

/external/pytorch/.github/scripts/
Dgql_mocks.json.gz ... 1{ 2 "query_sha=e3d02ae0630578ecbdc5a012ecae959d0387a6d0f642a72bc4fc46dc9ee99622 name=pytorch number=105312 owner=pytorch": { 3 "data": { ...
Drockset_mocks.json.gz
Dtest_trymerge.py5 # PyTorch Lint workflow does not have GITHUB_TOKEN defined to avoid
42 os.environ["GIT_REMOTE_URL"] = "https://github.com/pytorch/pytorch"
207 approved_by=["pytorch/metamates", "ngimel"],
300 merge_rules = read_merge_rules(repo, "pytorch", "pytorch")
306 pr = GitHubPR("pytorch", "pytorch", 109999)
313 pr = GitHubPR("pytorch", "pytorch", 77700)
326 pr = GitHubPR("pytorch", "pytorch", 115329)
336 pr = GitHubPR("pytorch", "pytorch", 115495)
343 pr = GitHubPR("pytorch", "pytorch", 90791)
349 pr = GitHubPR("pytorch", "pytorch", 71759)
[all …]
/external/pytorch/
DRELEASE.md1 # Releasing PyTorch
11 - [`pytorch/pytorch`](#pytorchpytorch)
12 - [`pytorch/builder` / PyTorch domain libraries](#pytorchbuilder--pytorch-domain-libraries)
13 …- [Making release branch specific changes for PyTorch](#making-release-branch-specific-changes-for…
16 …[Drafting RCs (Release Candidates) for PyTorch and domain libraries](#drafting-rcs-release-candida…
49 Following is the Release Compatibility Matrix for PyTorch releases:
51 | PyTorch version | Python | C++ | Stable CUDA | Experimental CUDA | Stable ROCm |
64 …on the release scheduled please follow [dev discuss](https://dev-discuss.pytorch.org/c/release-ann…
80 Releasing a new version of PyTorch generally entails 3 major steps:
91 … branch based off of the current `main` development branch of PyTorch. This allows PyTorch develop…
[all …]
DREADME.md1 ![PyTorch Logo](https://github.com/pytorch/pytorch/raw/main/docs/source/_static/img/pytorch-logo-da…
5 PyTorch is a Python package that provides two high-level features:
9 You can reuse your favorite Python packages such as NumPy, SciPy, and Cython to extend PyTorch when…
11 …inuous Integration signals) can be found at [hud.pytorch.org](https://hud.pytorch.org/ci/pytorch/p…
15 - [More About PyTorch](#more-about-pytorch)
30 - [Get the PyTorch Source](#get-the-pytorch-source)
32 - [Install PyTorch](#install-pytorch)
48 ## More About PyTorch
50 [Learn the basics of PyTorch](https://pytorch.org/tutorials/beginner/basics/intro.html)
52 At a granular level, PyTorch is a library that consists of the following components:
[all …]
/external/pytorch/.github/workflows/
Dgenerated-linux-binary-conda-nightly.yml24 ANACONDA_USER: pytorch
32 PYTORCH_ROOT: /pytorch
41 if: ${{ github.repository_owner == 'pytorch' }}
44 PYTORCH_ROOT: /pytorch
51 DOCKER_IMAGE: pytorch/conda-builder:cpu-2.4
58 if: ${{ github.repository_owner == 'pytorch' }}
62 PYTORCH_ROOT: /pytorch
69 DOCKER_IMAGE: pytorch/conda-builder:cpu-2.4
77 if: ${{ github.repository_owner == 'pytorch' }}
83 PYTORCH_ROOT: /pytorch
[all …]
Dgenerated-linux-binary-manywheel-nightly.yml24 ANACONDA_USER: pytorch
32 PYTORCH_ROOT: /pytorch
41 if: ${{ github.repository_owner == 'pytorch' }}
44 PYTORCH_ROOT: /pytorch
51 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.4
58 if: ${{ github.repository_owner == 'pytorch' }}
62 PYTORCH_ROOT: /pytorch
69 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.4
77 if: ${{ github.repository_owner == 'pytorch' }}
83 PYTORCH_ROOT: /pytorch
[all …]
Dgenerated-windows-binary-conda-nightly.yml23 ANACONDA_USER: pytorch
36 if: ${{ github.repository_owner == 'pytorch' }}
40 PYTORCH_ROOT: ${{ github.workspace }}/pytorch
65 uses: pytorch/test-infra/.github/actions/setup-ssh@main
69 …# Needed for binary builds, see: https://github.com/pytorch/pytorch/issues/73339#issuecomment-1058…
76 …Disables Windows Defender scheduled and real-time scanning for files in directories used by PyTorch
93 - name: Checkout PyTorch
97 path: pytorch
99 - name: Clean PyTorch checkout
103 working-directory: pytorch
[all …]
Ddocker-builds.yml41 pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9,
42 pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9-inductor-benchmarks,
43 pytorch-linux-focal-cuda12.4-cudnn9-py3.12-gcc9-inductor-benchmarks,
44 pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9,
45 pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9-inductor-benchmarks,
46 pytorch-linux-focal-cuda12.1-cudnn9-py3.12-gcc9-inductor-benchmarks,
47 pytorch-linux-focal-cuda11.8-cudnn9-py3-gcc9,
48 pytorch-linux-focal-py3.8-clang10,
49 pytorch-linux-focal-py3.11-clang10,
50 pytorch-linux-focal-py3.12-clang10,
[all …]
Dgenerated-linux-binary-libtorch-pre-cxx11-nightly.yml24 ANACONDA_USER: pytorch
32 PYTORCH_ROOT: /pytorch
41 if: ${{ github.repository_owner == 'pytorch' }}
44 PYTORCH_ROOT: /pytorch
51 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.4
59 if: ${{ github.repository_owner == 'pytorch' }}
63 PYTORCH_ROOT: /pytorch
70 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.4
79 if: ${{ github.repository_owner == 'pytorch' }}
85 PYTORCH_ROOT: /pytorch
[all …]
Dgenerated-linux-binary-libtorch-cxx11-abi-nightly.yml24 ANACONDA_USER: pytorch
32 PYTORCH_ROOT: /pytorch
41 if: ${{ github.repository_owner == 'pytorch' }}
44 PYTORCH_ROOT: /pytorch
51 DOCKER_IMAGE: pytorch/libtorch-cxx11-builder:cpu-2.4
59 if: ${{ github.repository_owner == 'pytorch' }}
63 PYTORCH_ROOT: /pytorch
70 DOCKER_IMAGE: pytorch/libtorch-cxx11-builder:cpu-2.4
79 if: ${{ github.repository_owner == 'pytorch' }}
85 PYTORCH_ROOT: /pytorch
[all …]
Dgenerated-windows-binary-wheel-nightly.yml23 ANACONDA_USER: pytorch
36 if: ${{ github.repository_owner == 'pytorch' }}
40 PYTORCH_ROOT: ${{ github.workspace }}/pytorch
66 uses: pytorch/test-infra/.github/actions/setup-ssh@main
70 …# Needed for binary builds, see: https://github.com/pytorch/pytorch/issues/73339#issuecomment-1058…
77 …Disables Windows Defender scheduled and real-time scanning for files in directories used by PyTorch
94 - name: Checkout PyTorch
98 path: pytorch
100 - name: Clean PyTorch checkout
104 working-directory: pytorch
[all …]
Dgenerated-windows-binary-libtorch-debug-nightly.yml23 ANACONDA_USER: pytorch
36 if: ${{ github.repository_owner == 'pytorch' }}
40 PYTORCH_ROOT: ${{ github.workspace }}/pytorch
69 uses: pytorch/test-infra/.github/actions/setup-ssh@main
73 …# Needed for binary builds, see: https://github.com/pytorch/pytorch/issues/73339#issuecomment-1058…
80 …Disables Windows Defender scheduled and real-time scanning for files in directories used by PyTorch
97 - name: Checkout PyTorch
101 path: pytorch
103 - name: Clean PyTorch checkout
107 working-directory: pytorch
[all …]
Dgenerated-windows-binary-libtorch-release-nightly.yml23 ANACONDA_USER: pytorch
36 if: ${{ github.repository_owner == 'pytorch' }}
40 PYTORCH_ROOT: ${{ github.workspace }}/pytorch
69 uses: pytorch/test-infra/.github/actions/setup-ssh@main
73 …# Needed for binary builds, see: https://github.com/pytorch/pytorch/issues/73339#issuecomment-1058…
80 …Disables Windows Defender scheduled and real-time scanning for files in directories used by PyTorch
97 - name: Checkout PyTorch
101 path: pytorch
103 - name: Clean PyTorch checkout
107 working-directory: pytorch
[all …]
Ddocker-release.yml28 DOCKER_ORG: pytorch
38 if: github.repository_owner == 'pytorch'
43 - name: Checkout PyTorch
44 uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.4
56 if: ${{ github.repository == 'pytorch/pytorch' }}
72 uses: pytorch/test-infra/.github/actions/setup-ssh@release/2.4
75 # [see note: pytorch repo ref]
77 - name: Checkout PyTorch
89 username: pytorch
105 # Generate PyTorch version to use
[all …]
Dgenerated-linux-aarch64-binary-manywheel-nightly.yml24 ANACONDA_USER: pytorch
32 PYTORCH_ROOT: /pytorch
41 if: ${{ github.repository_owner == 'pytorch' }}
44 PYTORCH_ROOT: /pytorch
51 DOCKER_IMAGE: pytorch/manylinuxaarch64-builder:cpu-aarch64-2.4
61 if: ${{ github.repository_owner == 'pytorch' }}
65 PYTORCH_ROOT: /pytorch
72 DOCKER_IMAGE: pytorch/manylinuxaarch64-builder:cpu-aarch64-2.4
81 if: ${{ github.repository_owner == 'pytorch' }}
87 PYTORCH_ROOT: /pytorch
[all …]
Dgenerated-linux-binary-manywheel-split-nightly24 ANACONDA_USER: pytorch
32 PYTORCH_ROOT: /pytorch
49 if: ${{ github.repository_owner == 'pytorch' }}
53 PYTORCH_ROOT: /pytorch
61 DOCKER_IMAGE: pytorch/manylinux-builder:cuda11.8-2.5
71 if: ${{ github.repository_owner == 'pytorch' }}
77 PYTORCH_ROOT: /pytorch
85 DOCKER_IMAGE: pytorch/manylinux-builder:cuda11.8-2.5
95 if: ${{ github.repository_owner == 'pytorch' }}
101 PYTORCH_ROOT: /pytorch
[all …]
Dbuild-manywheel-images.yml49 - name: Checkout PyTorch
50 uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.5
55 uses: pytorch/test-infra/.github/actions/calculate-docker-image@release/2.5
74 …# NOTE: manylinux_2_28 are still experimental, see https://github.com/pytorch/pytorch/issues/123649
87 - name: Checkout PyTorch
88 uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.5
93 uses: pytorch/test-infra/.github/actions/calculate-docker-image@release/2.5
122 - name: Checkout PyTorch
126 uses: pytorch/test-infra/.github/actions/calculate-docker-image@release/2.5
155 - name: Checkout PyTorch
[all …]
/external/pytorch/torch/distributed/
DCONTRIBUTING.md1 # Contributing to PyTorch Distributed
3 Please go through PyTorch's top level [Contributing Guide](../../CONTRIBUTING.md) before proceeding…
5PyTorch Distributed Overview](https://pytorch.org/tutorials//beginner/dist_overview.html) is a gre…
7 In this document, we mostly focus on some of the code structure for PyTorch distributed and impleme…
11pytorch/pytorch/issues?q=is%3Aopen+is%3Aissue+label%3A%22module%3A+distributed%22+label%3A%22topic…
22 - API layer: [torch/distributed/distributed_c10d.py](https://github.com/pytorch/pytorch/blob/main/t…
23 - Python Bindings: [torch/csrc/distributed/c10d/init.cpp](https://github.com/pytorch/pytorch/blob/m…
24 …torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp](https://github.com/pytorch/pytorch/blob/main/tor…
28 - API layer: ([torch/distributed/_tensor/api.py](https://github.com/pytorch/pytorch/blob/main/torch…
33 - API layer: [torch/nn/parallel/distributed.py](https://github.com/pytorch/pytorch/blob/main/torch/…
[all …]
/external/pytorch/torchgen/_autoheuristic/
DREADME.md26 … returns the execution time. For an example, see: https://github.com/pytorch/pytorch/blob/main/tor…
47 For an example, see: https://github.com/pytorch/pytorch/blob/main/torch/_inductor/kernel/mm.py
57 AutoHeuristic provides a `BenchmarkRunner` class (https://github.com/pytorch/pytorch/blob/main/torc…
60 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/pad_mm/gen_data_pad_mm.py
61 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/mixed_mm/gen_data_mixed_mm.py
78 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/mixed_mm/train_decision_mixe…
79 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/pad_mm/train_decision_pad_mm…
113 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/mixed_mm/train_decision_mixe…
114 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/pad_mm/train_decision_pad_mm…
119 - pad_mm: https://github.com/pytorch/pytorch/pull/128643
[all …]
/external/pytorch/docs/source/community/
Dcontribution_guide.rst3 …ribution Guide <https://github.com/pytorch/pytorch/wiki/The-Ultimate-Guide-to-PyTorch-Contribution…
5 PyTorch Contribution Guide
8 PyTorch is a GPU-accelerated Python tensor computation package for
17 The PyTorch organization is governed by :doc:`PyTorch
19 can be found in `CONTRIBUTING.md <https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md>`_.
21 The PyTorch development process involves a healthy amount of open
24 PyTorch operates similarly to most open source projects on GitHub.
35 tracker <https://github.com/pytorch/pytorch/issues/>`__ and see if
41 - Join us on `dev discuss <https://dev-discuss.pytorch.org/>`_
43 know PyTorch. We're very happy to help out researchers and
[all …]
Dgovernance.rst1 PyTorch Governance | Mechanics
7 PyTorch adopts a technical governance structure that is hierarchical.
11 * A small set of **module maintainers** drive each module of the PyTorch
19 PyTorch’s design philosophy.
39 Modules are defined as GitHub repositories within the PyTorch org,
41 `pytorch/pytorch <https://github.com/pytorch/pytorch>`__.
74 of the PyTorch code base and design philosophies. Their responsibilities
81 PyTorch and evaluating / accepting them (small module-level
91 The core maintainers are admins of the PyTorch GitHub Org
92 and are listed in `Maintainers <https://pytorch.org/docs/stable/community/persons_of_interest.html>…
[all …]
/external/pytorch/android/
Dgradle.properties4 GROUP=org.pytorch
5 MAVEN_GROUP=org.pytorch
7 POM_URL=https://github.com/pytorch/pytorch/tree/master/android
8 POM_SCM_URL=https://github.com/pytorch/pytorch.git
9 POM_SCM_CONNECTION=scm:git:https://github.com/pytorch/pytorch
10 POM_SCM_DEV_CONNECTION=scm:git:git@github.com:pytorch/pytorch.git
12 POM_LICENSE_URL=https://github.com/pytorch/pytorch/blob/master/LICENSE
13 POM_ISSUES_URL=https://github.com/pytorch/pytorch/issues
15 POM_DEVELOPER_ID=pytorch
16 POM_DEVELOPER_NAME=pytorch
DREADME.md5 …h code walk-through can be find in [this github repo](https://github.com/pytorch/android-demo-app).
19 implementation 'org.pytorch:pytorch_android_lite:1.10.0'
20 implementation 'org.pytorch:pytorch_android_torchvision_lite:1.10.0'
25 implementation 'org.pytorch:pytorch_android:1.10.0'
26 implementation 'org.pytorch:pytorch_android_torchvision:1.10.0'
45 implementation 'org.pytorch:pytorch_android_lite:1.12.0-SNAPSHOT'
46 implementation 'org.pytorch:pytorch_android_torchvision_lite:1.12.0-SNAPSHOT'
53 implementation 'org.pytorch:pytorch_android:1.12.0-SNAPSHOT'
54 implementation 'org.pytorch:pytorch_android_torchvision:1.12.0-SNAPSHOT'
60 ## Building PyTorch Android from Source
[all …]
/external/pytorch/torch/testing/_internal/opinfo/definitions/
Dfft.py101 # https://github.com/pytorch/pytorch/pull/109083
135 # https://github.com/pytorch/pytorch/issues/80411
139 # See https://github.com/pytorch/pytorch/pull/78358
156 # https://github.com/pytorch/pytorch/issues/80411
160 # See https://github.com/pytorch/pytorch/pull/78358
188 # https://github.com/pytorch/pytorch/issues/80411
192 # See https://github.com/pytorch/pytorch/pull/78358
210 # https://github.com/pytorch/pytorch/issues/80411
214 # See https://github.com/pytorch/pytorch/pull/78358
218 … # Issue with conj and torch dispatch, see https://github.com/pytorch/pytorch/issues/82479
[all …]

12345678910>>...109