Cannot build with CUDA #2952
-
|
I am trying to build Openroad with cmake .. -DGPU=true and I get the following output I have Cuda installed and on and on Any help on how to get the setup working is really appreciated and thanks in advanced. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Please install a newer version of |
Beta Was this translation helpful? Give feedback.
-
|
If we bump to cmake 3.10 then https://cmake.org/cmake/help/latest/module/FindCUDA.html suggests we can use the usual VERSION keyword. FYI - the use of CUDA is quite minimal and probably not worth the bother at this point. |
Beta Was this translation helpful? Give feedback.
Please install a newer version of
nvccand try again. As per NVIDIA docs, you will require at least v11; see more here.