-
Notifications
You must be signed in to change notification settings - Fork 76
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
What's your CUDA version? #1
Comments
I meet the same problem . |
this seems to come from a thrust::sort function of cuda... i am trying to look into it because this is blocking me :( help |
I have tested the package with cuda 10, and its compatible cudnn 7.5. |
I have tested this with Pytorch 0.4.1 / CUDA 9.2 and Pytorch 1.1 / CUDA 10. |
@vchoutas I use Pytorch 1.0.1.post2 and cuda 10.0.130. I test the mesh of smpl |
Can I install without CUDA? is there a way to disable the option to use CUDA? |
Please take a look at the answers here. Other users having the same problem were able to resolve it by following the instructions posted in one of the answers. |
Hi @vchoutas , there is a prolem, hope you can help me.
When I run setup.py, CUDA INC PATH seems lacks, so I mannualy point it to '/usr/lcoal/cuda/samples/common/inc'. it worked. However, a cuda error happened when i try examples/detect_and_plot_collisions.py. The error is:
Error inside sort: radix_sort: failed on 2nd step: invalid argument
Cuda failure src/bvh_cuda_op.cu:877: 'invalid argument'
The text was updated successfully, but these errors were encountered: