Skip to content
Snippets Groups Projects
Commit ba71a207 authored by Li Xinqi's avatar Li Xinqi Committed by Will Zhang
Browse files

log ii (#907)

parent fc6b5585
No related branches found
No related tags found
No related merge requests found
......@@ -271,6 +271,7 @@ void Improver::MemoryLimitedAllocate(const ActGraph& graph,
MakeMemZoneRegstDescs(graph.plan(), &mz_regst_descs);
double ii = BinarySearchII(CalcBaseII(graph), PathDurations4RegstDescId, PathIIScales4RegstDescId,
mz_regst_descs);
LOG(INFO) << "ii: " << ii;
for (const auto& task_proto : graph.plan().task()) {
for (const auto& pair : task_proto.produced_regst_desc()) {
uint64_t regst_num =
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment