-
Notifications
You must be signed in to change notification settings - Fork 23
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
error "ErrorInvalidPtx" #49
Comments
This indicates that the kernels in compiled into the binary do not support your GPU. As indicated in the release notes, it is known that current 1080 and below cards are not supported (but I believe I can improve this situation in the very near future). Please indicate the model of GPU you are using. Thank you. |
Thank you ! |
For me also the same error with 0.90-rc1: |
After doing more research, the problem with the 1080/1070/1060 cards is that for these cards "NVIDIA has severely limited FP16 CUDA performance." However Ceres runs only in FP16 mode so unfortunately it is not possible to use Ceres 0.90 and above with these cards. (However v0.89 is functional). |
a error runnig Cere 0.90 - error "ErrorInvalidPtx".
cant work
The text was updated successfully, but these errors were encountered: