69 Commits

Author SHA1 Message Date
d0226719a9 [BE][EZ] Delete remains of split-build logic (#159990)
Hopefully last piece of https://github.com/pytorch/pytorch/issues/138750

Pull Request resolved: https://github.com/pytorch/pytorch/pull/159990
Approved by: https://github.com/atalman
ghstack dependencies: #159986
2025-08-07 01:59:30 +00:00
20dbe644c7 [CD] Fix the libgomp twice load issue (#150084)
Fixes #149422

Pull Request resolved: https://github.com/pytorch/pytorch/pull/150084
Approved by: https://github.com/malfet, https://github.com/leslie-fang-intel, https://github.com/atalman

Co-authored-by: LifengWang <lifeng.a.wang@intel.com>
2025-05-14 04:06:18 +00:00
295162ec3a Smoke Test - disable pypi package validation for binaries that package cuda libs (#150194)
Smoke Test - disable pypi package validation for binaries that package cuda libs. These binaries do not install packages via pypi.
Should Resolve this from `linux-binary-manywheel / manywheel-py3_11-cuda12_6-full-test / test`:
```
Traceback (most recent call last):
  File "/pytorch/.ci/pytorch/smoke_test/smoke_test.py", line 468, in <module>
    main()
  File "/pytorch/.ci/pytorch/smoke_test/smoke_test.py", line 462, in main
    smoke_test_cuda(
  File "/pytorch/.ci/pytorch/smoke_test/smoke_test.py", line 274, in smoke_test_cuda
    compare_pypi_to_torch_versions(
  File "/pytorch/.ci/pytorch/smoke_test/smoke_test.py", line 220, in compare_pypi_to_torch_versions
    raise RuntimeError(f"Can't find {package} in PyPI for Torch: {torch_version}")
RuntimeError: Can't find cudnn in PyPI for Torch: 9.5.1
```
Link: https://github.com/pytorch/pytorch/actions/runs/14101221665/job/39505479587#step:15:982
Pull Request resolved: https://github.com/pytorch/pytorch/pull/150194
Approved by: https://github.com/ZainRizvi
2025-04-01 19:18:44 +00:00
a8cc19bb51 [CD] Fix XPU linux CD whl test failure (#143268)
Follow https://github.com/pytorch/pytorch/pull/142482, refer the original fix PR https://github.com/pytorch/pytorch/pull/130742 and new issue in https://github.com/pytorch/pytorch/actions/runs/12323126436/job/34403681230
Works for https://github.com/pytorch/pytorch/issues/114850

Pull Request resolved: https://github.com/pytorch/pytorch/pull/143268
Approved by: https://github.com/atalman
2024-12-16 15:00:03 +00:00
f57606ab85 Migrate smoke tests to pytorch/pytorch (#142482)
Related to https://github.com/pytorch/builder/issues/2054
This should fix nightly xpu failure: https://github.com/pytorch/pytorch/actions/runs/12251477588/job/34180135207 and rocm failure: https://github.com/pytorch/pytorch/actions/runs/12251477588/job/34182185374 due to missing : `` /builder/check_binary.sh``

Builder Scripts revision: 3468139e81
Pull Request resolved: https://github.com/pytorch/pytorch/pull/142482
Approved by: https://github.com/chuanqi129, https://github.com/kit1980, https://github.com/malfet, https://github.com/jeffdaily, https://github.com/huydhn
2024-12-10 20:43:36 +00:00
920e4364b7 [BE] Remove "$PACKAGE_TYPE" == 'conda' logic from build scripts (#142019)
Please see: https://github.com/pytorch/pytorch/issues/138506
Pull Request resolved: https://github.com/pytorch/pytorch/pull/142019
Approved by: https://github.com/huydhn, https://github.com/malfet
2024-12-04 16:05:43 +00:00
63bbf712d8 Add py3.13t linux wheel build (#137127)
Builder PR required: https://github.com/pytorch/builder/pull/2001
Test PR: https://github.com/pytorch/pytorch/pull/136490/

Pull Request resolved: https://github.com/pytorch/pytorch/pull/137127
Approved by: https://github.com/albanD
2024-10-03 13:13:48 +00:00
4559cddaf9 Revert "Add py3.13t linux wheel build (#137127)"
This reverts commit 6b7adc12140d3073c5700cc1c48998556489857e.

Reverted https://github.com/pytorch/pytorch/pull/137127 on behalf of https://github.com/jovianjaison due to Sorry for reverting your changes but 2 jobs are failing ([comment](https://github.com/pytorch/pytorch/pull/137127#issuecomment-2389250791))
2024-10-02 17:44:42 +00:00
6b7adc1214 Add py3.13t linux wheel build (#137127)
Builder PR required: https://github.com/pytorch/builder/pull/2001
Test PR: https://github.com/pytorch/pytorch/pull/136490/

Pull Request resolved: https://github.com/pytorch/pytorch/pull/137127
Approved by: https://github.com/albanD
2024-10-02 11:59:33 +00:00
60a097a071 [CD] Update binary_linux_test.sh to include calling builder smoke test (#133869)
Run smoke test

Fixes #1969

Pull Request resolved: https://github.com/pytorch/pytorch/pull/133869
Approved by: https://github.com/atalman

Co-authored-by: Andrey Talman <atalman@fb.com>
2024-09-06 13:27:24 +00:00
b417e32da2 [CD] fix xpu nightly wheel test env (#134395) (#134464)
Due to the https://github.com/pytorch/builder/pull/1972 landed, it will source xpu env duplicated in nightly wheel test.
Works for https://github.com/pytorch/pytorch/issues/114850

Realnd of #134395 to be landed with pytorchmergebot
Pull Request resolved: https://github.com/pytorch/pytorch/pull/134464
Approved by: https://github.com/jeanschmidt

Co-authored-by: Wang, Chuanqi <chuanqi.wang@intel.com>
2024-08-26 15:35:48 +00:00
be96ccf77c Revert "[CD] fix xpu nightly wheel test env (#134395)" (#134461)
This reverts commit 96738c9d756fbd64e6f2eba67f711d3e18f1630c.

Merged without pytorchmergebot command by mistake

Pull Request resolved: https://github.com/pytorch/pytorch/pull/134461
Approved by: https://github.com/jeanschmidt
2024-08-26 13:40:17 +00:00
96738c9d75 [CD] fix xpu nightly wheel test env (#134395) 2024-08-26 08:53:15 -04:00
6590f4fb0e [CD] Enable python 3.13 for xpu nightly build (#133670)
Enable python 3.13 for XPU nightly build, it depends on https://github.com/pytorch/pytorch/pull/133454 land. Also update the xpu nightly wheel test env.

Works for https://github.com/pytorch/pytorch/issues/114850
Fixes #130543
Pull Request resolved: https://github.com/pytorch/pytorch/pull/133670
Approved by: https://github.com/atalman, https://github.com/malfet
2024-08-20 15:05:20 +00:00
eb146b10db Only depend on sympy 1.12 for conda (no 3.13 there anyways) (#131355)
Fixing nightly after https://github.com/pytorch/pytorch/pull/130895
Pull Request resolved: https://github.com/pytorch/pytorch/pull/131355
Approved by: https://github.com/atalman
2024-07-23 12:19:58 +00:00
f0075c179b Pin sympy >= 1.13.0 (#130895)
------

The opposite of #130836. Pin `sympy >= 1.13.0` for Python >= 3.9 and `sympy == 1.12.1` for Python 3.8.

- #130836

See the PR description of #130836 for more details.

`sympy` 1.13.0 introduces some breaking changes which break our tests. More specifically:

- Ref [Backwards compatibility breaks and deprecations](https://github.com/sympy/sympy/wiki/release-notes-for-1.13.0#backwards-compatibility-breaks-and-deprecations)

> BREAKING CHANGE: Float and Integer/Rational no longer compare equal with a == b. From now on Float(2.0) != Integer(2). Previously expressions involving Float would compare unequal e.g. x*2.0 != x*2 but an individual Float would compare equal to an Integer. In SymPy 1.7 a Float will always compare unequal to an Integer even if they have the same "value". Use sympy.numbers.int_valued(number) to test if a number is a concrete number with no decimal part. ([#25614](https://github.com/sympy/sympy/pull/25614) by [@smichr](https://github.com/smichr))

`sympy >= 1.13.0` is required to enable Python 3.13 support. This should be part of #130689.

- #130689

Pull Request resolved: https://github.com/pytorch/pytorch/pull/130895
Approved by: https://github.com/ezyang
2024-07-20 00:59:24 +00:00
c549629696 [CD] Fix xpu nightly wheel test failure (#130742)
The xpu nightly wheel test met permission issue on `linux.idc.xpu` runner. Because those runners onboarded with `jenkins` user but the binary test in docker container with `root` directly. The temp files can't be deleted, refer https://github.com/pytorch/pytorch/actions/runs/9935452320/job/27448053625#step:8:91
Pull Request resolved: https://github.com/pytorch/pytorch/pull/130742
Approved by: https://github.com/atalman
2024-07-16 05:31:20 +00:00
ca023f77bc [CD] Add pytorch xpu wheel build in nightly (#129560)
Add pytorch xpu wheel build in nightly after the xpu build image enabling PR https://github.com/pytorch/builder/pull/1879 merged

Pull Request resolved: https://github.com/pytorch/pytorch/pull/129560
Approved by: https://github.com/atalman
2024-07-11 15:49:04 +00:00
64743de6d8 [Split Build][BE] consolidate pip install commands (#129253)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/129253
Approved by: https://github.com/atalman
ghstack dependencies: #129011
2024-06-22 05:49:14 +00:00
b0044e2e18 [Split Build] Support nightly release (#129011)
This PR adds the split build to our binaries workflow. Validation for the workflow is done using the PR above in conjunction with https://github.com/pytorch/builder/pull/1876.

Test Workflow: Check CI in the workflow above
Pull Request resolved: https://github.com/pytorch/pytorch/pull/129011
Approved by: https://github.com/atalman
2024-06-22 05:45:14 +00:00
da7ced6e8c S390x binaries (#120398)
Allow building nightly, rc and release binaries for s390x.

This PR implements building binaries, but publishing part is currently missing.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/120398
Approved by: https://github.com/huydhn
2024-05-11 02:32:25 +00:00
2391f3717e [BE] Same install command for aarch64 and x86_64 wheels (#115017)
`--extra-index-url` should be no longer necessary

Pull Request resolved: https://github.com/pytorch/pytorch/pull/115017
Approved by: https://github.com/kit1980
2023-12-03 00:33:52 +00:00
7bec7d95e4 Automate release only changes, binary_linux_test.sh (#111862)
Automates following release only change:
https://github.com/pytorch/pytorch/pull/108688

Pull Request resolved: https://github.com/pytorch/pytorch/pull/111862
Approved by: https://github.com/osalpekar
2023-10-24 18:59:34 +00:00
50bd252863 Fix typo the the (#110869)
This PR fixes typo `the the` of comments and exception message in files.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/110869
Approved by: https://github.com/soulitzer
2023-10-09 19:32:45 +00:00
ec85ab6157 Adding aarch64 wheel CI workflows (#104109)
Adding Workflows for building aarch64 Linux PyTorch PIP wheels

Updates:
* Created aarch64 template for generated workflows
* Updated generate_ci_workflows.py to include aarch64
* Generated the aarch64 wheel workflow
* added _binary-build-aarch64.yml for building aarch64 wheel
* added _binary-test-aarch64.yml for sanity check of aarch64 wheel
* Updated binary_linux_test.sh to use --extra-index-url for aarch64 till needed aarch64 dependencies are available at https://download.pytorch.org/whl/nightly/cpu

NOTES:
* The build and test workflows are using arm64v8/alpine and quay.io/pypa/manylinux2014_aarch64:latest docker images at this time.
* Conda generated workflow not included at this time and being worked on.

Workflows were successfully tested at https://github.com/xncqr/pytorch/actions/runs/5351891068
Pull Request resolved: https://github.com/pytorch/pytorch/pull/104109
Approved by: https://github.com/malfet, https://github.com/atalman
2023-06-29 18:58:43 +00:00
991b1c0286 Do not use --extra-index-url in testing wheels (#100183)
Should prevent regressions like the ones reported in  https://github.com/pytorch/pytorch/issues/100104 from sneaking undetected.

Same for `install_triton_wheel.sh` - always use packages from https://download.pytorch.org/whl/

<!--
copilot:poem
-->
### <samp>🤖 Generated by Copilot at deda821</samp>

> _`pip install` changed_
> _Only use PyTorch nightly_
> _Snowflake packages_

Pull Request resolved: https://github.com/pytorch/pytorch/pull/100183
Approved by: https://github.com/kit1980, https://github.com/pmeier
2023-04-27 18:48:02 +00:00
688427b5ae Add sympy to binary linux test - fix conda nightly (#97281)
Try to fix following nightly conda linux failure:
https://github.com/pytorch/pytorch/actions/runs/4476375944/jobs/7868006749

We will have to revert builder sympy install:
ce427de8a8

Pull Request resolved: https://github.com/pytorch/pytorch/pull/97281
Approved by: https://github.com/malfet
2023-03-22 01:53:51 +00:00
c9135e4408 Stop using my channel for 3.11 builds (#96973)
As `numpy` for Python 3.11 is now available from the default anaconda channel

Pull Request resolved: https://github.com/pytorch/pytorch/pull/96973
Approved by: https://github.com/kit1980, https://github.com/atalman
2023-03-17 00:55:38 +00:00
117fafc260 [CI] Install pytorch-cuda for conda testing (#94852)
Also, install it from the nightly channel, if `TORCH_CONDA_BUILD_FOLDER` is set to nightly

Discovered after doing a bit more GPU smoke testing
Pull Request resolved: https://github.com/pytorch/pytorch/pull/94852
Approved by: https://github.com/atalman, https://github.com/Skylion007
2023-02-15 03:14:32 +00:00
b005ec62b9 [BE] Remove dependency on six and future (#94709)
Remove the Python 2 and 3 compatibility library [six](https://pypi.org/project/six) and [future](https://pypi.org/project/future) and `torch._six`. We only support Python 3.8+ now. It's time to retire them.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/94709
Approved by: https://github.com/malfet, https://github.com/Skylion007
2023-02-14 09:14:14 +00:00
295fd20eb5 [CI] Add Python-3.11 Linux conda builds (#93186)
This PR almost a no-op, as most of the logic resides in the builder repo, namely:
6342242c50
8f361d91e1

Remove `conda-forge` channel dependency for test job, but add `malfet` channel for 3.11 testing (as numpy is not in default channel yet)
Build and upload following dependencies to `pytorch-nightly` channel:
```
anaconda copy --to-owner pytorch-nightly malfet/numpy/1.23.5
anaconda copy --to-owner pytorch-nightly malfet/numpy-base/1.23.5
anaconda copy --to-owner pytorch-nightly malfet/mkl-service/2.4.0
anaconda copy --to-owner pytorch-nightly malfet/mkl_random/1.2.2
anaconda copy --to-owner pytorch-nightly malfet/mkl_fft/1.3.1

anaconda copy --to-owner pytorch-nightly malfet/sympy/1.11.1
anaconda copy --to-owner pytorch-nightly malfet/mpmath/1.2.1
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93186
Approved by: https://github.com/atalman, https://github.com/ZainRizvi
2023-01-31 20:24:03 +00:00
36ba2ce546 [BE]: remove old dataclasses install from CI (#92763)
Saw some places we missed some old requirements that are no longer necessary (dataclasses and future). Testing to see if all the CIs still work. We don't need dataclasses anymore now that we are on Python >= 3.7

Pull Request resolved: https://github.com/pytorch/pytorch/pull/92763
Approved by: https://github.com/ezyang
2023-01-23 18:23:44 +00:00
2d68cc4bc2 Add cu118 workflows (#90826)
CC @atalman @malfet

Pull Request resolved: https://github.com/pytorch/pytorch/pull/90826
Approved by: https://github.com/atalman
2022-12-20 14:34:18 +00:00
d94f5c784c Fix binary testing if torchtrition is mandatory (#90017)
Prep-change for a builder, where torchtrition is installed from custom nightly downloads repo

Pull Request resolved: https://github.com/pytorch/pytorch/pull/90017
Approved by: https://github.com/seemethere
2022-12-02 01:05:01 +00:00
99c464ae26 Add CUDA 11.7 workflows (#81095)
Ref https://github.com/pytorch/builder/issues/1042

CC @atalman

Pull Request resolved: https://github.com/pytorch/pytorch/pull/81095
Approved by: https://github.com/atalman
2022-07-18 09:03:03 +00:00
64f3742b2b Use cuda instead of cudatoolkit for cuda 11.6 (#77164)
Remove cudatoolkit dependency and as a resuld remove conda-forge depencency

Please refer to following job for cuda 11.6 workflow:
https://pipelines.actions.githubusercontent.com/serviceHosts/7d146c05-69c3-4c20-a0e7-818111670117/_apis/pipelines/1/runs/1996311/signedlogcontent/624?urlExpires=2022-05-11T15%3A20%3A49.2066302Z&urlSigningMethod=HMACV1&urlSignature=%2FxavsXyw5%2F0DCx%2FTGXrsP2kIM15TUELebxUOxRnE7%2B8%3D

Test PR: https://github.com/pytorch/pytorch/pull/79706
Pull Request resolved: https://github.com/pytorch/pytorch/pull/77164
Approved by: https://github.com/malfet
2022-06-17 15:33:21 +00:00
8a6856ae3a Fix docker builds, cleanup cuda 115 (#77086)
Fix docker builds and cleanup cuda 115
This PR should resolve most of the issues with pytorch postnightly branch: https://hud.pytorch.org/hud/pytorch/pytorch/postnightly

Pull Request resolved: https://github.com/pytorch/pytorch/pull/77086
Approved by: https://github.com/seemethere
2022-05-09 23:49:52 +00:00
e7f4f5dd9b CUDA 11.6 workflows (#75518)
Summary:
Adding CUDA 11.6 workflows .
Please note we still depend on conda-forge for cuda 11.6.
Issue created to remove conda-forge dependency: [75532](https://github.com/pytorch/pytorch/issues/75532)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/75518

Reviewed By: janeyx99

Differential Revision: D35516057

Pulled By: atalman

fbshipit-source-id: 44a3a0f8954d98adca2280b2e9f203267ebe98cd
(cherry picked from commit 97a4e52ecee8540453e2871714275796dc1c4abb)
2022-04-11 14:05:41 +00:00
6fceada3f3 Adjust binary_linux_test.sh to support reruns
When GitHub workflow is re-run, multiple build artifacts can be available after re-run to  test (for example, see [this](https://github.com/pytorch/pytorch/runs/5614756780?check_suite_focus=true#step:15:622) workflow for example)
Pick the latest one

Pull Request resolved: https://github.com/pytorch/pytorch/pull/74511
Approved by: https://github.com/suo
2022-03-22 13:21:26 +00:00
edf15ebbc2 Adding python 3.10 binary workflows (#71132)
Summary:
Testing python 3.10

Pull Request resolved: https://github.com/pytorch/pytorch/pull/71132

Reviewed By: mruberry

Differential Revision: D33534609

Pulled By: atalman

fbshipit-source-id: 561412735fb6d1269fca3db0fac5afd437a0bde2
2022-01-11 13:18:18 -08:00
d6b7d69d8b Python3.10 migration adding to binary linux tests (#71130)
Summary:
Python3.10 migration adding to binary linux tests

Pull Request resolved: https://github.com/pytorch/pytorch/pull/71130

Reviewed By: seemethere, janeyx99

Differential Revision: D33518787

Pulled By: atalman

fbshipit-source-id: 53c2c1b96e7a530a2af9ae7d5840bf8398b870e5
2022-01-11 05:54:07 -08:00
87484d67e3 .github: Enable linux binary builds (#68388)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/68388

Updates the gpu architectures as well as adding a trigger for
on_pull_request for the binary build workflows so that we can iterate on
this later

TODO:
* Create follow up PR to enable nightly linux GHA builds / disable CircleCI nighlty linux builds

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>

Test Plan: Imported from OSS

Reviewed By: janeyx99

Differential Revision: D33462294

Pulled By: seemethere

fbshipit-source-id: 5fa30517550d36f504b491cf6c1e5c9da56d8191
2022-01-10 11:30:45 -08:00
baac51ff4a Add conda-forge dependency for cuda-11.5 (#69541)
Summary:
[NVIDIA's cudatoolkit=11.5](https://anaconda.org/nvidia/cudatoolkit/files?version=11.5.0) at the time of the writing depends on libstdcxx-ng >=9.4.0, but latest available from official anaconda channel is [9.3.0](https://anaconda.org/anaconda/libstdcxx-ng/files?version=9.3.0), so add `-c conda-forge` as extra dependency to resolve the problem

Should resolve problems such as https://app.circleci.com/pipelines/github/pytorch/pytorch/420750/workflows/19d6e3ce-a305-49c6-bac8-11ed43ed2b1e/jobs/16829102

Pull Request resolved: https://github.com/pytorch/pytorch/pull/69541

Reviewed By: atalman

Differential Revision: D32921300

Pulled By: malfet

fbshipit-source-id: 09dd3575f968679f545aec739a2791dde85d37c1
2021-12-07 12:58:41 -08:00
d0e5ef5eba .circleci: Remove conda-package-handling pin (#62290)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62290

No longer needed anymore.

Fixes nightly failures that we're observing as well:

```
Jul 27 07:33:02 Found conflicts! Looking for incompatible packages.
Jul 27 07:33:02 This can take several minutes.  Press CTRL-C to abort.
Jul 27 07:33:02 failed
Jul 27 07:33:02
Jul 27 07:33:02 UnsatisfiableError: The following specifications were found
Jul 27 07:33:02 to be incompatible with the existing python installation in your environment:
Jul 27 07:33:02
Jul 27 07:33:02 Specifications:
Jul 27 07:33:02
Jul 27 07:33:02   - conda-package-handling=1.6.0 -> python[version='>=2.7,<2.8.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
Jul 27 07:33:02
Jul 27 07:33:02 Your python: python=3.9
```

From: https://app.circleci.com/pipelines/github/pytorch/pytorch/356478/workflows/2102acf1-c92a-4a59-919c-61d32d3bcd71/jobs/15027876

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>

Test Plan: Imported from OSS

Reviewed By: driazati

Differential Revision: D29946501

Pulled By: seemethere

fbshipit-source-id: 3e9182f4cbcf2aab185dbbc21b7a6171746e2281
2021-07-27 14:59:41 -07:00
2a456e4f49 [skip ci] Move debug wheels out of package dir before test (#58685)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/58685

This moves debug packages out of the artifacts dir before running tests (as a counterpart to https://github.com/pytorch/builder/pull/770). Doing it this way allows us to keep the CI configs simple since there's one directory to use for artifacts / upload to S3.

See #58684 for actual CI signals (the ones on this PR are all cancelled since it depends on the builder branch set in the next PR up the stack)

Test Plan: Imported from OSS

Reviewed By: nikithamalgifb

Differential Revision: D28646995

Pulled By: driazati

fbshipit-source-id: 965265861968906770a6e6eeecfe7c9458631b5a
2021-05-24 11:46:37 -07:00
c89f15ec6d Reland nightlies 11.2 (#51874)
Summary:
Cherry-picked commits from https://github.com/pytorch/pytorch/issues/51611.

Relanding after https://github.com/pytorch/pytorch/issues/51864 should fix failing CUDA tests

Pull Request resolved: https://github.com/pytorch/pytorch/pull/51874

Reviewed By: malfet

Differential Revision: D26313173

Pulled By: janeyx99

fbshipit-source-id: 02250abb526cc7400bc2d9bbb146e8210ccd4b40
2021-02-08 07:41:45 -08:00
6488b2bc3a Revert D26282829: [pytorch][PR] Adding support for CUDA 11.2 in our nightly build matrix
Test Plan: revert-hammer

Differential Revision:
D26282829 (fb07aca7b0)

Original commit changeset: b15380e5c44a

fbshipit-source-id: 18f86e766ed9ec58da32167584bb5e4e2c87a639
2021-02-06 11:22:23 -08:00
fb07aca7b0 Adding support for CUDA 11.2 in our nightly build matrix (#51611)
Summary:
Replacing 11.0 with 11.2 in our nightlies.

(am slightly uncertain why the manywheel linux tests worked before we added the GPU driver for 11.2)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/51611

Reviewed By: malfet, seemethere, zhangguanheng66

Differential Revision: D26282829

Pulled By: janeyx99

fbshipit-source-id: b15380e5c44a957e6a85e4f5fb9691ab9c6103a5
2021-02-05 15:40:31 -08:00
296e4a0b7f .circleci: Set +u for all conda install commands (#50505)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/50505

Even with +u set for the the conda install it still seems to fail out
with an unbound variable error. Let's try and give it a default value
instead.

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>

Test Plan: Imported from OSS

Reviewed By: pbelevich

Differential Revision: D25913692

Pulled By: seemethere

fbshipit-source-id: 4b898f56bff25c7523f10b4933ea6cd17a57df80
2021-01-15 11:36:58 -08:00
f0945537af .circleci: Ignore unbound variables for conda (#50053)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/50053

For some reason conda likes to re-activate the conda environment when attempting this install
which means that a deactivate is run and some variables might not exist when that happens,
namely CONDA_MKL_INTERFACE_LAYER_BACKUP from libblas so let's just ignore unbound variables when
it comes to the conda installation commands

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>

Test Plan: Imported from OSS

Reviewed By: samestep

Differential Revision: D25760737

Pulled By: seemethere

fbshipit-source-id: 9e7720eb8a4f8028dbaa7bcfc304e5c1ca73ad08
2021-01-04 11:34:28 -08:00