Skip to content

Commit

Permalink
gpu: jit: conv: skip cast in is_nary_op_canonical()
Browse files Browse the repository at this point in the history
  • Loading branch information
echeresh committed Apr 14, 2023
1 parent 3ba7e8b commit e3cb07d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gpu/jit/pass/simplify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,8 @@ class nary_op_canonical_verifier_t : public nary_op_visitor_t {
}
}

void _visit(const cast_t &obj) override { visit_new_scope(obj); }

void _visit(const iif_t &obj) override { visit_new_scope(obj); }

void _visit(const load_t &obj) override { visit_new_scope(obj); }
Expand Down

0 comments on commit e3cb07d

Please sign in to comment.