-
Notifications
You must be signed in to change notification settings - Fork 275
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
hashencoder.cu error with some specific gpu models #22
Comments
|
Currently |
I'm not sure if it is related to windows, but this error message does come from low GPU arch. |
You can check the CUDA programming guide here: |
thank you for your explanation, I misunderstand the error message. this should have nothing to do with windows |
Thank you for your work!
Had this issue when I am running your code on the server with different GPU models, the script failed when running with some specific GPU models (like tesla P100,), but worked fine with some other GPU models(like tesla v100)
hashencoder.cu(25): error: no instance of overloaded function "atomicAdd" matches the argument list
argument types are: (__half *, c10::Half)
ninja: build stopped: subcommand failed.
cuda version: 11.3.1
cudnn version: 8.2.0.53
The text was updated successfully, but these errors were encountered: