Skip to content

Commit

Permalink
add the missing build_ubuntu_gpu_cuda101_cudnn7_mkldnn_cpp_test in ru…
Browse files Browse the repository at this point in the history
…ntime_functions.sh
  • Loading branch information
ChaiBapchya committed Jun 20, 2020
1 parent d271348 commit de173b0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,26 @@ build_ubuntu_gpu_cuda101_cudnn7() {
make cython PYTHON=python3
}

build_ubuntu_gpu_cuda101_cudnn7_mkldnn_cpp_test() {
set -ex
export CC=gcc-7
export CXX=g++-7
build_ccache_wrappers
make \
USE_BLAS=openblas \
USE_MKLDNN=1 \
USE_CUDA=1 \
USE_CUDA_PATH=/usr/local/cuda \
USE_CUDNN=1 \
USE_CPP_PACKAGE=1 \
USE_DIST_KVSTORE=1 \
CUDA_ARCH="$CI_CUDA_COMPUTE_CAPABILITIES" \
USE_SIGNAL_HANDLER=1 \
-j$(nproc)
make test USE_CPP_PACKAGE=1 -j$(nproc)
make cython PYTHON=python3
}

build_ubuntu_amalgamation() {
set -ex
# Amalgamation can not be run with -j nproc
Expand Down

0 comments on commit de173b0

Please sign in to comment.