domin1985 commented on issue #405: [PASS] InjectDoubleBuffer URL: https://github.com/apache/incubator-tvm/pull/405#issuecomment-564358853 Hi, May I ask a question? Why should we erase for Variable op? void Visit_(const Variable* op) final { if (touched_.count(op)) { touched_.erase(op); } }
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
