Skip to content

Commit decccd6

Browse files
authored
hotfix the ci (#4199)
1 parent 78ca6fc commit decccd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tvm/relay/interpreter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class RecClosureNode : public ValueNode {
132132

133133
RecClosureNode() {}
134134

135-
void VisitAttrs(tvm::AttrVisitor* v) final {
135+
void VisitAttrs(tvm::AttrVisitor* v) {
136136
v->Visit("clos", &clos);
137137
v->Visit("bind", &bind);
138138
}

0 commit comments

Comments
 (0)