Skip to content

Commit

Permalink
See what's wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJH5574 committed Jan 16, 2022
1 parent 348b86b commit 4f04ed2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tir/schedule/primitive/compute_inline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ class BaseInliner : public StmtExprMutator {
Array<Array<BufferRegion>> inspected = GetBlockReadWriteRegion(block, buffer_var_map_);
reads = std::move(inspected[0]);
writes = std::move(inspected[1]);
LOG(WARNING) << "-----------reads = " << reads;
} else {
LOG(WARNING) << "===========reads = " << reads;
}
// Step 3. Assemble the result
BlockNode* n = block.CopyOnWrite();
Expand Down

0 comments on commit 4f04ed2

Please sign in to comment.