samskalicky commented on a change in pull request #19016:
URL: https://github.com/apache/incubator-mxnet/pull/19016#discussion_r479412033



##########
File path: config/linux_gpu.cmake
##########
@@ -42,15 +43,18 @@ set(USE_CUDA ON CACHE BOOL "Build with CUDA support")
 set(USE_CUDNN ON CACHE BOOL "Build with cudnn support, if found")
 
 # Target NVIDIA GPU achitecture.
-# Valid options are "Auto" for autodetection, "All" for all available
-# architectures or a list of architectures by compute capability number, such 
as
-# "7.0" or "7.0;7.5" as well as name, such as "Volta" or "Volta;Turing".
+# Valid options are:
+#   - "Auto" for autodetection, will try and discover which GPU architecture 
to use by
+#            looking at the available GPUs on the machine that you're building 
on
+#   - "All" for all available GPU architectures supported by the version of 
CUDA installed
+#   - "specific GPU architectures" by giving the compute capability number 
such as
+#            "7.0" or "7.0;7.5" (ie. sm_70 or sm_75) or you can specify the 
name like:
+#            "Volta" or "Volta;Turing".

Review comment:
       need to mention "without quotes"




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to