From 17910ed56e84ffa1865c3f0d08877deee2ef8301 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 20 Jun 2017 18:34:32 -0400 Subject: [PATCH] Correct nvcc make error message --- .../2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md b/_posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md index b1f7f20..52ec3bb 100644 --- a/_posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md +++ b/_posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md @@ -94,8 +94,8 @@ export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY 7. `cd ~/NVIDIA_CUDA-8.0_Samples`, cross your fingers, and run `make` - The compile will take a while - My compile actually errored near the end with an error about `/usr/bin/ld: - cannot find -lcudart`. I *think* that doesn't really matter because the - binary files were still output. + cannot find -lnvcuvid` I *think* that doesn't really matter because the +binary files were still output. 8. Try running `~/NVIDIA_CUDA-8.0_Samples/bin/x86_64/linux/release/deviceQuery` to see if you get any output. Hopefully you will see your GPU listed.