Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sm_90a arch gencode to docker (#2338)
Summary: We need to override the upstream config and add `sm_90a` gencode to the docker. Pull Request resolved: #2338 Test Plan: https://github.com/pytorch/benchmark/actions/runs/9704484783 https://github.com/pytorch/benchmark/actions/runs/9704484783/job/26784787989#step:5:2057 ``` #11 900.6 + /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/libcublas_static.a -o /usr/local/cuda-12.4/lib64/libcublas_static.a #11 901.5 + /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/libcublasLt_static.a -o /usr/local/cuda-12.4/lib64/libcublasLt_static.a ``` Nightly docker build: https://github.com/pytorch/benchmark/actions/runs/9704719476 Reviewed By: aaronenyeshi Differential Revision: D59136248 Pulled By: xuzhao9 fbshipit-source-id: 09a71a509b2ac448d66f950e92c33effc173d48f
- Loading branch information