Lunderberg opened a new pull request #9275:
URL: https://github.com/apache/tvm/pull/9275


   `str(report)` calls `ReportNode::AsTable()`, which includes aggregate 
values.  Otherwise negligible differences in the computed value can be rounded 
differently after the round trip.  This was first [noticed in 
CI](https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-9194/7/pipeline/#step-246-log-1217)
 for an unrelated PR.  Testing locally, this failure mode occurred 2 times out 
of 3000 trials.
   
   Switching to `report.csv()` avoids this issue, as it does not include 
aggregates.


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