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

Pre-launch workgroupsize auto-tuning #216

Open
tkf opened this issue Feb 21, 2021 · 1 comment
Open

Pre-launch workgroupsize auto-tuning #216

tkf opened this issue Feb 21, 2021 · 1 comment

Comments

@tkf
Copy link
Collaborator

tkf commented Feb 21, 2021

If the caller (host-side code) of a kernel needs to pre-allocate buffer that depends on workgroupsize and the workgroupsize is not specified, the caller needs to run the auto-tuning of workgroupsize before launching the kernel. For example, I used it for implementing "mapreduce" kernel in FoldsCUDA.jl. Can we have an API for invoking workgroupsize auto-tuning before launching the kernel?

@tkf
Copy link
Collaborator Author

tkf commented Feb 21, 2021

Can this be supported with dynamic localmem #11?

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