-
Notifications
You must be signed in to change notification settings - Fork 39
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
Incorrect processing of small image by Memref container #10
Comments
I used the 6x6 test image to test
I also encountered the I haven't located the problem. I will have a deeper look at the MemRef container. And apart from that, is it possible that there is a problem with the pass itself? |
What was the value of stride when you tried it? |
I used the default 256 as the stride. |
@zhanghb97 I think I figured out the problem. We need to restrict the upper limit of For example, |
Good catch!
This can be used as a temporary solution. And please add this to the readme file. I think we need to solve the problem in the algorithm itself. The purpose of the |
I am getting this error :
whenever I am trying to process a small 6x6 image using the modified
Memref
containerMinimum example to reproduce above mentioned error is :
The image I was trying to experiment with is here.
Note : I am able to properly process small images as well using the previous
Memref
container as specified in some files of buddy-mlir.System specifications :
OS : Ubuntu 20.04 LTS
gcc version : 10.3.0
llvm submodule branch : eec312ee7f97
The text was updated successfully, but these errors were encountered: