diff options
| author | Jacob Kahn <jacobkahn1@gmail.com> | 2020-11-25 14:35:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-25 11:35:15 -0800 |
| commit | 54c63514a6d012d1385f93a863d1d7eb4c03c9a2 (patch) | |
| tree | 2b7dc64f96f90ff84994b853292be725589cbea4 /ports/cuda | |
| parent | d22d77e3c5ac70747645486699a61386b51a0333 (diff) | |
| download | vcpkg-54c63514a6d012d1385f93a863d1d7eb4c03c9a2.tar.gz vcpkg-54c63514a6d012d1385f93a863d1d7eb4c03c9a2.zip | |
[nccl] New Port (#14683)
* [nccl] New Port
* Update ports/nccl/portfile.cmake
* Add usage to vcpkg-cmake-wrapper
* Move usage to usage file
* Update ports/nccl/portfile.cmake
* Don't copy debug libraries because they aren't provided
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/cuda')
| -rw-r--r-- | ports/cuda/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cuda/portfile.cmake b/ports/cuda/portfile.cmake index 6e5a497da..ecdce4cfb 100644 --- a/ports/cuda/portfile.cmake +++ b/ports/cuda/portfile.cmake @@ -2,7 +2,7 @@ # Other packages can depend on this package to declare a dependency on CUDA. # If this package is installed, we assume that CUDA is properly installed. -#note: this port must be kept in sync with CUDNN port: every time one is upgraded, the other must be too +#note: this port must be kept in sync with CUDNN and NCCL ports: every time one is upgraded, the other must be too include(${CMAKE_CURRENT_LIST_DIR}/vcpkg_find_cuda.cmake) |
