File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ option(USE_NNPACK "Compile PaddlePaddle with NNPACK library" OFF)
60
60
option (WITH_DISTRIBUTE "Compile with grpc distributed support" OFF )
61
61
option (USE_EIGEN_FOR_BLAS "Use matrix multiplication in Eigen" OFF )
62
62
option (WITH_ARM_FP16 "Use half precision support on armv8.2-a cpu" OFF )
63
- option (WITH_FAST_BUNDLE_TEST "Bundle tests that can be run in a single process together to reduce launch overhead" ON )
63
+ option (WITH_FAST_BUNDLE_TEST "Bundle tests that can be run in a single process together to reduce launch overhead" OFF )
64
64
65
65
# CMAKE_BUILD_TYPE
66
66
if (NOT CMAKE_BUILD_TYPE )
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ function cmake_gen() {
49
49
-DCUDNN_ROOT=/usr/
50
50
-DWITH_STYLE_CHECK=${WITH_STYLE_CHECK:- ON}
51
51
-DWITH_TESTING=${WITH_TESTING:- ON}
52
+ -DWITH_FAST_BUNDLE_TEST=ON
52
53
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
53
54
========================================
54
55
EOF
72
73
-DCUDNN_ROOT=/usr/ \
73
74
-DWITH_STYLE_CHECK=${WITH_STYLE_CHECK:- ON} \
74
75
-DWITH_TESTING=${WITH_TESTING:- ON} \
76
+ -DWITH_FAST_BUNDLE_TEST=ON \
75
77
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
76
78
}
77
79
You can’t perform that action at this time.
0 commit comments