mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-22 13:40:56 +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:
parent
2bd49e6720
commit
e8aefb412c
@ -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 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
|
- 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
|
- 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
|
- Completely get rid of HAVE_ADL, HAVE_NVML and HAVE_NVAPI in sources
|
||||||
- Replaced NVAPI with NVML on windows
|
- Replaced NVAPI with NVML on windows
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ double TARGET_MS_PROFILE[4] = { 2, 12, 96, 480 };
|
|||||||
#define NVIDIA_SPIN_DAMP 100
|
#define NVIDIA_SPIN_DAMP 100
|
||||||
#define GPU_TEMP_DISABLE 0
|
#define GPU_TEMP_DISABLE 0
|
||||||
#define GPU_TEMP_ABORT 90
|
#define GPU_TEMP_ABORT 90
|
||||||
#define GPU_TEMP_RETAIN 0
|
#define GPU_TEMP_RETAIN 65
|
||||||
#define WORKLOAD_PROFILE 2
|
#define WORKLOAD_PROFILE 2
|
||||||
#define KERNEL_ACCEL 0
|
#define KERNEL_ACCEL 0
|
||||||
#define KERNEL_LOOPS 0
|
#define KERNEL_LOOPS 0
|
||||||
@ -16199,7 +16199,7 @@ int main (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
else
|
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;
|
data.hm_device[device_id].fan_set_supported = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user