You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/04/19 16:35:34 UTC

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5367: Improve IntervalSet's floormod

tqchen commented on a change in pull request #5367: Improve IntervalSet's floormod
URL: https://github.com/apache/incubator-tvm/pull/5367#discussion_r410941690
 
 

 ##########
 File path: include/tvm/te/operation.h
 ##########
 @@ -112,6 +113,7 @@ class OperationNode : public tir::FunctionBaseNode {
       const Operation& self,
       arith::Analyzer* analyzer,
       const std::unordered_map<const VarNode*, IntSet>& dom_map,
+      const std::unordered_map<IterVar, Range>& rmap,
 
 Review comment:
   Given that we already pass the analyzer around, shall we simply bind the same of each variabe to the analyzer?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services