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 2021/12/21 20:57:47 UTC

[GitHub] [tvm] rafzi opened a new pull request #9787: te_compiler_cache: reduce name length without loss of information

rafzi opened a new pull request #9787:
URL: https://github.com/apache/tvm/pull/9787


   This can mitigate issues described in #8953 , #9255 without increasing memory requirements.
   
   The hash value can be up to 2^63-1 big, which is 19 characters in decimal and 16 characters in hex, so we save 3 characters.
   
   @areusch @masahi 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] masahi merged pull request #9787: te_compiler_cache: reduce name length without loss of information

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #9787:
URL: https://github.com/apache/tvm/pull/9787


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] masahi commented on pull request #9787: te_compiler_cache: reduce name length without loss of information

Posted by GitBox <gi...@apache.org>.
masahi commented on pull request #9787:
URL: https://github.com/apache/tvm/pull/9787#issuecomment-1008442071


   @rafzi Can you try CI again?


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org