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 compatible unravel_index #1528

Open
CJ-Wright opened this issue Nov 5, 2015 · 0 comments
Open

CUDA compatible unravel_index #1528

CJ-Wright opened this issue Nov 5, 2015 · 0 comments
Labels
CUDA CUDA related issue/PR feature_request

Comments

@CJ-Wright
Copy link

Would it be possible to get a numba/CUDA python compatible version of numpy.unravel_index?

I am planning to use a couple CUDA devices to work on some voxels. My intended workflow is to flatten the voxels and then break them up across the GPUs, however I need to get the original indexes of the voxels for some of the mathematics I am doing.

@stuartarchibald stuartarchibald added CUDA CUDA related issue/PR feature_request labels Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CUDA CUDA related issue/PR feature_request
Projects
None yet
Development

No branches or pull requests

2 participants