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

Add support for CUDA versions before 10.x to the driver-wrappers branch #302

Closed
eyalroz opened this issue Mar 15, 2022 · 1 comment
Closed
Assignees
Labels

Comments

@eyalroz
Copy link
Owner

eyalroz commented Mar 15, 2022

The current implementation strategy for the driver-wrapper branch assumes we can obtain the CUDA driver handle for kernels - but that's only true since CUDA 11. We should support earlier versions - preferably via conditional complication, so as not to keep invalid code paths with newer CUDA versions.

@eyalroz eyalroz added the task label Mar 15, 2022
@eyalroz eyalroz self-assigned this Mar 15, 2022
@eyalroz
Copy link
Owner Author

eyalroz commented Mar 15, 2022

Fixed by the recent forced push.

@eyalroz eyalroz closed this as completed Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant