junrushao1994 opened a new pull request, #11791: URL: https://github.com/apache/tvm/pull/11791
Originally, when failed with `std::stoi` and `std::stod`, the parser disruptly stops and throw an incomprehensible error message, for example, "stoi". This PR improves the user experience by detailing which string causes the parsing issue. A minor fix: out-of-range integers in parsing will now automatically fall back to floating point 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]
