Lunderberg commented on PR #11973:
URL: https://github.com/apache/tvm/pull/11973#issuecomment-1176431819

   And rebased onto #12010, and that clears up almost everything.  I have a few 
additional commits on this PR, in order to resolve the last of the ambiguous 
operators.
   
   The [change for 
`BufferInfoExtractor::call_order_`](https://github.com/apache/tvm/pull/11973/commits/4eca8e0fd10228805ac4421585475248c54b0f15)
 avoided the implicit use of `ObjectRef::operator<`, but did require more than 
just a syntax change.  @manupa-arm , could you take a glance at it and make 
sure that this change follows your intention?  Based on the docstring for 
`BufferInfoExtract::call_order_`, it looks like this `std::set` was intended to 
contain `Call` objects in order of occurrence and the use of 
`ObjectRef::operator<` was unintentional, but I'd like to verify.


-- 
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]

Reply via email to