yinyunie / depth_renderer

Rendering color and depth images for ShapeNet models.
MIT License
86 stars 20 forks source link

CMake Error at fusion_gpu_generated_fusion_zach_tvl1.cu.o.Release.cmake:28 #9

Closed luacghee closed 1 month ago

luacghee commented 1 month ago

On Ubuntu 22.04 and CUDA 12.4 on my system, i encountered a few issues in step 2 building of Pyfusion. Google narrowed me to either a gcc or nvcc problem.

Managed to resolve by re-creating the conda environment by specifying the cuda-nvcc version by adding nvidia/label/cuda-11.5.2 into channels and cuda-nvcc into dependencies of the environment.yml. Sharing in case anyone encountered the same problem.