Unverified Commit decccd6c by Tianqi Chen Committed by GitHub

hotfix the ci (#4199)

parent 78ca6fc8
......@@ -132,7 +132,7 @@ class RecClosureNode : public ValueNode {
RecClosureNode() {}
void VisitAttrs(tvm::AttrVisitor* v) final {
void VisitAttrs(tvm::AttrVisitor* v) {
v->Visit("clos", &clos);
v->Visit("bind", &bind);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment