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/01/29 02:57:52 UTC

[GitHub] [tvm] masahi edited a comment on issue #7339: [Bug][Parser] Parser/tokenizer doesn't handle inf float

masahi edited a comment on issue #7339:
URL: https://github.com/apache/tvm/issues/7339#issuecomment-769540320


   Printing `mod` shows that `inff` is a thing:
   
   ```
   def @main(%x: Tensor[(3, 4), float32]) {
     clip(%x, a_min=0.5f, a_max=inff)
   }
   ```
   Do we want to special-case `inf` in the printer as well? (i.e. which of `inf` or `inff` we want to see in the tokenizer)


----------------------------------------------------------------
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