-
Notifications
You must be signed in to change notification settings - Fork 147
Crash on win10, cuda 10.1 #70
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
Comments
Hi @chena1982, Can you give more details - what code are you trying to run? What GPU are you using? |
Hi @nathanchrs GPU is 980Ti, drive is 425.25. |
It seems that this is an issue with CUDPP and CUDA 10: CUDPP issue #185. This might also be related to #34. For the time being, maybe you can downgrade to CUDA 9 as a workaround? |
Hi, I postet a solution here. |
@johoe Thanks for your share. |
Hi @chena1982, we had to modify these files:
I commited my changes to here. You may have a look. |
@johoe it works now. |
Thanks for all the help. @johoe I am worried about the other deprecated functions used in multisplit_kernel function (
I am curious if you ran into any problem with these? Should we patch them as well? |
win10, cuda 10.1, memory 32G.
C:\GitHub\gvdb-voxels\source\shared_cudpp\src\cudpp\app\reduce_app.cu line 176
call cudaMalloc, will run out of system memory, the used system memory is up to 32G, and the application will crash.
So how cloud i debug this problem?
If have some plane to test on win10, cuda 10.1?
Thanks.
The text was updated successfully, but these errors were encountered: