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

Support older GPU architectures #257

Open
jaredhoberock opened this issue Aug 17, 2016 · 0 comments
Open

Support older GPU architectures #257

jaredhoberock opened this issue Aug 17, 2016 · 0 comments

Comments

@jaredhoberock
Copy link
Collaborator

jaredhoberock commented Aug 17, 2016

Agency's CUDA support relies on cudaMallocManaged. It's not clear if managed memory is supported by GPU architectures before Kepler. There may be a way to provide partial support for older GPUs. On the other hand, sm_2x support is deprecated by nvcc 8.0, and nvcc < 8.0 doesn't work with Agency anyway.

@jaredhoberock jaredhoberock added this to the Release0.X milestone Aug 17, 2016
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