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 2022/04/08 01:31:04 UTC

[GitHub] [tvm] zxybazh commented on pull request #10935: [MetaSchedule][Minor] Fix Integer Overflow in Tuning Statistics

zxybazh commented on PR #10935:
URL: https://github.com/apache/tvm/pull/10935#issuecomment-1092352347

   Hi Masa, this PR fixes exactly the same issue in your output. I verified locally that it can fix the table. The cause of the error is introduced in gradient based task scheduler where we print the tuning statistics table by static casting flop number in tuning records to int, which overflows.


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