Could not find cuda drivers on your machine, GPU will not be used

I am trying to run software on my Chromebook via Linux. I keep getting an error “Could not find CUDA drivers on your machine, GPU will not be used.” I am guessing it is because of the kind of GPU my system has. After checking I believe it is- “Intel Corporation CometLake-U GT2 [UHD Graphics] (rev 02)”. Is the software not compatible with this GPU? Or is it an issue that is related to TensorFlow?

Hi @Vaishnavi_K, For using tensorflow with GPU it is required to install CUDA. This CUDA was developed by NVIDIA for computing on GPUs which support only NVIDIA GPUs.

As one of the community user mentioned in a comment that there is a intel extension for tenserflow to use GPU. Could you please try with that. Thank You.

1 Like

Thank you for the information. I will try and see if it’s working.