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

Consider introducing cuda::parallel_executor_2d #465

Open
jaredhoberock opened this issue Aug 2, 2019 · 0 comments
Open

Consider introducing cuda::parallel_executor_2d #465

jaredhoberock opened this issue Aug 2, 2019 · 0 comments

Comments

@jaredhoberock
Copy link
Collaborator

jaredhoberock commented Aug 2, 2019

The way that we produce 2d indices from an underlying 1d executor can be inefficient because it involves a divide and modulus. CUDA can produce higher dimensional indices directly, so we should introduce executors that can take advantage of that feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant