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

Multiple errors related to **tgeometry_kernel** when compiling with CUDA 12.4 #6751

Open
3 tasks done
elias-Mimetrik opened this issue Apr 10, 2024 · 2 comments
Open
3 tasks done
Labels
build/install Build or installation issue

Comments

@elias-Mimetrik
Copy link

elias-Mimetrik commented Apr 10, 2024

Checklist

Steps to reproduce the issue

I first cloned Open3D by:

git clone https://github.com/isl-org/Open3D.git
cd Open3D

Then, I build Open3D (on Windows 11, with CUDA 12.4.1) using cmkae-gui with only a single changed flag (CUDA):

BUILD_CUDA_MODULE=ON

Error message

I get numerous errors related to **tgeometry_kernel** the first of which is:

Severity	Code	Description	Project	File	Line	Suppression State	Details
Error	C1083	Cannot open include file: 'stdgpu/memory.h': No such file or directory	tgeometry_kernel	C:\Users\ME\Desktop\Open3D\open3d\cpp\open3d\core\hashmap\CUDA\StdGPUHashBackend.h	10		

I think it is related to the stdgpu module which is also failing to be built

Open3D, Python and System information

- Operating system: Windows 11 64-bit
- Python version: Python 3.12
- CUDA 12.4
- Open3D version: master
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: build from source
- Compiler version (if built from source): MSVC 19.39.33523.0```
@elias-Mimetrik elias-Mimetrik added the build/install Build or installation issue label Apr 10, 2024
@elias-Mimetrik elias-Mimetrik changed the title Multiple errors related to **tgeometry_kernel** when compiling with CUDA Multiple errors related to **tgeometry_kernel** when compiling with CUDA 12.4 Apr 12, 2024
@elias-Mimetrik
Copy link
Author

Update:

Just to raise your attention that I managed to build it using CUDA 12.0 but I am having a crash on exit described here:

#6399

@johnthagen
Copy link
Contributor

Python version: Python 3.12

Python 3.12 is not supported yet. Please follow and 👍 :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/install Build or installation issue
Projects
None yet
Development

No branches or pull requests

2 participants