提交 f0fe35b3 编写于 作者: Y Yunxing Dai 提交者: TensorFlower Gardener

Set schedule when parsing a single instruction as a module.

PiperOrigin-RevId: 285867393
Change-Id: Ia9bbb5933a157c053cd26357160bdb729b7b5f90
上级 a6b7f76f
......@@ -4386,6 +4386,7 @@ bool HloParserImpl::ParseSingleInstruction(HloModule* module) {
for (auto& comp : computations_) {
module->AddEmbeddedComputation(std::move(comp));
}
TF_CHECK_OK(module->set_schedule(ScheduleFromInstructionOrder(module)));
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册