Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@akihironitta
Copy link
Member

@akihironitta akihironitta commented May 3, 2025

@akihironitta akihironitta requested a review from Copilot May 7, 2025 00:05
@akihironitta akihironitta marked this pull request as ready for review May 7, 2025 00:05
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the supported PyTorch and CUDA versions to include PyTorch 2.7.0 and CUDA 12.8. Key changes include:

  • Updated documentation in README.md to include the new version options.
  • Modified CI workflows (nightly, install, cpp_testing, building) to include the new version matrix.
  • Adjusted GitHub Action defaults in setup/action.yml and refactored the MKL configuration in cpp_testing.yml.

Reviewed Changes

Copilot reviewed 7 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Updated supported version lists for PyTorch and CUDA.
CHANGELOG.md Revised changelog entries to reflect the new support; note potential version inconsistency.
.github/workflows/nightly.yml Expanded version matrix to include PyTorch 2.7.0 and CUDA cu128.
.github/workflows/install.yml Updated CUDA version in the matrix from cu124 to cu128.
.github/workflows/cpp_testing.yml Added conditional block for MKL configuration based on CXX11 ABI.
.github/workflows/building.yml Matrix updated to test with PyTorch 2.7.0 and the new CUDA version.
.github/actions/setup/action.yml Updated default versions and replaced the free disk space command with a third-party action.
Files not reviewed (5)
  • .github/workflows/cuda/Linux-env.sh: Language not supported
  • .github/workflows/cuda/Linux.sh: Language not supported
  • .github/workflows/cuda/Windows-env.sh: Language not supported
  • .github/workflows/cuda/Windows.sh: Language not supported
  • CMakeLists.txt: Language not supported

@akihironitta akihironitta merged commit bdee3ae into master May 7, 2025
11 checks passed
@akihironitta akihironitta deleted the aki/pt27 branch May 7, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Request wheels for PyTorch 2.7 Support CUDA 12.8, RTX 50xx gpus

1 participant