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

   At this moment, the structural hash values of IR in TVM is platform 
dependent (e.g., the hash values of a String may differ on different 
platforms). In our recent practice, we found this an obstacle for us to apply 
one existing database on different platforms (say we tune an IRModule with 
MetaSchedule on Metal, and then apply the database on CUDA, etc.)
   
   To clear this obstacle, we decide to remove the shash value check. The 
purpose of that check is mainly to ensure safety, and thus turning it off will 
make no difference in terms of using MetaSchedule in most of the cases that we 
can imagine.
   
   Meanwhile, it is equally important that we need to make our structural hash 
platform independent. There are plans ongoing for this target.


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