Skip to content
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

Open
gsygsy96 opened this issue Jun 22, 2019 · 7 comments
Open

What's your CUDA version? #1

gsygsy96 opened this issue Jun 22, 2019 · 7 comments

Comments

@gsygsy96
Copy link

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'

@colijian
Copy link

I meet the same problem .

@CosmicWebCreator
Copy link

this seems to come from a thrust::sort function of cuda... i am trying to look into it because this is blocking me :( help

@nghorbani
Copy link

I have tested the package with cuda 10, and its compatible cudnn 7.5.
I believe your LD_LIBRARY_PATH environment variable should include the path to these libraries. here is mine for an example:
ROOT_PATH/nvidia/cudnn-7.5-cu10.0/lib64:ROOT_PATH/nvidia/cuda-10.0/extras/CUPTI/lib64:ROOT_PATH/nvidia/cuda-10.0/lib64:ROOT_PATH/nvidia/cuda-10.0
ofcourse ROOT_PATH should be updated to your situation...

@vchoutas
Copy link
Owner

I have tested this with Pytorch 0.4.1 / CUDA 9.2 and Pytorch 1.1 / CUDA 10.
I will make sure to update the README.
@mehameha998 Could you please share the mesh that you use and gives you the problem?

@colijian
Copy link

@vchoutas I use Pytorch 1.0.1.post2 and cuda 10.0.130. I test the mesh of smpl

@Vikramank
Copy link

Can I install without CUDA? is there a way to disable the option to use CUDA?

@geopavlakos
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants