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

Always load the GPU functionality #331

Merged
merged 2 commits into from
Aug 30, 2022
Merged

Always load the GPU functionality #331

merged 2 commits into from
Aug 30, 2022

Conversation

navidcy
Copy link
Member

@navidcy navidcy commented Aug 30, 2022

Up to now GPU functionality was only loaded if CUDA was enabled. But this was creating trouble because it was only done during first precompilation and if you happened to precompile on a machine without GPU or on a cluster on a login node that didn't see the GPU then GPU functionality was not loaded.

This was a leftover from an era when using CUDA would break on a machine without GPU. This era is long gone now.

This PR loads GPU functionality regardless!

@liasiegelman I believe this will solve some of the problems both of us have had in the past.

@navidcy navidcy added the GPU label Aug 30, 2022
@navidcy navidcy merged commit 7a7b48d into main Aug 30, 2022
@navidcy navidcy deleted the ncc/always-load-gpu branch August 30, 2022 11:10
@navidcy navidcy mentioned this pull request Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants