Add CUDA 13.2 support to CI and release workflows (#5610)#5610
Open
gchalump wants to merge 1 commit intopytorch:mainfrom
Open
Add CUDA 13.2 support to CI and release workflows (#5610)#5610gchalump wants to merge 1 commit intopytorch:mainfrom
gchalump wants to merge 1 commit intopytorch:mainfrom
Conversation
Contributor
|
@gchalump has exported this pull request. If you are a Meta employee, you can view the originating Diff in D100229467. |
gchalump
added a commit
to gchalump/FBGEMM
that referenced
this pull request
Apr 10, 2026
Summary: X-link: facebookresearch/FBGEMM#2563 Add CUDA 13.2.0 to the FBGEMM GPU CI and release build matrices. Default publish version remains 13.0.2. Changes: - generate_ci_matrix.py: Add 13.2.0 to cuda_versions() for default and genai targets - fbgemm_gpu_release_cuda.yml: Add 13.2.0 to release options - fbgemm_gpu_release_genai.yml: Add 13.2.0 to genai release options and build/test matrices Differential Revision: D100229467
f3fe1ce to
956ed01
Compare
gchalump
added a commit
to gchalump/FBGEMM
that referenced
this pull request
Apr 10, 2026
Summary: Pull Request resolved: pytorch#5610 X-link: https://github.com/facebookresearch/FBGEMM/pull/2563 Add CUDA 13.2.0 to the FBGEMM GPU CI and release build matrices. Default publish version remains 13.0.2. Changes: - generate_ci_matrix.py: Add 13.2.0 to cuda_versions() for default and genai targets - fbgemm_gpu_release_cuda.yml: Add 13.2.0 to release options - fbgemm_gpu_release_genai.yml: Add 13.2.0 to genai release options and build/test matrices Differential Revision: D100229467
f84d669 to
93e2987
Compare
gchalump
added a commit
to gchalump/FBGEMM
that referenced
this pull request
Apr 14, 2026
Summary: X-link: facebookresearch/FBGEMM#2563 Add CUDA 13.2.0 to the FBGEMM GPU CI and release build matrices. Default publish version remains 13.0.2. Changes: - generate_ci_matrix.py: Add 13.2.0 to cuda_versions() for default and genai targets - fbgemm_gpu_release_cuda.yml: Add 13.2.0 to release options - fbgemm_gpu_release_genai.yml: Add 13.2.0 to genai release options and build/test matrices Differential Revision: D100229467
gchalump
added a commit
to gchalump/FBGEMM
that referenced
this pull request
Apr 14, 2026
Summary: X-link: facebookresearch/FBGEMM#2563 Add CUDA 13.2.0 to the FBGEMM GPU CI and release build matrices. Default publish version remains 13.0.2. Changes: - generate_ci_matrix.py: Add 13.2.0 to cuda_versions() for default and genai targets - fbgemm_gpu_release_cuda.yml: Add 13.2.0 to release options - fbgemm_gpu_release_genai.yml: Add 13.2.0 to genai release options and build/test matrices Differential Revision: D100229467
93e2987 to
f91cfcb
Compare
gchalump
added a commit
to gchalump/FBGEMM
that referenced
this pull request
Apr 14, 2026
Summary: Pull Request resolved: pytorch#5610 X-link: https://github.com/facebookresearch/FBGEMM/pull/2563 Add CUDA 13.2.0 to the FBGEMM GPU CI and release build matrices. Default publish version remains 13.0.2. Changes: - generate_ci_matrix.py: Add 13.2.0 to cuda_versions() for default and genai targets - fbgemm_gpu_release_cuda.yml: Add 13.2.0 to release options - fbgemm_gpu_release_genai.yml: Add 13.2.0 to genai release options and build/test matrices Differential Revision: D100229467
f91cfcb to
013d10c
Compare
Summary: Pull Request resolved: pytorch#5610 X-link: https://github.com/facebookresearch/FBGEMM/pull/2563 Add CUDA 13.2.0 to the FBGEMM GPU CI and release build matrices. Default publish version remains 13.0.2. Changes: - generate_ci_matrix.py: Add 13.2.0 to cuda_versions() for default and genai targets - fbgemm_gpu_release_cuda.yml: Add 13.2.0 to release options - fbgemm_gpu_release_genai.yml: Add 13.2.0 to genai release options and build/test matrices Differential Revision: D100229467
013d10c to
70eed47
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/2563
Add CUDA 13.2.0 to the FBGEMM GPU CI and release build matrices. Default publish version remains 13.0.2.
Changes:
Differential Revision: D100229467