pytorch/cmake/Modules_CUDA_fix/upstream
Nikita Shulga 62c1e33fc9 [BE] Remove fast_nvcc tool (#96665)
As of CUDA-11.4+ this functionality can be mimicked by passing
[`--threads`](https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/#threads-number-t) option to CUDA compiler

Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/96665
Approved by: https://github.com/atalman, https://github.com/PaliC
2023-03-14 03:17:31 +00:00
..
FindCUDA [CUDA] Split out compute capability 8.7 and 7.2 from others (#95803) 2023-03-02 14:13:15 +00:00
CMakeInitializeConfigs.cmake
FindCUDA.cmake [BE] Remove fast_nvcc tool (#96665) 2023-03-14 03:17:31 +00:00
FindPackageHandleStandardArgs.cmake
FindPackageMessage.cmake
README.md

If you need to update files under this folder, we recommend you issue PRs against the CMake mainline branch, and then backport it here for earlier CMake compatibility.

See this for more details.