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 436eca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tir/schedule/primitive/compute_inline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ class BaseInliner : public StmtExprMutator {
Array<Array<BufferRegion>> inspected = GetBlockReadWriteRegion(block, buffer_var_map_);
reads = std::move(inspected[0]);
writes = std::move(inspected[1]);
LOG(INFO) << "reads = " << reads;
}
// Step 3. Assemble the result
BlockNode* n = block.CopyOnWrite();
Expand Down

0 comments on commit 436eca4

Please sign in to comment.