gussmith23 commented on pull request #8070: URL: https://github.com/apache/tvm/pull/8070#issuecomment-844246754
```%dense_kernel:0:``` can you also delete the `:0`? The problem here is that there are extra characters showing up in the variable names. If you get errors like these, try just renaming the variables to "normal looking" names. (Relay follows pretty standard rules for naming variables and declaring types, e.g. `<variable name>: <type>` where the variable name can be [A-Za-z0-9_]). -- 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]
