Skip to content

Commit 1425f88

Browse files
committed
fix
1 parent 6bc7663 commit 1425f88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/tvm/tir/data_type_rewriter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ class IndexDataTypeNormalizer : public IndexDataTypeRewriter {
144144
using Parent::VisitStmt_;
145145
PrimExpr VisitExpr_(const IntImmNode* op) final;
146146
PrimExpr VisitExpr_(const VarNode* op) final;
147-
PrimExpr VisitExpr_(const SizeVarNode* op) final;
148147

149148
DataType target_data_type_ = DataType::Int(64);
150149
};

0 commit comments

Comments
 (0)