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

[OpenCL] Change grid size of CSR sparse matrix multiplication kernels... #2348

Open
kif opened this issue Dec 4, 2024 · 0 comments
Open
Assignees
Labels
enhancement quality Pay-off some technical dept

Comments

@kif
Copy link
Member

kif commented Dec 4, 2024

Reshape all those kernel from (self.bins * wg)(wg_min) to (wg, nbin)(wg,1) which makes the indexing much simpler.

Also more consistent with median filtering

@kif kif added enhancement quality Pay-off some technical dept labels Dec 4, 2024
@kif kif self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement quality Pay-off some technical dept
Projects
None yet
Development

No branches or pull requests

1 participant