I have a new computer running Windows 11, with CUDA 12.1 supporting an RTX 4080 GPU. I installed Tensorflow 2.13.0 and have Python 3.11.4. Tensorflow does not find the GPU. Is Tensorflow 2.13.0 compatible with CUDA 12.1?
P.S. tried installing the nightly, which also didn’t detect the GPU.
Hi @Steve_F, As per the test build configuration Tensorflow 2.13 supports cuDNN: 8.6, CUDA:11.8 and again TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting with TensorFlow 2.11 , you will need to install TensorFlow in WSL2 for using the GPU. Thank You.
Sorry for asking, but I couldn’t find where the doc mentioned that Tensorflow 2.10 was the last tf release that supported GPU on native Windows. Would you mind providing the link?
Thanks ahead!
Thanks for replying.
I think I know why I couldn’t find related information before because my default language of the doc is zh-TW.
After I changed it to English, there is actually more information.