-
Notifications
You must be signed in to change notification settings - Fork 290
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
adding compatibility with CUDA < 7.0 #261
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. A few comments below.
aksetup_helper.py
Outdated
@@ -533,10 +533,10 @@ class BoostLibraries(Libraries): | |||
def __init__(self, lib_base_name, default_lib_name=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep this PR to a single topic (and file a separate PR for installation-related changes, if desired).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, removing changes
src/cpp/cuda.hpp
Outdated
@@ -846,9 +850,13 @@ namespace pycuda | |||
virtual void detach_internal() | |||
{ | |||
// Primary context comes from retainPrimaryContext. | |||
// Leo: commenting out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
src/cpp/cuda.hpp
Outdated
@@ -846,9 +850,13 @@ namespace pycuda | |||
virtual void detach_internal() | |||
{ | |||
// Primary context comes from retainPrimaryContext. | |||
// Leo: commenting out | |||
//#if CUDAPP_CUDA_VERSION >= 7000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't leave commented out code sitting around.
removing comments
going back to master
going back to master
removing comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing changes from installation files
No description provided.