提交 7dc5f7ca 编写于 作者: X Xiaoming (Jason) Cui

Minor changes, hanged CHECK_GE to DCHECK_GE due to code policy change

上级 9b160874
......@@ -65,7 +65,7 @@ int32 NumInterOpThreadsFromSessionOptions(const SessionOptions& options) {
#ifdef _OPENMP
mkl_intra_op = omp_get_max_threads();
#endif // _OPENMP
CHECK_GE(mkl_intra_op, 1);
DCHECK_GE(mkl_intra_op, 1);
const int32 mkl_inter_op = std::max(
(port::NumSchedulableCPUs() + mkl_intra_op - 1) / mkl_intra_op, 2);
VLOG(0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册