comaniac commented on pull request #8862: URL: https://github.com/apache/tvm/pull/8862#issuecomment-906852707
Ah to clarify a bit. I was also trying to replace the hash key with something reversible. For example, I've tried to generate two files when tuning. One for the tuning logs and another for the key to DAG mapping. However, this solution again needs to maintain two files. For single file solution, I also tried to compress the DAG string to reduce the file size, but it really depends on the DAG. Meanwhile, I do agree that the flat shapes may cause conflict. I didn't really worry that before because it seems nearly impossible to have two different DAGs with the same hash code and their total shape dimensions are the same, but it doesn't hurt to make it 2D. -- 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]
