Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refiled] IFU-main-2023-07-31 #36

Merged
merged 99 commits into from
Aug 7, 2023
Merged

[Refiled] IFU-main-2023-07-31 #36

merged 99 commits into from
Aug 7, 2023

Commits on Mar 28, 2023

  1. Add 12.1 workflow for docker image build (pytorch#1367)

    * add 12.1 workflow for docker image build
    
    * add github workflow
    
    * update cuDNN to 8.8.1 and location for archive
    ptrblck committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    8d8dbb5 View commit details
    Browse the repository at this point in the history
  2. Do not use ftp (pytorch#1369)

    * Do not use ftp
    
    `s#ftp://#https://#`
    
    * Remove no-longer relevant comment
    malfet committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a88926a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. add magma build for CUDA12.1 (pytorch#1368)

    * add magma build for CUDA12.1
    
    * copy and fix CMake.patch; drop sm_37 for CUDA 12.1
    ptrblck committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7b870ed View commit details
    Browse the repository at this point in the history
  2. remove CUDA 11.6 builds (pytorch#1366)

    * remove CUDA 11.6 builds
    
    * remove more 11.6 builds
    ptrblck committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2432b6c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    7740097 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. enable nightly CUDA 12.1 builds (pytorch#1374)

    * enable nightly CUDA 12.1 builds
    
    * fix version typo
    ptrblck committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    c85da84 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    d1cea8b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Remove special cases for Python 3.11 (pytorch#1381)

    * Remove special case for Python 3.11
    
    * Remove install torch script
    atalman committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e0fd49f View commit details
    Browse the repository at this point in the history
  2. Windows CUDA 12.1 changes (pytorch#1376)

    * Windows CUDA 12.1 changes
    
    * add CUDA version checks for Windows MAGMA builds
    
    * use magma branch without fermi arch
    ptrblck committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    0b0d091 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    943bace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce166e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    8b34ae5 View commit details
    Browse the repository at this point in the history
  2. Fix cuda-pytorch/meta.yaml

    And add `12.1` to the matrix
    
    Test plan: `conda build . -c nvidia` and observe https://anaconda.org/malfet/pytorch-cuda/files
    malfet committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    3df3313 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    aa40417 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    31d4fed View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    beff087 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    839c072 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. [Conda] Update MacOS target to 11.0

    As 10.9 was release a decade ago and for that reason yet not supported C++17 standard.
    
    Similar to pytorch/pytorch#99857
    malfet committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9fcdf4a View commit details
    Browse the repository at this point in the history
  2. Update MACOSX_DEPLOYMENT_TARGET to 10.13

    To fix builds, though we should really target 11.0 at the very least
    malfet committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1f72c41 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    858cd0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54941b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Add fsspec to list of packages

    malfet committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    fc41ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5264f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    b55a167 View commit details
    Browse the repository at this point in the history
  2. Fix nvjitlink inclusion in 12.1 wheels (pytorch#1397)

    * Fix nvjitlink inclusion in 12.1 wheels
    
    * Fix typo
    atalman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    843d6e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84dbc90 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    3892567 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Fix typo

    malfet committed May 3, 2023
    Configuration menu
    Copy the full SHA
    e89a086 View commit details
    Browse the repository at this point in the history
  2. Temp: Comment out VS2019 installation

    As it should be part of the AMI
    malfet committed May 3, 2023
    Configuration menu
    Copy the full SHA
    e919e17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2922d7d View commit details
    Browse the repository at this point in the history
  4. Revert "Use VS2022 for libtorch windows tests"

    This reverts commit 2922d7d.
    malfet committed May 3, 2023
    Configuration menu
    Copy the full SHA
    30089d7 View commit details
    Browse the repository at this point in the history
  5. Revert "Temp: Comment out VS2019 installation"

    This reverts commit e919e17.
    malfet committed May 3, 2023
    Configuration menu
    Copy the full SHA
    d074c91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ec756d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Update CUDA_UPGRADE_GUIDE.MD (pytorch#1399)

    Update Related PR's
    atalman committed May 4, 2023
    Configuration menu
    Copy the full SHA
    aafb942 View commit details
    Browse the repository at this point in the history
  2. Attempt to fix infinite copy into existing folder

    Looks like robocopy is confused what to do about symlinks
    malfet committed May 4, 2023
    Configuration menu
    Copy the full SHA
    860d444 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d25723e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0399f0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    28f8bdd View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    29d0c91 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Don't prepend system-wide PATH when installing Python for binary smok…

    …e test (pytorch#1404)
    
    The PATH has already been set and restored manually in the script
    huydhn committed May 14, 2023
    Configuration menu
    Copy the full SHA
    f9ec8ae View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    77b440b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Pin numpy for windows builds (pytorch#1406)

    * Pin numpy for windows builds
    
    * bump mkl version, remove conda-forge
    
    * Change python 3.9 mkl version
    
    * Use pinned mkl
    atalman committed May 18, 2023
    Configuration menu
    Copy the full SHA
    e795fee View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Upgrade nightly wheels to rocm5.5 (pytorch#1407)

    * Add MIOpen db files to wheel
    
    * Update magma commits for various branches to include header path updates
    
    * Add ROCm5.5 support with Navi31-tuned MIOpen branch
    
    * Upgrade nightly wheels to rocm5.5
    
    * Update build_docker.sh for gfx1100
    
    * Update build_docker.sh for gfx1100
    
    ---------
    
    Co-authored-by: Jithun Nair <jithun.nair@amd.com>
    Co-authored-by: Jithun Nair <37884920+jithunnair-amd@users.noreply.github.com>
    3 people committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3237101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c677e9d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    43cf428 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    e66e48f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Pin delocate (pytorch#1411)

    atalman committed May 30, 2023
    Configuration menu
    Copy the full SHA
    60c79a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Fix pytorch#1410. (pytorch#1412)

    The libdrm replacement for ROCm images will first search the typical
    location for the amdgpu.ids file. If failed, it will search as it did
    before in the python install location.
    jeffdaily committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    52541e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. One-step ROCm manywheel/libtorch docker build (pytorch#1418)

    * Use rocm/dev-centos-7:<rocm_version>-complete image with full ROCm install
    
    * Remove ROCm install step and reinstate magma and MIOpen build steps
    
    * Install full package for MIOpen, including headers and db files
    
    Retained some of the disk-cleanup-related code from pytorch@cb0912c
    
    * Use rocm/dev-ubuntu-20.04:<rocm_version>-complete image with full ROCm install
    
    * Remove ROCm install and reinstate magma build from source
    
    * Use --offload-arch instead of --amdgpu-target to silence warnings
    
    * Use beefier runner instance for ROCm docker builds
    
    * Typo
    
    * Simplify ROCm targets
    jithunnair-amd committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    3f9562d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Update wheel build scripts for ROCm5.5 (pytorch#1413)

    * Fix lib search logic and lib list
    
    * Add libhipsolver.so dependency for upstream Pytorch (needed since PyTorch PR 97370)
    
    * Add MIOpen db files to share path only for ROCm5.5 and above
    jithunnair-amd committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1a3174e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13164b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Fix ROCm5.4.2 builds breakage (pytorch#1421)

    * Use MIOpen db logic for ROCm5.5 or later
    
    * Remove moved lines
    
    * Fix bash logic to add elements of array to existing array
    jithunnair-amd committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d7f499d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4a6e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d11a0a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ae93de View commit details
    Browse the repository at this point in the history
  5. Update CUDA_UPGRADE_GUIDE.MD

    atalman committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    1d61d79 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    78c5ce7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd80689 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Add poetry and pypi tests (pytorch#1419)

    * smoke test poetry
    
    Add a little more tests
    
    test
    
    Test poetry
    
    test
    
    Test poetry on python 3.10
    
    Add more poetry tests
    
    Test en us
    
    test
    
    test
    
    Try verboose
    
    testing
    
    testing
    
    try quiet install
    
    Code refactooring
    
    test
    
    move linux pipy validation to workflow
    
    test
    
    test
    
    Fix path
    
    try test pipy
    
    More torch installations
    
    test
    
    testing
    
    test
    
    test
    
    test new
    
    fix install 2
    
    try poetry nightly
    
    test nightly
    
    test
    
    test
    
    Test poetry validation
    
    test
    
    test_new
    
    test
    
    * Put back executing this on pull
    atalman committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5b310b4 View commit details
    Browse the repository at this point in the history
  2. [Manywheel] Add Python-3.12.0b2 (pytorch#1427)

    To enable initial experiments with PyTorch builds
    malfet committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c26e36c View commit details
    Browse the repository at this point in the history
  3. smoke test poetry (pytorch#1428)

    Add a little more tests
    
    test
    
    Test poetry
    
    test
    
    Test poetry on python 3.10
    
    Add more poetry tests
    
    Test en us
    
    test
    
    test
    
    Try verboose
    
    testing
    
    testing
    
    try quiet install
    
    Code refactooring
    
    test
    
    move linux pipy validation to workflow
    
    test
    
    test
    
    Fix path
    
    try test pipy
    
    More torch installations
    
    test
    
    testing
    
    test
    
    test
    
    test new
    
    fix install 2
    
    try poetry nightly
    
    test nightly
    
    test
    
    test
    
    Test poetry validation
    
    test
    
    test_new
    
    test
    
    Put back executing this on pull
    
    Print matrix variable
    
    test
    
    Fix conditional for pypi poetry tests
    
    add quptes
    
    Add nightly as supplemental requirement
    
    Make sure we clone module only for first time
    
    Fix python
    
    test validate binaries
    
    Add repo existance checks
    
    test
    
    Disable runtime error before final validation
    
    fix typo
    
    fix cwd
    atalman committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7ce69b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    3cd8757 View commit details
    Browse the repository at this point in the history
  2. s/master/main/

    malfet committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fe3dd0e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Update aarch64 Scripts for CI worflow (pytorch#1431)

    Mike Schneider committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ffb533d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    bc35eba View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Remove CUDA 11.7 builds (pytorch#1408)

    * remove CUDA 11.7 builds
    
    * remove CUDA 11.7 from MAGMA builds
    
    * add pytorch-cuda back for 11.7
    
    * add 11.7 back to pytorch-cuda
    ptrblck committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9fa63ce View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    b50bdf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee72466 View commit details
    Browse the repository at this point in the history
  3. update NCCL to 2.18.1 (pytorch#1437)

    Co-authored-by: Nikita Shulga <nshulga@meta.com>
    ptrblck and malfet committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9d42578 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Update CI for aarch64 (pytorch#1438)

    Mike Schneider committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6240da5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Fix wheel macos arm64 validations (pytorch#1441)

    * Fix wheel validations
    
    * Try using upgrade flag instead
    
    * try uninstall
    
    * test
    
    * Try using python3
    
    * use python3 vs python for validation
    
    * Fix windows vs other os python execution
    
    * Uninstall fix
    atalman committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    387228a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Remove previous installations on macos-arm64 before smoke testing (py…

    …torch#1444)
    
    More arm64 changes
    
    test run under environment
    
    sleep 15min allow investigate
    
    add sleep
    
    test
    
    test
    
    Test
    
    test
    
    test
    
    Arm64 use python
    
    fix
    
    test
    
    testing
    
    test
    
    tests
    
    testing
    
    test
    
    test
    atalman committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d9b2c42 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Update build_docker.sh (pytorch#1446)

    Use [`nvidia/cuda:11.4.3-devel-centos7`](https://hub.docker.com/layers/nvidia/cuda/11.4.3-devel-centos7/images/sha256-e2201a4954dfd65958a6f5272cd80b968902789ff73f26151306907680356db8?context=explore) because `nvidia/cuda:10.2-devel-centos7` was deleted in accordance with [Nvidia's Container Support Policy](https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/support-policy.md):
    > After a period of Six Months time, the EOL tags WILL BE DELETED from Docker Hub and Nvidia GPU Cloud (NGC). This deletion ensures unsupported tags (and image layers) are not left lying around for customers to continue using after they have long been abandoned.
    
    Also delete redundant DEVTOOLSET=7 clause
    malfet committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    70f6c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2578481 View commit details
    Browse the repository at this point in the history
  3. Update Docker base images for conda and libtorch (pytorch#1448)

    Followup after pytorch#1446
    
    CUDA-10.2 and moreover CUDA-9.2 docker images are gone per [Nvidia's Container Support Policy](https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/support-policy.md):
    > After a period of Six Months time, the EOL tags WILL BE DELETED from Docker Hub and Nvidia GPU Cloud (NGC). This deletion ensures unsupported tags (and image layers) are not left lying around for customers to continue using after they have long been abandoned.
    
    Also, as all our Docker script install CUDA toolkit anyway, what's the point of using `nvidia/cuda` images at all instead of `centos:7`/`ubuntu:18.04` that former are based on, according to https://gitlab.com/nvidia/container-images/cuda/-/blob/master/dist/11.4.3/centos7/base/Dockerfile
    
    Explicitly install `g++` to `libtorch/Docker` base image, as it's needed by `patchelf`
    
    Please note, that `libtorch/Docker` can not be completed without buildkit, as `rocm` step depends on `python3` which is not available in `cpu` image
    malfet committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    70bc20d View commit details
    Browse the repository at this point in the history
  4. Fix magma installation inside docker container (pytorch#1447)

    Not sure, what weird version of `wget` is getting installed, but  attempt to download https://anaconda.org/pytorch/magma-cuda121/2.6.1/download/linux-64/magma-cuda121-2.6.1-1.tar.bz2 fails with:
    ```
    --2023-07-06 03:18:38--  https://anaconda.org/pytorch/magma-cuda121/2.6.1/download/linux-64/magma-cuda121-2.6.1-1.tar.bz2
    Resolving anaconda.org (anaconda.org)... 104.17.93.24, 104.17.92.24, 2606:4700::6811:5d18, ...
    Connecting to anaconda.org (anaconda.org)|104.17.93.24|:443... connected.
    ERROR: cannot verify anaconda.org's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=E1’:
      Issued certificate has expired.
    To connect to anaconda.org insecurely, use `--no-check-certificate'.
    ```
    
    Also, switch from NVIDIA container to a stock `centos:7` one, to make containers slimmer and fit on standard GitHub Actions runners.
    malfet committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    bcd1f7b View commit details
    Browse the repository at this point in the history
  5. [Manywheel] Add /usr/local/cuda symlink

    And add `nvcc` to path
    
    Regression introduced by pytorch#1447 when NVIDIA image was dropped in favor of base `centos` image
    malfet committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4a7ed14 View commit details
    Browse the repository at this point in the history
  6. Do not build PyTorch with LLVM (pytorch#1445)

    As NNC is dead, and llvm dependency has not been updated in last 4 years
    
    First step towards fixing pytorch/pytorch#103756
    malfet committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0d18a12 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Remove DESIRED_CUDA logic from check_binary.sh

    As [`pytorch/manylinux-builder`](https://hub.docker.com/r/pytorch/manylinux-builder) containers has only one version of CUDA, there is no need to select any
    
    Nor setup `LD_LIBRARY_PATH` as it does not match the setup users might have on their system (but keep it for libtorch tests)
    
    Should fix crash due to different minor version of cudnn installed in docker container and specified as dependency to a small wheel package, seen here https://github.com/pytorch/pytorch/actions/runs/5478547018/jobs/9980463690
    malfet committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ed9a2ae View commit details
    Browse the repository at this point in the history
  2. Revert "Remove DESIRED_CUDA logic from check_binary.sh"

    This reverts commit ed9a2ae.
    malfet committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c5da9be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3776829 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fc310a View commit details
    Browse the repository at this point in the history
  5. Rebuild docker images on release builds (pytorch#1451)

    * Rebuild docker images on release
    
    * Include with-push
    atalman committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2ba03df View commit details
    Browse the repository at this point in the history
  6. Create /usr/local/cuda in libtorch builds

    I.e. applying the same changes as in pytorch@4a7ed14 to libtorch docker builds
    malfet committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d4c3ff7 View commit details
    Browse the repository at this point in the history
  7. Revert "Rebuild docker images on release builds (pytorch#1451)" (pyto…

    …rch#1452)
    
    This reverts commit 2ba03df as it essentially broke all the builds on trunk (fix is coming)
    malfet committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c84ddc9 View commit details
    Browse the repository at this point in the history
  8. Reland "Rebuild docker images on release builds"

    This is a reland of pytorch#1451 with an
    important to branches filter:  entries in multi-line array definition
    should start with `-` otherwise it were attempting to match branch name `main\nrelease/*`
    I.e. just copy-n-paste example from https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#using-filters
    
    Test plan: actionlint .github/workflows/build-manywheel-images.yml
    
    Original PR description:
    Rebuild docker images on release builds. It should also tag images for release here: https://github.com/pytorch/builder/blob/3fc310ac21c9ede8d0ce13ec71096820a41eb9f4/conda/build_docker.sh#L58-L60
    This is first step in pinning docker images for release.
    malfet committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ad1b679 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    d07d66c View commit details
    Browse the repository at this point in the history
  2. Remove DESIRED_CUDA logic from check_binary.sh

    As [`pytorch/manylinux-builder`](https://hub.docker.com/r/pytorch/manylinux-builder) containers has only one version of CUDA, there is no need to select any
    
    Nor setup `LD_LIBRARY_PATH` as it does not match the setup users might have on their system (but keep it for libtorch tests for now)
    
    Should fix crash due to different minor version of cudnn installed in docker container and specified as dependency to a small wheel package, seen here https://github.com/pytorch/pytorch/actions/runs/5478547018/jobs/9980463690
    malfet committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    262847c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    1939c68 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Update builder images to ROCm5.6 (pytorch#1443)

    * Update manywheel and libtorch images to rocm5.6
    * Add MIOpen branch for ROCm5.6
    jithunnair-amd committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e29c929 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    cef9f0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    444b7f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9ab281 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Add support for ROCm5.6 for nightly wheels (pytorch#1442)

    * Add msccl-algorithms directory to PyTorch wheel
    
    * Bundle msccl-algorithms into wheel
    
    * Use correct src path for msccl-algorithms
    
    (cherry picked from commit 95b5af3)
    
    * Add hipblaslt dependency for ROCm5.6 onwards
    
    * Update build_all_docker.sh to ROCm5.6
    jithunnair-amd committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e67e209 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. [aarch64][build] Aarch64 lapack fix and ARMCL version update (pytorch…

    …#1462)
    
    * Fix lapack missing and armcl update
    
    * update ARMCL version
    Mike Schneider committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    56d9d17 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    6cf7018 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    2a03668 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    f4464c9 View commit details
    Browse the repository at this point in the history
  2. Fix erroneous logic that was skipping msccl files even for ROCm5.6; u…

    …pdate msccl path for ROCm5.7
    
    (cherry picked from commit 36c10cc)
    jithunnair-amd committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    a581835 View commit details
    Browse the repository at this point in the history