Hashcat CPU vs GPU - Linux vs Windows
#2
1. Your GPU and CPU performance looks good, nothing to improve by compiling from source. If you want to compile from source on windows, read BUILD_msys.md or BUILD_cygwin.md you can find it on hashcats GitHub repository. Not sure what the problem is, your screenshots look good.
2. Use -D 1,2 but you did in the screenshot, so you already know?
3. Intel OpenCL runtime is better than AMD/POCL because it supports mapping OpenCL vector datatypes to the appropriate CPU instructions (SSE2, AVX2, etc).
4. Hashcat allocates memory using system alloc(), nothing fancy.
5. Yes, Intel OpenCL runtime maps OpenCL workitems to multi core
Reply


Messages In This Thread
Hashcat CPU vs GPU - Linux vs Windows - by Jacek - 04-02-2019, 08:47 PM
RE: Hashcat CPU vs GPU - Linux vs Windows - by atom - 04-05-2019, 04:32 PM