2020년 2월 5일 수요일

Pycuda 설치(아나콘다 기반)

옛날과 달리 굉장히 간단하게 설치 가능하다.


https://anaconda.org/mutirri/pycuda 에서와 같이

conda install -c mutirri pycuda

conda install -c mutirri/label/all pycuda



라고 설치하면 libcurand.so.8.0 이 없다고 에러를 내 뱉는다.(미쳐!)

이때 conda가 설치한 lib폴더에 가서 다음과 같이 실행하면 문제가 해결된다.
(통상적 lib폴더 위치 : /home/(유저명)/anaconda3/envs/(환경명)/lib

ln -s libcurand.so.9.0 libcurand.so.8.0


https://www.youtube.com/watch?v=I20xzcoqEVM
(<- font="">

댓글 없음:

댓글 쓰기