Skip to content

Commit

Permalink
[Docker] Enable NNPACK for ci_gpu (apache#2856)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlu1 authored and Laurawly committed Mar 22, 2019
1 parent 7ab3876 commit 831521f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ stage('Build') {
echo set\\(USE_CUDA ON\\) >> config.cmake
echo set\\(USE_OPENGL ON\\) >> config.cmake
echo set\\(USE_LLVM llvm-config-6.0\\) >> config.cmake
echo set\\(USE_NNPACK ON\\) >> config.cmake
echo set\\(NNPACK_PATH /NNPACK/build/\\) >> config.cmake
echo set\\(USE_RPC ON\\) >> config.cmake
echo set\\(USE_SORT ON\\) >> config.cmake
echo set\\(USE_GRAPH_RUNTIME ON\\) >> config.cmake
Expand Down

0 comments on commit 831521f

Please sign in to comment.