ppc64le/build-scripts

No cuDNN library available for Tensorflow on ppc64le + Ubuntu

Closed this issue · 2 comments

The cuDNN prerequisite is amd64 + Ubuntu or ppc64le + RHEL (given here:
https://docs.nvidia.com/deeplearning/sdk/cudnn-install/).

Is there a version of the library that allows CUDA acceleration of Tensorflow on ppc64le + Ubuntu?

Yes , you can install CUDA and cuDNN on Ubuntu_ppc64le for TensorFlow, please follow the instructions mentioned here : https://www.nvidia.com/en-us/data-center/gpu-accelerated-applications/tensorflow/

Hi @trstovall -just to add to what Sandip has mentioned above, cuDNN for Ubuntu + ppc64le can be downloaded from here
https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=ppc64le&target_distro=Ubuntu&target_version=1604

Hope this answers your query, please let us know in case you have any further questions.