提交 6d9b9cb4 编写于 作者: M minqiyang

Add debug info for anakin cpu

上级 57dab0bb
...@@ -192,6 +192,12 @@ function build() { ...@@ -192,6 +192,12 @@ function build() {
cd ${PADDLE_ROOT}/build cd ${PADDLE_ROOT}/build
cat <<EOF cat <<EOF
============================================ ============================================
CPUINFO ...
============================================
EOF
cat /proc/cpuinfo
cat <<EOF
============================================
Building in /paddle/build ... Building in /paddle/build ...
============================================ ============================================
EOF EOF
......
...@@ -64,7 +64,7 @@ if(WITH_DISTRIBUTE) ...@@ -64,7 +64,7 @@ if(WITH_DISTRIBUTE)
endif() endif()
py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL) py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL)
py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL) py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL)
set_tests_properties(test_parallel_executor_fetch_feed PROPERTIES TIMEOUT 200) set_tests_properties(test_parallel_executor_fetch_feed PROPERTIES TIMEOUT 300)
py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL) py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL)
py_test_modules(test_dist_se_resnext MODULES test_dist_se_resnext SERIAL) py_test_modules(test_dist_se_resnext MODULES test_dist_se_resnext SERIAL)
py_test_modules(test_parallel_executor_transformer MODULES test_parallel_executor_transformer SERIAL) py_test_modules(test_parallel_executor_transformer MODULES test_parallel_executor_transformer SERIAL)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册