08-19-2022, 02:52 PM
from your first codeblock
hashcat tries by default to use the best backend, in your case HIP, but hashcat can also use plain opencl (see the lines with info device skipped but you need to tell hashcat, all drivers related to opencl are skipped
to "force" hashcat to use opencl instead of HIP you will need options -D and -d
please show output of hashcat -I
this will tell you (and me) what devices hashcat recognizes and what kind of backend you can use
hashcat tries by default to use the best backend, in your case HIP, but hashcat can also use plain opencl (see the lines with info device skipped but you need to tell hashcat, all drivers related to opencl are skipped
to "force" hashcat to use opencl instead of HIP you will need options -D and -d
please show output of hashcat -I
this will tell you (and me) what devices hashcat recognizes and what kind of backend you can use