+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: Some hints from AMD SDK  (Read 6556 times)

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Some hints from AMD SDK
« on: 02 Sep 2011, 05:19:07 pm »
Under Windows Vista, to prevent long programs from causing a dialog to be displayed
indicating that the display driver has stopped responding, disable the Vista Timeout Detection
and Recovery (TDR) feature, which is trying to detect hangs in graphics hardware. To do this,
use regedit.exe to create the following REG_DWORD entry in the registry, and set its value to 0:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\TdrLevel
This avoids the constant polling by the driver and the kernel to prevent long work units from
monopolizing the device. (To restore default functionality, set the TdrLevel to 3.)
Note that Microsoft strongly discourages disabling this feature, and only recommends doing
so for debugging purposes. Do so at your own risk.


For error-free processing on 7xx-based GPUs, the maximum work-group size is 64. Specifying
a larger size can result in undefined behavior.

The OpenCL runtime currently exposes less than the total amount of memory physically
available on the card.

For some applications, CPU utilization may increase. We hope to resolve this issue in a near
term Catalyst driver release.


The APP Profiler currently provides unreliable results for applications running on AMD Fusion
APU devices.
« Last Edit: 02 Sep 2011, 05:54:35 pm by Raistmer »

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: Some hints from AMD SDK
« Reply #1 on: 02 Sep 2011, 05:20:30 pm »
Or you can install nVidia nSight & disable it in the menu.

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 45
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 24
Total: 24
Powered by EzPortal