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 2020/03/21 11:40:29 UTC

[GitHub] [incubator-tvm] FrozenGene edited a comment on issue #4981: [Relay, Topi, TF Frontend] Isfinite operator

FrozenGene edited a comment on issue #4981: [Relay, Topi, TF Frontend] Isfinite operator
URL: https://github.com/apache/incubator-tvm/pull/4981#issuecomment-602032129
 
 
   > @FrozenGene I grepped through the Halide code base, isinf/isnan don't seem to be in Halide's IR, but they use `std::isnan` and `std::isfinite` during codegen. They also appear inside generated code for C source based backend (OpenCL etc.)
   
   https://github.com/halide/Halide/commit/697b4be49a28ac7ae24464e58cbce328e3953f23 this commit add `nan` / `inf` support in Halide.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services