Files
pytorch/third_party
Nikita Shulga 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
..
2023-12-07 15:55:08 +00:00
2020-12-22 14:20:37 -08:00
2023-04-25 22:02:42 +00:00
2023-01-31 00:22:28 +00:00

This folder contains vendored copies of third-party libraries that we use.