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

Support small pooling factors for matrix summaries on GPU #106

Open
zpzim opened this issue Jun 9, 2022 · 0 comments
Open

Support small pooling factors for matrix summaries on GPU #106

zpzim opened this issue Jun 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@zpzim
Copy link
Owner

zpzim commented Jun 9, 2022

Currently, the GPU implementation of matrix summaries in SCAMP generates patchy output when the pooling factor on the matrix is smaller than 1024x, i.e. if we have an input of length one million and an output matrix size of 4000 x 4000, we will get patchy output on the GPU because this is a pooling factor of ~250.

@zpzim zpzim added the enhancement New feature or request label Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant