Skip to content

Commit 1df6c67

Browse files
tqchenkevinthesun
authored andcommitted
hotfix the ci (apache#4199)
1 parent 1a11efb commit 1df6c67

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)