I installed tensorflow 1.0.1 GPU version on my Macbook Pro with GeForce GT 750M. Also installed CUDA 8.0.71 and cuDNN 5.1. I am running a tf code that works fine with non C
I also get same error, and I resolved the issue. My system properties were as follows:
How I solved the issue is as follows:
I set the environment variables as:
* export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64"
* export CUDA_HOME=/usr/local/cuda
sudo ldconfig -v command
to cache the shared libraries for run time linker. I hope those steps will also help someone who is about to go crazy.