Turns out default gpu retain temp of 80c is a bit too high, latest nvidia driver sets it to 70c, so we move with it

pull/363/head
jsteube 8 years ago
parent 2213786618
commit 75a6e432db

@ -76,7 +76,7 @@ double TARGET_MS_PROFILE[4] = { 2, 12, 96, 480 };
#define BITMAP_MAX 24
#define GPU_TEMP_DISABLE 0
#define GPU_TEMP_ABORT 90
#define GPU_TEMP_RETAIN 80
#define GPU_TEMP_RETAIN 70
#define WORKLOAD_PROFILE 2
#define KERNEL_ACCEL 0
#define KERNEL_LOOPS 0

Loading…
Cancel
Save