Commit Graph

5 Commits

Author SHA1 Message Date
4ea7430ffb [BE] Don't copy CuDNN libs twice (#115872)
- It was installed twice : once in `/usr/local/cuda/lib64` folder and 2nd time in `/usr/lib64`
- And don't install CuDNN headers thrice, only in `/usr/local/cuda/includa`
- Error on unknown CUDA version
- Modify bazel builds to look for cudnn in `/usr/local/cuda` folder
Pull Request resolved: https://github.com/pytorch/pytorch/pull/115872
Approved by: https://github.com/huydhn
2023-12-15 09:47:14 +00:00
98d48709fe update cudnn==8.9.2.26 in .ci/docker (#104795)
Follow-up of https://github.com/pytorch/builder/pull/1436

CC @atalman @malfet

Pull Request resolved: https://github.com/pytorch/pytorch/pull/104795
Approved by: https://github.com/malfet
2023-07-09 18:55:34 +00:00
eqy
3c1dd0a4b1 [cuDNN][CUDA] Fix for install_cudnn.sh following 12.1 CI update (#100501)
Trying out a fix for the path

CC @Aidyn-A @ptrblck

Pull Request resolved: https://github.com/pytorch/pytorch/pull/100501
Approved by: https://github.com/ngimel, https://github.com/malfet
2023-05-04 00:17:10 +00:00
73645a8412 Add CUDA 12.1 CI workflows (#98832)
Adds CUDA 12.1 CI workflows, removes CUDA 11.7.
CC @malfet

Pull Request resolved: https://github.com/pytorch/pytorch/pull/98832
Approved by: https://github.com/atalman
2023-05-01 16:25:53 +00:00
6c4dc98b9d [CI][BE] Move docker forlder to .ci (#93104)
Follow up after https://github.com/pytorch/pytorch/pull/92569

Pull Request resolved: https://github.com/pytorch/pytorch/pull/93104
Approved by: https://github.com/huydhn, https://github.com/seemethere, https://github.com/ZainRizvi
2023-02-03 12:25:33 +00:00