ALAE icon indicating copy to clipboard operation
ALAE copied to clipboard

RTX 3090 - libcublas.so.11: undefined symbol: free_gemm_select, version libcublasLt.so.11

Open johndpope opened this issue 5 years ago • 2 comments

I'm running cuda 11.2 toolkit / 460 driver on ubuntu / pop-os

I clone repo - run pip install -r requirements.txt

free_gemm_select libcublas.so.11: undefined symbol: free_gemm_select, version libcublasLt.so.11

johndpope avatar Jan 15 '21 09:01 johndpope

you may have luck running in docker -

just switch out - /home/jp/Documents/styleganWorkspace for your cloned repo directory

https://github.com/podgorskiy/ALAE/pull/74

docker run --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 --gpus all -it --rm --env="DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --mount type=bind,source="/home/jp/Documents/styleganWorkspace",target=/styleganWorkspace \ -v pwd:/var alae:latest

UPDATE doesn't work / yet RuntimeError: GLFW initialization failed (glfwInit() failed). This may happen if you try to run bimpy on a headless machine

johndpope avatar Jan 23 '21 03:01 johndpope

I meet the same problem, did you solve it yet? "OSError: /home/DISCOVER_summer2022/yangry/.conda/envs/syl_siren/lib/python3.6/site-packages/torch/lib/../../../../libcublas.so.11: undefined symbol: free_gemm_select, version libcublasLt.so.11 "

RunyiYang avatar May 15 '22 11:05 RunyiYang