Remove cuda 11.6 from CI replace with 11.7#93406
Closed
atalman wants to merge 10 commits intopytorch:masterfrom
Closed
Remove cuda 11.6 from CI replace with 11.7#93406atalman wants to merge 10 commits intopytorch:masterfrom
atalman wants to merge 10 commits intopytorch:masterfrom
Conversation
malfet
approved these changes
Jan 31, 2023
Contributor
malfet
left a comment
There was a problem hiding this comment.
Looks good to me, if it passes CI
96205a1 to
d78d4e0
Compare
desertfire
approved these changes
Feb 2, 2023
desertfire
requested changes
Feb 2, 2023
Contributor
desertfire
left a comment
There was a problem hiding this comment.
Wait, you need to delete inductor-perf-smoke-test.yml as it is now merged into inductor.yml.
desertfire
approved these changes
Feb 2, 2023
Contributor
Author
|
@pytorchbot merge -f "test are green before rebase" |
Collaborator
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
ragulpr
added a commit
to ragulpr/pytorch
that referenced
this pull request
Feb 2, 2023
…n-dev-setup * origin: (898 commits) Move dynamo.optimizations.distributed to backends (pytorch#93408) Remove cuda 11.6 from nightly (pytorch#93979) Refactor dynamo register_backend/BACKENDS (pytorch#93389) Remove cuda 11.6 from CI replace with 11.7 (pytorch#93406) [Dynamo] Rename `GuardBuilder.guarded_code` -> `check_fn_manager` (pytorch#93934) Revert "Remove CUDA 11.6 from nightly builds (pytorch#93404)" Revert "[inductor] fix crash issue when input is a view tensor (pytorch#90150)" Basic Validation for FSDP `state_dict` transformations of modules with persistent buffers (pytorch#93396) Merge Inductor perf smoke test with other inductor CI tests (pytorch#93395) [inductor] Don't import torchvision (pytorch#93027) [FSDP][3/N] Refactor `summon_full_params` unit tests (pytorch#92298) [FSDP][2/N] `_summon_full_params` -> `_unshard_params` (pytorch#92297) Remove CUDA 11.6 from nightly builds (pytorch#93404) Mark buffers that reuse other buffers (pytorch#93329) Refactor to allow reuse of SchedulerNode.allocate (pytorch#93328) retire sparse_mask_helper (pytorch#91714) update fbgemm third party (pytorch#93907) [inductor] fix crash issue when input is a view tensor (pytorch#90150) [Inductor] add config for weight prepacking (pytorch#93811) Check for none for NNModuleVariable.__module__ (pytorch#93326) ...
malfet
added a commit
to pytorch/tutorials
that referenced
this pull request
Feb 6, 2023
As 11.6 builds has been disabled by pytorch/pytorch#93406
malfet
added a commit
to pytorch/tutorials
that referenced
this pull request
Feb 6, 2023
As 11.6 builds has been disabled by pytorch/pytorch#93406 Also, update `.jenkins/get_docker_tag.py` to search for docker folder in `.ci` directory (that was moved there by pytorch/pytorch#93104 ) and raise an error if folder can not be found
pytorchmergebot
pushed a commit
that referenced
this pull request
May 23, 2024
Reference PR: #93406 Co-authored-by: Aidyn-A <31858918+Aidyn-A@users.noreply.github.com> Pull Request resolved: #121956 Approved by: https://github.com/atalman
titaiwangms
pushed a commit
to titaiwangms/pytorch
that referenced
this pull request
May 28, 2024
Reference PR: pytorch#93406 Co-authored-by: Aidyn-A <31858918+Aidyn-A@users.noreply.github.com> Pull Request resolved: pytorch#121956 Approved by: https://github.com/atalman
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.
Remove cuda 11.6 from CI replace with 11.7
Following the Release readme here: https://github.com/pytorch/pytorch/blob/master/RELEASE.md#release-compatibility-matrix
cc @mlazos @soumith @voznesenskym @yanboliang @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @desertfire