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 06:01:52 UTC

[GitHub] [tvm] masahi commented on a change in pull request #7370: [Parser] Fix tokenizing inf

masahi commented on a change in pull request #7370:
URL: https://github.com/apache/tvm/pull/7370#discussion_r566597304



##########
File path: src/parser/tokenizer.h
##########
@@ -521,6 +521,12 @@ struct Tokenizer {
       }
 
       auto span = SpanFrom(line, col);
+
+      if (keyword == "inff") {

Review comment:
       yup this was an excellent suggestion! See the updated change.




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