hashcat Forum
Change gpu retain temp - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Change gpu retain temp (/thread-4278.html)



Change gpu retain temp - dongitcher - 04-14-2015

I tried: --gpu-temp-retain=70

also: -u --gpu-temp-retain=70

what am I doing wrong


RE: Change gpu retain temp - wgmmmx - 04-14-2015

Why change to lower when standard is 80degree and is ok almost for all cards.

--gpu-temp-retain=NUM Try to retain GPU temperature at NUM degrees celsius (AMD only)

Mean working only on AMD GPU Chip on nvidia not working.


RE: Change gpu retain temp - atom - 04-14-2015

-u requires an argument therefore it will try to convert the string --gpu-temp-retain=70 into a number, which will fail so it will be 0 which is then not allowed by oclHashcat leading to an error message like invalid gpu-loops specified or so