larroy commented on a change in pull request #13069: add Volta and Turing arch URL: https://github.com/apache/incubator-mxnet/pull/13069#discussion_r230232535
########## File path: cmake/FirstClassLangCuda.cmake ########## @@ -120,6 +120,16 @@ else() list(APPEND CUDA_COMMON_GPU_ARCHITECTURES "5.2+PTX") endif () +if (CUDA_TOOLSET VERSION_GREATER "9.0") + list(APPEND CUDA_KNOWN_GPU_ARCHITECTURES "Volta") + list(APPEND CUDA_COMMON_GPU_ARCHITECTURES "7.0") +else() Review comment: This looks wrong. ---------------------------------------------------------------- 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
