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

adding compatibility with CUDA < 7.0 #261

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

ilciavo
Copy link

@ilciavo ilciavo commented Dec 14, 2020

No description provided.

Copy link
Owner

@inducer inducer left a 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.

@@ -533,10 +533,10 @@ class BoostLibraries(Libraries):
def __init__(self, lib_base_name, default_lib_name=None):
Copy link
Owner

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).

Copy link
Author

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 Show resolved Hide resolved
src/cpp/cuda.hpp Outdated
@@ -846,9 +850,13 @@ namespace pycuda
virtual void detach_internal()
{
// Primary context comes from retainPrimaryContext.
// Leo: commenting out
Copy link
Owner

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
Copy link
Owner

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
Copy link
Author

@ilciavo ilciavo left a 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

Base automatically changed from master to main March 8, 2021 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants