Wu Yan
Wu Yan
VictorLamoine, Thanks for your reply. I have went to the gflag, glog, ceres directory to do`sudo make uninstall` and `make clean` , then re-compiling and installing as the url you...
@shaun-edwards Thank you for your infomation. Yes, I doubt the Ceres not compiled as a shared library, so I re-installed it again after add the PPA, but how can I...
https://forums.developer.nvidia.com/t/whats-the-proper-way-to-detect-sp-cuda-cores-count-per-sm/17657/10 ``` ~/NVIDIA_CUDA-10.2_Samples/1_Utilities/deviceQueryDrv$ ./deviceQueryDrv CUDA Device Query (Driver API) statically linked version Detected 1 CUDA Capable device(s) Device 0: "GeForce RTX 2060 SUPER" CUDA Driver Version: 11.1 CUDA Capability Major/Minor...
kinfu_remake/kfusion/src/cuda/temp_utils.hpp #if __CUDACC_VER_MAJOR__ >= 9 #include #endif ========================= 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);