You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current TVM, relay.Var would accept variable names like input:0 while in the compiler : is a special character and we are sanitizing these name before passing it to the compiler.
The solution could be adding check in the relay.Var itself. This would result in adding sanitization in different places like frontends.
areusch
added
relay:ir
src/relay/ir
and removed
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
labels
Oct 17, 2022
@AndrewZhaoLuo no, I have a follow up draft PR which should fix this as you suggested #13086
areusch
added
the
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
label
Oct 19, 2022
areusch
removed
the
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
label
Nov 22, 2022
In the current TVM, relay.Var would accept variable names like
input:0
while in the compiler:
is a special character and we are sanitizing these name before passing it to the compiler.The solution could be adding check in the relay.Var itself. This would result in adding sanitization in different places like frontends.
cc @AndrewZhaoLuo @slyubomirsky @areusch
The text was updated successfully, but these errors were encountered: