tensorflow - Installing libcudnn -
7 hours (9:33 am) morning,
i had question regarding instructions of libcudnn tensorflow in python. ive put folders , added respective path , environment variables, after instructions indicate add compiler , link lines. dont understand mean. give me advice on how or reference learn line concepts? i'd appreciate it.
linux
cd <installpath> export ld_library_path=`pwd`:$ld_library_path add <installpath> build , link process adding -i<installpath> compile line , -l<installpath> -lcudnn link line.
in normal installation, works. ld_library_path
tells tensorflow cuda dynamic libraries are. if installed them with-apt-get, or if using nvidia-docker container, there might nothing else do.
if installed bazel, should not have tinker compile flags. if found in current documentation, let know , can update docs.
for installation issues, better equipped answer questions on our github page, can have longer-form submission , discussion: https://github.com/tensorflow/tensorflow/issues
Comments
Post a Comment