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

Python 313 work - rebase on main #1868

Merged
merged 23 commits into from
Jun 17, 2024

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    9116886 View commit details
    Browse the repository at this point in the history
  2. Cache OpenBLAS to docker image for SBSA builds (pytorch#1842)

    * apply openblas cache for cpu-aarch64
    
    * reapply for cuda-aarch64
    tinglvv committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3d4cd59 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. [MacOS] Don't build wheel while building libtorch

    Not sure why this was ever done twice
    malfet committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d88495a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4edac0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    572c6e4 View commit details
    Browse the repository at this point in the history
  4. Revert "[MacOS] Don't build wheel while building libtorch"

    This reverts commit d88495a.
    malfet committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    dc40990 View commit details
    Browse the repository at this point in the history
  5. [MacOS] Don't build libtorch twice (take 2)

    By not invoking `tools/build_libtorch.py` as as it's not done on Linux
    malfet committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    49c4969 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4414fc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Update cudnn from v8 to v9 across CUDA versions and x86/arm (pytorch#…

    …1847)
    
    * Update cudnn to v9.1.0.70 for cuda11.8, cuda12.1, and cuda12.4
    
    * Add CUDNN_VERSION variable
    
    * Remove 2 spaces for install_cu124
    
    * trivial fix
    
    * Fix DEPS_LIST and DEPS_SONAME for x86
    Update cudnn to v9 for arm cuda binary as well
    
    * libcudnn_adv_infer/libcudnn_adv_train becomes libcudnn_adv
    
    * Change DEPS due to cudnn v9 libraries name changes (and additions)
    
    * Fix lint
    
    * Add missing changes to cu121/cu124
    nWEIdia committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5783bcc View commit details
    Browse the repository at this point in the history
  2. Change OpenSSL URL (pytorch#1854)

    * Change OpenSSL URL
    
    * Change to use openssl URL (but no longer ftp!)
    nWEIdia committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    16f053c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e35d452 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. Don't run torch.compile on runtime images in docker validations (pyto…

    …rch#1858)
    
    * Don't run torch.compile on runtime images
    
    * test
    atalman committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0654d37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd7d691 View commit details
    Browse the repository at this point in the history
  3. Update cudnn from v8 to v9 across CUDA versions and x86/arm (pytorch#…

    …1857)
    
    * Update cudnn to v9.1.0.70 for cuda11.8, cuda12.1, and cuda12.4
    
    * Add CUDNN_VERSION variable
    
    * Remove 2 spaces for install_cu124
    
    * trivial fix
    
    * Fix DEPS_LIST and DEPS_SONAME for x86
    Update cudnn to v9 for arm cuda binary as well
    
    * libcudnn_adv_infer/libcudnn_adv_train becomes libcudnn_adv
    
    * Change DEPS due to cudnn v9 libraries name changes (and additions)
    
    * Fix lint
    
    * Add missing changes to cu121/cu124
    
    * Fix aarch64 cuda typos
    nWEIdia committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6466a3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2546d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4514895 View commit details
    Browse the repository at this point in the history
  6. Update validate-docker-images.yml - fix MATRIX_GPU_ARCH_TYPE setting …

    …for cpu only workflows
    atalman committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    433f444 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

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

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. Add AOTriton install step for ROCm manylinux images (pytorch#1862)

    * Add AOTriton install step for ROCm
    
    * No common_utils.sh needed
    jithunnair-amd committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    178b624 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b032fc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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