I am trying to use your GPUPoly and had some problems during compilation with ./configure -use-cuda -use-deeppoly -use-gurobi -use-fconv
binary cmake: found in /usr/local/bin
Configuring GPUPoly (using CMake)
-- The CUDA compiler identification is NVIDIA 11.2.152
CMake Error at /usr/local/share/cmake-3.22/Modules/CMakeDetermineCUDACompiler.cmake:598 (message):
Failed to find a working CUDA architecture.
Call Stack (most recent call first):
CMakeLists.txt:27 (project)
The line 25-31 in CMakeLists.txt are (line 26 is self-added to solve another compilation issue)
Related infos:
--- system: Ubuntu 20.04
---cmake version: 3.22.2
---CUDA: 11.2
Could you please advise where went wrong? I couldn't really find useful solutions online.
Thank you so much!
Hi,
I am trying to use your GPUPoly and had some problems during compilation with
./configure -use-cuda -use-deeppoly -use-gurobi -use-fconv
The line 25-31 in CMakeLists.txt are (line 26 is self-added to solve another compilation issue)
Related infos: --- system: Ubuntu 20.04 ---cmake version: 3.22.2 ---CUDA: 11.2 Could you please advise where went wrong? I couldn't really find useful solutions online. Thank you so much!