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

Compatibility broken for CUDA 9.x #572

Closed
eyalroz opened this issue Jan 7, 2024 · 1 comment
Closed

Compatibility broken for CUDA 9.x #572

eyalroz opened this issue Jan 7, 2024 · 1 comment

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jan 7, 2024

Compatibility is broken at least for 9.0 and 9.2, possibly additional CUDA versions.

@eyalroz eyalroz self-assigned this Jan 7, 2024
@eyalroz eyalroz changed the title Compatibility broken for multiple CUDA versions Compatibility broken for CUDA 9.x Jan 8, 2024
@eyalroz
Copy link
Owner Author

eyalroz commented Jan 8, 2024

Well, it seems this is due to the fix for #519 - I neglected to protect with #if CUDA_VERSION - it's only available starting with CUDA 10.0

eyalroz added a commit that referenced this issue Jan 8, 2024
* Not including any code regarding external memory for CUDA versions earlier than 10.0, as it is not supported
* External memory handle kinds not supported before CUDA 10.2 are now only included start with that version
eyalroz added a commit that referenced this issue Jan 8, 2024
* Not including any code regarding external memory for CUDA versions earlier than 10.0, as it is not supported
* External memory handle kinds not supported before CUDA 10.2 are now only included start with that version
eyalroz added a commit that referenced this issue Jan 14, 2024
* Not including any code regarding external memory for CUDA versions earlier than 10.0, as it is not supported
* External memory handle kinds not supported before CUDA 10.2 are now only included start with that version
eyalroz added a commit that referenced this issue Jan 27, 2024
* Not including any code regarding external memory for CUDA versions earlier than 10.0, as it is not supported
* External memory handle kinds not supported before CUDA 10.2 are now only included start with that version
@eyalroz eyalroz closed this as completed in 655b182 Mar 1, 2024
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