Skip to content

Commit cfd5d40

Browse files
authored
set dy2st use interpretercore log for level 0 (#45580)
1 parent a8541c1 commit cfd5d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/eager/to_static/run_program_op_node.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ inline void RunProgramAPI(
289289
PADDLE_GET_CONST(bool, attrs.at("use_interpretorcore"));
290290

291291
if (use_interpretorcore) {
292-
VLOG(2) << "RunProgramOp use interpretercore to execute program.";
292+
VLOG(0) << "RunProgramOp use interpretercore to execute program.";
293293

294294
auto input_names = details::GetTensorsName(x);
295295
auto output_names = details::GetTensorsName(out);
@@ -467,7 +467,7 @@ inline void RunProgramGradAPI(
467467
auto place = egr::Controller::Instance().GetExpectedPlace();
468468

469469
if (use_interpretorcore) {
470-
VLOG(2) << "RunProgramGradOp use interpretercore to execute program.";
470+
VLOG(0) << "RunProgramGradOp use interpretercore to execute program.";
471471

472472
auto *forward_global_block = PADDLE_GET_CONST(
473473
paddle::framework::BlockDesc *, attrs.at("forward_global_block"));

0 commit comments

Comments
 (0)