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 nvrtcGetSupportedArchs() #386

Closed
eyalroz opened this issue Jul 17, 2022 · 0 comments
Closed

Add support for nvrtcGetSupportedArchs() #386

eyalroz opened this issue Jul 17, 2022 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jul 17, 2022

With CUDA 11.2, NVRTC added some API functions for determining the target architectures it supports. Let's add support for that.

@eyalroz eyalroz added the task label Jul 17, 2022
@eyalroz eyalroz self-assigned this Jul 17, 2022
@eyalroz eyalroz added this to the Full CUDA 11 support milestone Jul 17, 2022
eyalroz added a commit that referenced this issue Jul 17, 2022
* Note: Still using `std::vector` as a poor man's `dynarray` replacement.
eyalroz added a commit that referenced this issue Jul 17, 2022
* Note: Still using `std::vector` as a poor man's `dynarray` replacement.
eyalroz added a commit that referenced this issue Jul 17, 2022
* Note: Still using `std::vector` as a poor man's `dynarray` replacement.
@eyalroz eyalroz closed this as completed in 3166e42 Aug 6, 2022
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