This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new d9a2af0 [CI] Fix clang-format error (#5577)
d9a2af0 is described below
commit d9a2af0bf66cddb0b652a53598e4a0cc3d9d3d43
Author: Tianqi Chen <[email protected]>
AuthorDate: Tue May 12 10:06:09 2020 -0700
[CI] Fix clang-format error (#5577)
---
src/tir/transforms/storage_flatten.cc | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/tir/transforms/storage_flatten.cc
b/src/tir/transforms/storage_flatten.cc
index 8cbb08d..7c30f1d 100644
--- a/src/tir/transforms/storage_flatten.cc
+++ b/src/tir/transforms/storage_flatten.cc
@@ -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));