Commit 0ccc281d by Tianqi Chen Committed by GitHub

[BUILD] Enable cudnn in gpu build (#333)

parent 7196c791
......@@ -81,6 +81,7 @@ stage('Build') {
init_git()
sh """
cp make/config.mk .
echo USE_CUDNN=1 >> config.mk
echo USE_CUDA=1 >> config.mk
echo USE_OPENCL=1 >> config.mk
echo LLVM_CONFIG=llvm-config-4.0 >> config.mk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment