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:
[email protected]


Reply via email to