You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error trying to compile ecvl 0.3.2 for GPU:
CMake Error in CMakeLists.txt:
Target "ECVL_CORE" requires the language dialect "CUDA17" , but CMake does
not know the compile flags to use to enable it.
I got this error trying to compile ecvl 0.3.2 for GPU:
OS: Ubuntu 18.04
cmake version: 3.18.0
compiler: g++ 7.5.0
CUDA version: 10.1
Note: I had to add the following flags to the
cmake
command line to work around the problem:The text was updated successfully, but these errors were encountered: