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

Allocating/using shared memory #49

Open
jakirkham opened this issue Aug 1, 2018 · 0 comments
Open

Allocating/using shared memory #49

jakirkham opened this issue Aug 1, 2018 · 0 comments

Comments

@jakirkham
Copy link

It would be very useful to have a way to allocate typed memory blocks in shared memory (either CPU or GPU). This is helpful in cases where multiple processes are used for parallelism and need fast access to read from (and possibly write to) memory shared across processes and when the memory usage is large to keep from going over the memory limit.

Some use cases for shared memory:

Some strategies for allocating shared memory:

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