Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Relay][bugfix][error reporting] BiasAddRel does not check for a negative index being out of bounds #7554

Merged
merged 2 commits into from
Mar 3, 2021

Conversation

slyubomirsky
Copy link
Contributor

A follow-up to #7467 on bias_add, I realized the type relation wasn't bounds checking on the negative side. It's not a serious error, but it's good to have an informative error message for such cases. (I happened to be looking at that type relation because I was trying to formalize it in an ILP solver 😛)

Please review @tkonolige @junrushao1994

Copy link
Contributor

@tkonolige tkonolige left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @slyubomirsky

@tqchen tqchen merged commit 1d5f334 into apache:main Mar 3, 2021
@tqchen
Copy link
Member

tqchen commented Mar 3, 2021

Thanks you @slyubomirsky @tkonolige !

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants