marcoabreu commented on a change in pull request #12477: [WIP] Added build with
nccl
URL: https://github.com/apache/incubator-mxnet/pull/12477#discussion_r216036771
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -693,6 +709,17 @@ unittest_ubuntu_tensorrt_gpu() {
nosetests-3.4 $NOSE_COVERAGE_ARGUMENTS --with-xunit --xunit-file
nosetests_trt_gpu.xml --verbose tests/python/tensorrt/
}
+unittest_ubuntu_gpu_nccl() {
+ set -ex
+
+ export PYTHONPATH=./python/
+ export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
+ export LD_LIBRARY_PATH=/work/mxnet/lib:$LD_LIBRARY_PATH
+
+ nosetests-3.4 $NOSE_COVERAGE_ARGUMENTS --with-xunit --xunit-file
nosetests_trt_gpu.xml --verbose \
Review comment:
I think the Tensor RT reference is a copy and paste artifact. See above.
----------------------------------------------------------------
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