cjolivier01 commented on a change in pull request #9798: fix cmake
URL: https://github.com/apache/incubator-mxnet/pull/9798#discussion_r170486378
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -46,6 +46,15 @@ if(USE_CUDA AND NOT USE_OLDCMAKECUDA)
         (${CMAKE_VERSION} VERSION_GREATER "3.9.0") OR (${CMAKE_VERSION} 
VERSION_EQUAL "3.9.0")
       )
     )
+    
+    set(__cuda_toolset "auto" "7.5" "8.0" "9.0")
 
 Review comment:
   right i mean without any of these changes. the problem is it just picks the 
latest one?
   the current implementation allows for setting the cuda toolset version, 
doesn?t it?
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to