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

CUDA full n-dimensional support #159

Open
erikzenker opened this issue Feb 1, 2016 · 1 comment
Open

CUDA full n-dimensional support #159

erikzenker opened this issue Feb 1, 2016 · 1 comment

Comments

@erikzenker
Copy link
Member

Currently buffer copies are only defined for up to three dimensions. But coming unit tests will use at least four dimensional buffers. Therefore, we need to add support for n-dimensional copy operations.

@BenjaminW3
Copy link
Member

#290 implements full n-dimensional support for all missing CPU operations (set and copy). N-Dimensional CPU execution support was already there.

Still missing is the support for more then 3 dimensions for CUDA kernel execution (ExecGpuCudaRt::Enqueue, AccGpuCudaRt::getAccDevProps, IdxBtCudaBuiltIn, IdxGbCudaBuiltIn) as well as all cuda operations (BufCudaRt::copy, BufCudaRt::set, BufCudaRt::alloc) and maybe more.

@BenjaminW3 BenjaminW3 changed the title alpaka::mem::view::copy for n-dimensional buffers full n-dimensional support Jan 22, 2017
@BenjaminW3 BenjaminW3 changed the title full n-dimensional support CUDA full n-dimensional support Aug 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants