Closed Wangyouai closed 3 years ago
I would recommend you try a simple program with cudaMalloc
and cudaSafeCall
, using exactly the cuda setup you mentioned to see if the environment is setup correctly.
My solution:I used ubuntu16.04 before, and its adapted GTX1070 GPU driver is 390, but cuda10.0 needs 410 or more, So I switched to ubuntu18.04, and it can run with its adapted GPU driver 450.
hello,I encountered a Error after running
/surfelwarp_app /path/to/config
algorithm_types.h:85:
cudaSafeCall(cudaMalloc((void**)(&m_device_num_selected),sizeof(int)));
My computer graphics card is GTX1070 , I used the cuda10.0 and cilantro, so I set the cuda_arch=61 as follows: I have modified the CMakeLists:This is my cmake information:
Have you encountered this problem?