File tree 3 files changed +246
-251
lines changed
3 files changed +246
-251
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ endif()
43
43
44
44
# TODO(zhhsplendid): CINN has lots of warnings during early development.
45
45
# They will be treated as errors under paddle. We set no-error now and we will
46
- # clean the code in th e future.
46
+ # clean the code in th e future.
47
47
add_definitions (-w)
48
48
49
49
include (cmake/cinn/version .cmake)
Original file line number Diff line number Diff line change @@ -1397,7 +1397,7 @@ function check_coverage() {
1397
1397
if [ ${WITH_COVERAGE:- ON} == " ON" ] ; then
1398
1398
/bin/bash ${PADDLE_ROOT} /tools/coverage/paddle_coverage.sh
1399
1399
else
1400
- echo " WARNING: check_coverage need to compile with WITH_COVERAGE=ON, but got WITH_COVERAGE=OFF"
1400
+ echo " WARNING: check_coverage need to compile with WITH_COVERAGE=ON, but got WITH_COVERAGE=OFF"
1401
1401
fi
1402
1402
}
1403
1403
You can’t perform that action at this time.
0 commit comments