guoyaol commented on PR #15517:
URL: https://github.com/apache/tvm/pull/15517#issuecomment-1813259512
Hi @vinx13
I was building TVM mod for stable diffusion, I found some kernels failed to
pass the ICHECK in this PR. Wonder if you have any insights about how to tackle
this? Thanks.
```
File "/Users/guoyaoli/tvm_work/tvm/src/tir/transforms/storage_rewrite.cc",
line 1466
InternalError: Check failed: (me->coeff == 0 || info.factor() % me->coeff ==
0) is false:
```
here's a minimum reproducible script, should reproduce the same error
running on up-to-date unity branch:
https://gist.github.com/guoyaol/af7d1161124987b69b8eb2744b1c399e
cc @MasterJH5574 @tqchen
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]