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

ConvolutionOp isn't multithreaded #3

Open
OhmGeek opened this issue Oct 23, 2017 · 0 comments
Open

ConvolutionOp isn't multithreaded #3

OhmGeek opened this issue Oct 23, 2017 · 0 comments

Comments

@OhmGeek
Copy link
Owner

OhmGeek commented Oct 23, 2017

This causes so much delay in applying convolution to images, which will cause problems for the more advanced operations.

The massive for loop can be rewritten to divide the image up into blocks, to then apply the same code in a SPMD manner.

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

No branches or pull requests

1 participant