marcoabreu commented on a change in pull request #9684: Enable dp4a for the CI
URL: https://github.com/apache/incubator-mxnet/pull/9684#discussion_r165696114
##########
File path: tests/ci_build/ci_build.sh
##########
@@ -176,7 +180,7 @@ ${DOCKER_BINARY} run --rm --pid=host \
-e "CI_BUILD_UID=$(id -u)" \
-e "CI_BUILD_GROUP=$(id -g -n)" \
-e "CI_BUILD_GID=$(id -g)" \
- -e "CUDA_ARCH=-gencode arch=compute_52,code=[sm_52,compute_52]
--fatbin-options -compress-all" \
+ -e "CUDA_ARCH=-gencode arch=compute_52,code=[sm_52,compute_52] -gencode
arch=compute_61,code=sm_61 --fatbin-options -compress-all" \
Review comment:
6.1 is Pascal based GPUs and thus would have no effect on our CI. Could you
elaborate?
----------------------------------------------------------------
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