06-12-2020, 11:52 AM
Quote: try latest beta version of hashcat from https://hashcat.net/beta/
This is equivalent to building the hashcat master branch, isn't it? Anyway, I tried it and got the same results.
Quote:if it's really an intel CPU, you should install the intel OpenCL runtime from: https://software.intel.com/content/www/u...pu-section
This is exactly what I've done. Eventually, you need to download the 'l_opencl_p_18.1.0.015' file from their website. But then even clinfo fails to recognize the driver (it hangs). But, I mean, if my CPU is not Intel, what else could it be?
Quote:if you really want to use POCL, use the latest version. Compile it like this (after uninstalling all the other drivers and older versions of POCL):
Thank you, that worked out. I get the same benchmark speed though, but at least I don't need the --force flag. In the issue you quoted you said that POCL v1.5 with LLVM 9 works as fast as Intel and may be even faster. So I guess I'll stick to POCL for a while.