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