mbrookhart opened a new pull request #6272: URL: https://github.com/apache/incubator-tvm/pull/6272
Fixes #6263 ToScalar was casting a 64 bit Int to a 64 bit float, which reduced precision too much. I switched things to use int64_t/long double where needed to keep precision. Thanks! cc: @kevinthesun @zhiics @yongwww @lixiaoquan ---------------------------------------------------------------- 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]
