tkonolige commented on PR #11860: URL: https://github.com/apache/tvm/pull/11860#issuecomment-1165764200
@yogurfrul We do not want the "C" locale, we want the user's locale as it may specify how to print thousands separators. In your case, your locale probably does not indicate to print thousands separators so you see no difference. In other cases, like with `en_US.UTF-8`, you will get thousands separators on large numbers. -- 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]
