Austin Zhang

Results 1 comments of Austin Zhang

I had the same error with gcc-9. specify the gcc-8 and cuda path solved my problem: cmake -D CMAKE_C_COMPILER=/usr/bin/gcc-8 -D CMAKE_CXX_COMPILER=/usr/bin/g++-8 -D CMAKE_CXX_FLAGS="-I /usr/local/cuda/targets/x86_64-linux/include/ -L /usr/lib" -D CMAKE_PREFIX_PATH="/usr/local/cuda" ..