szha commented on a change in pull request #10727: cuda archs for TX1 and TX2 URL: https://github.com/apache/incubator-mxnet/pull/10727#discussion_r189725219
########## File path: Makefile ########## @@ -287,7 +287,7 @@ endif # be JIT-compiled by the updated driver from the included PTX. ifeq ($(USE_CUDA), 1) ifeq ($(CUDA_ARCH),) - KNOWN_CUDA_ARCHS := 30 35 50 52 60 61 70 + KNOWN_CUDA_ARCHS := 30 35 50 52 53 60 61 62 70 Review comment: could you make the KNOWN_CUDA_ARCHS configurable too? `ifeq ($(KNOWN_CUDA_ARCHS),) then set the value`. ---------------------------------------------------------------- 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
