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


   When running with "-fsanitize=undefined" I got the following error:
   
       tvm/src/runtime/crt/common/crt_runtime_api.c:213:32: runtime error: left 
shift of 32770 by 16 places cannot be represented in type 'int'
   
   The expression "module_index | 0x8000" is of type "int" and needs to be 
casted to unsigned before the shift.
   
   @areusch 


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to