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

GenericMemory? #33

Open
nsajko opened this issue Apr 23, 2024 · 0 comments · May be fixed by #52
Open

GenericMemory? #33

nsajko opened this issue Apr 23, 2024 · 0 comments · May be fixed by #52

Comments

@nsajko
Copy link
Collaborator

nsajko commented Apr 23, 2024

Possibly we'd want to support GenericMemory instead of just Memory. We'd need to add some type parameters to FixedSizeArray. AFAIK the address space parameter would be helpful for support on some GPU architectures (AMD?). The atomic access parameter might also be useful for concurrency. 🤷

nsajko added a commit to nsajko/FixedSizeArrays.jl that referenced this issue May 3, 2024
This approach isolates us from possible changes in the `GenericMemory`
design while leaving open the possibility of supporting other
underlying storage types in the future.

Fixes JuliaArrays#33
nsajko added a commit to nsajko/FixedSizeArrays.jl that referenced this issue May 21, 2024
This approach isolates us from possible changes in the `GenericMemory`
design while leaving open the possibility of supporting other
underlying storage types in the future.

Fixes JuliaArrays#33
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

Successfully merging a pull request may close this issue.

1 participant