11-02-2022, 06:38 PM
it seems that hashcat uses the old opencl 1.2 drivers usually shipped by AMD for your intel cpu, as "normally" the 16.1.2 intel opencl drivers you mentioned should show up as version opencl 2.1 like this (i got similar error messages and version opencl 1.2 when trying to use an AMD CPU with hashcat)
can you please show the complete output of hashcat -I as it could be you have to use a more specific option than only -D1 (in conjunction with an -d*, depending on your setup, when i want to stick to intel cpu only i have to use -D1 -d1 for example)
Code:
OpenCL API (OpenCL 2.1 ) - Platform #1 [Intel(R) Corporation]
=============================================================
* Device #1: Intel(R) Xeon(R) Silver 4116 CPU @ 2.10GHz, 65329/130722 MB (16340 MB allocatable), 48MCU
can you please show the complete output of hashcat -I as it could be you have to use a more specific option than only -D1 (in conjunction with an -d*, depending on your setup, when i want to stick to intel cpu only i have to use -D1 -d1 for example)