Skip to content

Commit

Permalink
Making sure nn and dist libs are compiled when benchmarks are compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Oct 2, 2022
1 parent 61a0166 commit 6471940
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ fi

if hasArg bench || (( ${NUMARGS} == 0 )); then
BUILD_BENCH=ON
COMPILE_DIST_LIBRARY=ON
ENABLE_NN_DEPENDENCIES=ON
COMPILE_NN_LIBRARY=ON
CMAKE_TARGET="${CMAKE_TARGET};bench_raft"
fi

Expand Down

0 comments on commit 6471940

Please sign in to comment.