Skip to content

Commit

Permalink
Merge branch 'matrix_ndarray_pr10' of github.com:jim19930609/taichi i…
Browse files Browse the repository at this point in the history
…nto matrix_ndarray_pr10
  • Loading branch information
jim19930609 committed Sep 29, 2022
2 parents 0a50107 + 735606c commit 431ff4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions taichi/transforms/scalarize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class Scalarize : public BasicStmtVisitor {
DelayedIRModifier modifier_;

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

modifier_.modify_ir();
Expand Down Expand Up @@ -288,8 +286,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 431ff4c

Please sign in to comment.