Open OshriHalimi opened 3 years ago
I have faced same problem too. Have you solve it? Thanks
kinfu_remake/kfusion/src/cuda/temp_utils.hpp
========================= list(APPEND CUDA_NVCC_FLAGS "-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_60,code=sm_70;-gencode;arch=compute_75,code=sm_75")
============================ ballot(predicate) change to ballot_sync(activemask(), predicate); all(predicate) change to __all_sync(__activemask(), predicate);
I'm trying to compile the code on my Ubuntu 18.04 LTS machine, with cuda=10.2, Nvidia driver version=440.33.01. I suspect the code is not compatible with cuda 10. Cuda 9 is not officially supported on Ubuntu 18.04 so I cannot test the compilation with cuda 9. I'm attaching the compilation output below. Is there a way to make the project compile with cuda>=10? I'll appreciate your help!