You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/11/04 17:05:38 UTC

[GitHub] [tvm] syang-ng commented on issue #9406: [Bug] Crash in tvm.build when constructing the tir.isnan expression manually by tir.Call

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org