colmap 编译报错
CMake Error at CMakeLists.txt:255 (message):
You must set CMAKE_CUDA_ARCHITECTURES to e.g. 'native', 'all-major', '70',
etc. More information at
https://cmake.org/cmake/help/latest/prop_tgt/CUDA_ARCHITECTURES.html
解决方法:
If automatic GPU architecture detection fails, (as can happen if you have multiple GPUs installed), set the
TCNN_CUDA_ARCHITECTURESenvironment variable for the GPU you would like to use. The following
当自动GPU架构检测失败(如有多块GPU安装时),需手动设置环境变量指定使用GPU。常见GPU如'native'、'all-major'、'70'等,若未列出,可参考完整列表。
订阅专栏 解锁全文
4035

被折叠的 条评论
为什么被折叠?



