Visible to Intel only — GUID: GUID-CE8897E1-3679-43DB-A93D-0238C7540049
GPU: Adjust Timeout Detection and Recovery Setting
Timeout Detection and Recovery (TDR) is a Windows* OS feature that detects and resets graphics cards with response problems. This feature freezes and reboots operating systems.
Windows resets GPUs if the compute kernels run longer than a few seconds. To avoid a device reset during long running kernels, increase the value of TDRDelay setting:
Open the Run dialog box by pressing Windows + R keys on your keyboard.
Type regedit and click OK to open the Registry Editor.
Navigate to the following path by expanding the folders on the left pane: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers
-
If the TdrDelay key exists, double-click it and increase the value in the Value data field (such as 20 seconds or higher). Continue to Step 7.
If the TdrDelay key does not exist, click on an empty space on the right pane and select New > DWORD (32-bit) Value. Continue to Step 5.
Name the key TdrDelay.
Double-click the key and enter a desired value in the Value data field (such as 20 seconds or higher).
Click OK to save the changes.
Close the Registry Editor and restart your computer for the changes to take effect.
For more information, refer to TDRDelay documentation.