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

   `compute_cycles` can be the size of an int64 value, however it seems that 
when that value is attached to the IR as a pragma from Python, it is 
interpreted as an `int`, rather than `int64_t`. This commit adds an explicit 
cast to ensure the value is interpreted correctly.
   
   The reason these values started appearing very large and randomly is still 
yet to be solved, although the hope is that this fix will unblock CI.
   
   The hope is that this will fix: #12511
   
   cc @Mousius @ekalda @leandron @shingjan @cconvey


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