-
Notifications
You must be signed in to change notification settings - Fork 4
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
chain quantizer GPU buffer error #36
Comments
Have you solved this problem? I just met with nearly the same one and found no clue how to deal with it... |
I believe @sepehr3pehr did. If you give me a pointer to the solution I'll try to patch it tonight. |
Oh thanks but I just managed to fix it by myself... And it turned out to be only my own fault not the package's... |
I am on a trip right now and unfortunately don't have access to my code, but the error is mainly because of recent CUDAdrv update that differentiates between Ptr and CuPtr. I changed pointers to CuArrays from Ptr to CuPtr at line 76 of CudaUtilsModule and that solved the problem but there were some other parts of the code that needed the same modification. |
In running the chain quantizer I get the following error:
The text was updated successfully, but these errors were encountered: