1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 05:31:11 +00:00

Reenable --gpu-temp-retain (65c by default), now that we have fan set support on Linux and Windows

This commit is contained in:
jsteube 2016-06-18 21:29:24 +02:00
parent 2bd49e6720
commit e8aefb412c
2 changed files with 2 additions and 4 deletions

View File

@ -134,7 +134,5 @@ It combines all features of all hashcat projects in one project.
- Created environment variable to inform NVidia OpenCL runtime to not create its own kernel cache
- Created environment variable to inform pocl OpenCL runtime to not create its own kernel cache
- Dropped special 64-bit rotate() handling for NV, it seems that they've added it to their OpenCL runtime
- Disabled retain support by default, you can reactive it using --gpu-temp-retain
- Completely get rid of HAVE_ADL, HAVE_NVML and HAVE_NVAPI in sources
- Replaced NVAPI with NVML on windows

View File

@ -78,7 +78,7 @@ double TARGET_MS_PROFILE[4] = { 2, 12, 96, 480 };
#define NVIDIA_SPIN_DAMP 100
#define GPU_TEMP_DISABLE 0
#define GPU_TEMP_ABORT 90
#define GPU_TEMP_RETAIN 0
#define GPU_TEMP_RETAIN 65
#define WORKLOAD_PROFILE 2
#define KERNEL_ACCEL 0
#define KERNEL_LOOPS 0
@ -16199,7 +16199,7 @@ int main (int argc, char **argv)
}
else
{
log_info ("WARNING: Failed to set initial fan speed for device #%u", device_id + 1);
//log_info ("WARNING: Failed to set initial fan speed for device #%u", device_id + 1);
data.hm_device[device_id].fan_set_supported = 0;
}