You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/01 19:25:37 UTC

[GitHub] szha commented on a change in pull request #13069: add Volta and Turing arch

szha commented on a change in pull request #13069: add Volta and Turing arch
URL: https://github.com/apache/incubator-mxnet/pull/13069#discussion_r230167208
 
 

 ##########
 File path: cmake/FirstClassLangCuda.cmake
 ##########
 @@ -185,6 +195,10 @@ function(mshadow_select_nvcc_arch_flags out_variable)
       elseif(${arch_name} STREQUAL "Pascal")
         set(arch_bin 6.0 6.1)
         set(arch_ptx 6.1)
+      elseif(${arch_name} STREQUAL "Volta")
+        set(arch_bin 7.0)
+	  elseif(${arch_name} STREQUAL "Turing")
 
 Review comment:
   indentation

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


With regards,
Apache Git Services