fran6co opened a new pull request #11943: Fixes not being able to target an 
older CUDAs
URL: https://github.com/apache/incubator-mxnet/pull/11943
 
 
   ## Description ##
   When multiple versions of CUDA are present the current CMake was always 
selecting the newest version regardless of what the user specifies.
   
   ## Comments ##
   - The change in `CMAKE_GENERATOR_TOOLSET ` happens too late, by that time 
CMake already looked for the newest CUDA version
   - It's deprecated behaviour to call `find_package(CUDA)` and when using 
first language support in CMake for CUDA
   - Now the user can select the proper CUDA version by running CMake with `-T 
cuda=<version>` as specified by CMake documentation
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to