Skip to content

Commit

Permalink
Update taichi/transforms/scalarize.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Yi Xu <xy_xuyi@foxmail.com>
  • Loading branch information
jim19930609 and strongoier authored Sep 29, 2022
1 parent 47675b6 commit 735606c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions taichi/transforms/scalarize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ class ScalarizePointers : public BasicStmtVisitor {
std::unordered_map<Stmt *, std::vector<Stmt *>> scalarized_local_tensor_map_;

ScalarizePointers(IRNode *node) {
allow_undefined_visitor = true;
invoke_default_visitor = false;
node->accept(this);

modifier_.modify_ir();
Expand Down

0 comments on commit 735606c

Please sign in to comment.