Skip to content

Commit

Permalink
[CI] Fix clang-format error (apache#5577)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and Trevor Morris committed Jun 18, 2020
1 parent d563bdb commit e588ff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tir/transforms/storage_flatten.cc
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ class StorageFlattener : public StmtExprMutator {
const BufferEntry& e = it->second;
CHECK(!e.released) << "Read a buffer that is already out of scope";


Stmt body = e.buffer.vstore(e.RelIndex(op->indices), op->value);
if (create_bound_attributes_ && ShapeIsValid(e.buffer->shape)) {
shape_collector_.push_back(std::make_pair(e.buffer->data, e.buffer->shape));
Expand Down

0 comments on commit e588ff5

Please sign in to comment.