lingxiaoli94 / interactive-hex-meshing

Source code for "Interactive All-Hex Meshing via Cuboid Decomposition" [SIGGRAPH Asia 2021].
MIT License
157 stars 19 forks source link

Error in building #7

Closed SC-One closed 1 year ago

SC-One commented 1 year ago

after executing make hex

nvcc fatal   : Unsupported gpu architecture 'compute_35'
CMake Error at geomlib_generated_point_tet_mesh_test_cuda.cu.o.Release.cmake:217 (message):
  Error generating
mydir/geomlib/geomlib/CMakeFiles/geomlib.dir//./geomlib_generated_point_tet_mesh_test_cuda.cu.o
SC-One commented 1 year ago

It was because of CUDA version that was 12.x It should be 11.x.