提交 44c29abd 编写于 作者: T typhoonzero

remove comments

上级 75bfdb3a
...@@ -65,7 +65,6 @@ static void ParallelExecuteBlocks( ...@@ -65,7 +65,6 @@ static void ParallelExecuteBlocks(
framework::Async([&executor, &prepared, &program, &scope, idx]() { framework::Async([&executor, &prepared, &program, &scope, idx]() {
int run_block = idx; // thread local int run_block = idx; // thread local
try { try {
// executor->Run(*program, scope, run_block, false, false);
executor->RunPreparedContext(prepared[run_block].get(), scope, executor->RunPreparedContext(prepared[run_block].get(), scope,
false, false); false, false);
} catch (std::exception &e) { } catch (std::exception &e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册