-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
cuMemAdvise_v2 and cuMemPrefetchAsync_v2 driver functions aren't available in older cuda compilation tool <12.0.20 #269
Comments
akhildevelops
changed the title
cuMemAdvise_v2 and cuMemPrefetchAsync_v2 driver functions aren't available in cuda compilation version <12.0.20
cuMemAdvise_v2 and cuMemPrefetchAsync_v2 driver functions aren't available in older cuda compilation tool <12.0.20
Jul 4, 2024
Can I give a PR that conditionally selects either |
until this is fixed, I can work around the problem by locking the cudarc version like this:
|
I also encountered this issue. Using v0.11.6 can avoid this issue. |
Fixed by #270. Just released 0.11.8 with this fix. Sorry for delay! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cuMemAdvise_v2
andcuMemPrefetchAsync_v2
driver functions aren't available for few of the older cuda compilation tools i.e, <12.0.20.Can't use the functions memadvise and mem_prefetch_async as they depend on the driver functions that are not available on my system.
Facing compilation error as my cuda compilation tool version is 11.8
The text was updated successfully, but these errors were encountered: