Skip to content

Commit

Permalink
[LITE][XPU]Fix the build_extra flag for XPU compiling
Browse files Browse the repository at this point in the history
test=develop
  • Loading branch information
hong19860320 committed Dec 13, 2019
1 parent a483d33 commit 0a1b0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lite/tools/build_xpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ function build_xpu {
-DWITH_MKLDNN=OFF \
-DLITE_WITH_X86=ON \
-DWITH_MKL=ON \
-DLITE_BUILD_EXTRA=ON \
-DLITE_WITH_XPU=ON \
-DLITE_BUILD_EXTRA=${BUILD_EXTRA} \
-DWITH_TESTING=${WITH_TESTING} \
-DXPU_SDK_ROOT=${XPU_SDK_ROOT}

Expand Down

0 comments on commit 0a1b0f2

Please sign in to comment.