error모음
CMake error with "CUDA_cublas_device_LIBRARY"
개발자_WH
2022. 10. 21. 17:18
728x90
반응형
반응형
해결
cmake version update 3.10.2 -> 3.12.1 시도중
cmake 설치 방법
기존 cmake 제거 후
$ wget http://www.cmake.org/files/v3.12/cmake-3.12.1.tar.gz
$ tar -xvzf cmake-3.12.1.tar.gz
$ cd cmake-3.12.1/
$ ./configure
$ make
$ sudo make install
$ sudo update-alternatives --install /usr/bin/cmake cmake /usr/local/bin/cmake 1 --force
728x90
반응형