junrushao commented on code in PR #12895:
URL: https://github.com/apache/tvm/pull/12895#discussion_r985190468
##########
include/tvm/meta_schedule/space_generator.h:
##########
@@ -171,6 +213,7 @@ class PySpaceGeneratorNode : public SpaceGeneratorNode {
FClone f_clone;
void VisitAttrs(tvm::AttrVisitor* v) {
+ SpaceGeneratorNode::VisitAttrs(v);
Review Comment:
Yep, I think so. Is there any place where I forgot to get it added?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]