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

CUDA 11 support #27

Open
tengyu-liu opened this issue Jun 18, 2021 · 1 comment
Open

CUDA 11 support #27

tengyu-liu opened this issue Jun 18, 2021 · 1 comment

Comments

@tengyu-liu
Copy link

Hi,

I'm encountering some strange errors when using mesh_intersection on 3090 GPU, CUDA 11.1, python 3.8.8, pytorch 1.8.1.

I encountered a CUDA out of memory error when running examples/batch_smpl_untangle.py using suggested parameters.
If I add a line val += np.random.normal(0, 0.1, val.shape) between examples/batch_smpl_untangle.py:129 and 130, coll_idx can sometimes have a negative length in loss.py:224.

It looks like that the problem is with CUDA11. Is it possible for you to support CUDA 11?

Thank you very much!

@wangsen1312
Copy link

I have tried on CUDA 11.3 + python3.7 + pytorch 1.11~ it works well

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

2 participants