marcoabreu commented on a change in pull request #10629: [MXNET-343]fix Mkldnn with msvc URL: https://github.com/apache/incubator-mxnet/pull/10629#discussion_r183215251
########## File path: cmake/FirstClassLangCuda.cmake ########## @@ -125,8 +125,8 @@ endif () # mshadow_select_nvcc_arch_flags(out_variable) function(mshadow_select_nvcc_arch_flags out_variable) - set(CUDA_ARCH_LIST "Auto" CACHE STRING "Select target NVIDIA GPU achitecture.") - set_property( CACHE CUDA_ARCH_LIST PROPERTY STRINGS "" "All" "Common" ${CUDA_KNOWN_GPU_ARCHITECTURES} ) + set(CUDA_ARCH_LIST "" CACHE STRING "Select target NVIDIA GPU achitecture.") Review comment: default behaviour change? ---------------------------------------------------------------- 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