We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc7663 commit 1425f88Copy full SHA for 1425f88
include/tvm/tir/data_type_rewriter.h
@@ -144,7 +144,6 @@ class IndexDataTypeNormalizer : public IndexDataTypeRewriter {
144
using Parent::VisitStmt_;
145
PrimExpr VisitExpr_(const IntImmNode* op) final;
146
PrimExpr VisitExpr_(const VarNode* op) final;
147
- PrimExpr VisitExpr_(const SizeVarNode* op) final;
148
149
DataType target_data_type_ = DataType::Int(64);
150
};
0 commit comments