-
Notifications
You must be signed in to change notification settings - Fork 84
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
The atomic add doesn't work on compute 6.1 #9
Comments
If I rename the function I get:
and now it built: https://pastebin.com/aykdsJJT |
my dummy patch has worked.
|
Nice! If it tests fine, are you planning on submitting a PR? |
I could. Should it only be for cuda <7.0? For <6.0 it needs the double one from here I really want to make a fully merged GPTQ with this and GPT-J/GPT-X handling. |
#14 so I made one for better or worse. |
I get error when I try to compile.
Found the issue it came from but it seems like it's not using this function from where you defined it at the top.
The text was updated successfully, but these errors were encountered: