Difference between revisions of "GPU fix"
(Created page with "==Fixing the GPU on the RDP (Aprl 11th 2019)== At the time of writing, CUDA and tensorflow cannot connect to our GPU. This can be verified by opening python3 and type import...") |
|||
Line 1: | Line 1: | ||
− | ==Fixing the GPU on the RDP (Aprl | + | ==Fixing the GPU on the RDP (Aprl 2019)== |
At the time of writing, CUDA and tensorflow cannot connect to our GPU. This can be verified by opening python3 and type | At the time of writing, CUDA and tensorflow cannot connect to our GPU. This can be verified by opening python3 and type | ||
Line 14: | Line 14: | ||
However, none of the above approaches actually resolved the issue. Reinstalling NVIDIA software might be necessary. | However, none of the above approaches actually resolved the issue. Reinstalling NVIDIA software might be necessary. | ||
+ | |||
+ | The error we have while opening GeForce experience is | ||
+ | The code execution cannot proceed because wlanapi.dll was not found. Reinstalling the program may fix this problem. | ||
+ | |||
+ | According to this [https://www.lifewire.com/how-to-fix-wlanapi-dll-not-found-or-missing-errors-2624238 article], adding a featured called Wireless LAN service may fix the problem. |
Revision as of 11:06, 15 April 2019
Fixing the GPU on the RDP (Aprl 2019)
At the time of writing, CUDA and tensorflow cannot connect to our GPU. This can be verified by opening python3 and type
import tensorflow as tf tf.test.is_gpu_available()
In addition, GeForce Experience and NVIDIA control panel do not work right now.
Hiep has checked GPU driver by going to device manager -> Display adapter -> RTX Titan -> Properties -> Driver -> Update Driver. However, nothing new is installed since the current driver is already up-to-date.
Hiep has also restarted several NVIDIA services by opening Run -> type in services.msc -> scrolled down to NVIDIA services -> clicked on restart. However, it still cannot resolve the issue.
Since Geforce Experience cannot be opened, Hiep has followed a solution from NVIDIA forum, which is opening Run -> type in services.msc -> scrolled down to NVIDIA service -> Under nvidia telemetry container -> Choose Log on -> Check Log on as Local System Account.
However, none of the above approaches actually resolved the issue. Reinstalling NVIDIA software might be necessary.
The error we have while opening GeForce experience is
The code execution cannot proceed because wlanapi.dll was not found. Reinstalling the program may fix this problem.
According to this article, adding a featured called Wireless LAN service may fix the problem.