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

Shared memory references that are part of a GPU program signature are counted as belonging to the grid #18

Open
bastian-koepcke opened this issue Apr 23, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bastian-koepcke
Copy link
Member

Shared memory references should only belong to each block.
Instead they are currently part of the grid as being passed to a GPU program via the grid-level function as a parameter.

Instead:

  • for static allocations, find a way to make the allocation on the block-level
  • for dynamic allocations, is there a way to pass in a dynamic allocation to the GPU program? Or can the same system as for static allocations be used somehow?
@bastian-koepcke bastian-koepcke added the bug Something isn't working label Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant