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

Added UnsupportedPtxVersion to the error enum #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jounathaen
Copy link

Got an unknown error, but found out after a bit of debugging that it is only a not yet supported error code.
I'm not 100% sure about the value 222. Apparently that is CUDA_ERROR_UNSUPPORTED_PTX_VERSION, but I didn't found an official source for this.

@discord9
Copy link

I found the offical doc in here.
There is a line state this as a member of cudaError enum.

cudaErrorUnsupportedPtxVersion = 222

Quote: "This indicates that the provided PTX was compiled with an unsupported toolchain. The most common reason for this, is the PTX was generated by a compiler newer than what is supported by the CUDA driver and PTX JIT compiler."

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.

2 participants