MasterJH5574 commented on pull request #8499: URL: https://github.com/apache/tvm/pull/8499#issuecomment-883971098
@junrushao1994 I remember the issue is about printing a FP32 number to string and then read it back from the string. The finding/conclusion is that we need to print at least 17 digits so that the two numbers before and after the round trip is the same. Before the fix, the printer only printed 16 digits for a FP32 number. -- 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]
