wrongtest-intellif opened a new pull request, #12515: URL: https://github.com/apache/tvm/pull/12515
Refer to issues https://github.com/apache/tvm/issues/12377 and https://github.com/apache/tvm/issues/12378. The behavior of compile time constant folding and general path computation differs. The changes are: - Add more strict value range checking when build IntImm object. - For constant folding on integers - Use intN arithmetic on intN folding. - For constant folding on floats - Only support float32 and float64, use float32 arithmetic on float32 folding. - Do not allow fold float16 since we do not have implemented fp16 arithmetics yet and there may exist compatibility issues on different targets. -- 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]
