syang-ng commented on issue #9406: URL: https://github.com/apache/tvm/issues/9406#issuecomment-961241511
Thanks for your reply! I found a similar [issue](https://discuss.tvm.apache.org/t/solved-cannot-use-sqrt-exp-etc-in-tir/11081) discussed in the forum, it seems that `isnan` / `sqrt` / ... are designed for floating-point numbers. Though these functions accept a floating-point number, they don't check the date type of parameters, and then cause such crash in codegen. Maybe it would be better to tell the developers that they are floating-point specific functions in the document or somewhere else😂 -- 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]
