hku-mars / LTAOM

Apache License 2.0
295 stars 34 forks source link

编译报错 #12

Open tops666 opened 1 month ago

tops666 commented 1 month ago

CMake Error at LTAOM/STD/CMakeLists.txt:80 (add_library): Target "loop_detection_plugin" links to target "CUDA::cublas" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at LTAOM/STD/CMakeLists.txt:80 (add_library): Target "loop_detection_plugin" links to target "CUDA::cudart" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at LTAOM/STD/CMakeLists.txt:80 (add_library): Target "loop_detection_plugin" links to target "CUDA::cusolver" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? 你好,编译报这个错,不知道怎么解决,麻烦讲解一下,谢谢了!

zuhaozou2017 commented 1 month ago

哥,这些跟你本地环境相关的编译问题只能靠你自己debug。我没见过这个问题,没法帮。而且也不懂你为啥要link directory 到cuda相关的库。