masahi opened a new pull request, #13050:
URL: https://github.com/apache/tvm/pull/13050

   Currently, MS uses `StructuralEqual/Hash` in task extraction / evo search / 
database. Sometimes, we want to use different hashing and equality testing 
methods, for example (1) ignore NDArray 
(https://github.com/apache/tvm/pull/12706) or (2) enable anchor-op only tuning 
(identify `conv2d` and `conv2d -> add` as equal). 
   
   To enable such flexibility, this PR consolidate raw calls to 
`StructuralEqual/Hash` into one place, which for now is named `ModuleEquality`. 
Since hashing is also done for equality testing, I think it is appropriate to 
call the component responsible for hashing / equality test that way.


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