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 errors #25

Closed
sinanmut opened this issue Feb 7, 2020 · 4 comments
Closed

cuda errors #25

sinanmut opened this issue Feb 7, 2020 · 4 comments
Labels
great-firewall This issue makes reference to connection issues in China

Comments

@sinanmut
Copy link

sinanmut commented Feb 7, 2020

Hi,
I tried to install the package with "python3 setup.py install --user" but I got a few errors:

  • pytorch3d/csrc/nearest_neighbor_points/nearest_neighbor_points.cu(231): error: a pointer to a bound function may only be used to call the function
  • pytorch3d/csrc/nearest_neighbor_points/nearest_neighbor_points.cu(231): error: type name is not allowed
  • pytorch3d/csrc/nearest_neighbor_points/nearest_neighbor_points.cu(231): error: expected an expression

and same errors for line 245. Is it related to the cuda version, the version I have is 10.0?

Thanks in advance.

@bottler
Copy link
Contributor

bottler commented Feb 7, 2020

Cuda 10.0 should be fine. Can you give some more details about your environment: which operating system are you running on? Are you using a new conda environment? Thanks

@sinanmut
Copy link
Author

sinanmut commented Feb 7, 2020

Hi,
Thanks for the quick reply. I am not using conda environment. I am on CentOS 7 (Linux 3.10.0-957.27.2.el7.x86_64) and I am behind a firewall so I don't have direct internet access. The gcc version on my desktop is 5.5.0. The specific cuda version: release 10.0, V10.0.130.

Thanks a lot

@sinanmut
Copy link
Author

sinanmut commented Feb 7, 2020

Hi,
It was my mistake that my pytorch version was older than 1.4. It is solved now.
Thanks again

@nikhilaravi
Copy link
Contributor

nikhilaravi commented Feb 8, 2020

@sinanmut glad you resolved this. I will close this issue!

@bottler bottler added the great-firewall This issue makes reference to connection issues in China label Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
great-firewall This issue makes reference to connection issues in China
Projects
None yet
Development

No branches or pull requests

3 participants