This repository was archived by the owner on Aug 15, 2025. It is now read-only.
[BE] cleanup install_cuda.sh script#1942
Merged
atalman merged 1 commit intopytorch:mainfrom Jul 29, 2024
Merged
Conversation
kit1980
approved these changes
Jul 29, 2024
facebook-github-bot
pushed a commit
to pytorch/benchmark
that referenced
this pull request
Jul 30, 2024
Summary: install_cuda.sh has been moved from pytorch/builder to pytorch/pytorch: pytorch/builder#1942 pytorch/pytorch#129022 We need to make sure that sm_90a is included: ``` xargs -I '{}' bash -c 'echo {} && /usr/local/cuda-12.4/bin/nvprune -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90a,code=sm_90a /usr/local/cuda-12.4/lib64/{} -o /usr/local/cuda-12.4/lib64/{}' ``` Pull Request resolved: #2397 Test Plan: https://github.com/pytorch/benchmark/actions/runs/10163701096 Reviewed By: atalman Differential Revision: D60454551 Pulled By: xuzhao9 fbshipit-source-id: 03322314b190e0fb95e7d7741152de65ab35ecd4
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Follow up after pytorch/pytorch#129022 . Remove unused scripts.
Env var:
OVERRIDE_TORCH_CUDA_ARCH_LISTwas added by #604 ~4 yrs ago and its not used in our CI/CD