-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Pass] Missing CHECK in storage rewrite #1592
Comments
Can you send a PR? |
also, please clarify if this is a bug, or a guard that need to be added to the case |
Sure, short cut case may take some time |
tqchen
pushed a commit
that referenced
this issue
Aug 18, 2018
fixed by #1616 |
FrozenGene
pushed a commit
to FrozenGene/tvm
that referenced
this issue
Dec 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a complicated case triggering this bug.
after L586, we should have the same check as L559
https://github.com/dmlc/tvm/blob/master/src/pass/storage_rewrite.cc#L559
The text was updated successfully, but these errors were encountered: