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

Release/0.12.2.0 #74

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

noahmartinwilliams
Copy link

No description provided.

The latest version of CUDA (12.02) removed support for textures so the
functions removed here would no longer compile.
CUDA Version 12.02 has changed the names of certain functions to have
"_v2" at the end.
The latest version of CUDA (v12.2) doesn't support texture functions
any more.
cuStreamGetCaptureInfo is now cuStreamGetCaptureInfo_v2 and it has
three additional arguments.
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.

1 participant