11-03-2022, 01:48 AM
Thanks for the answer Snoopy. I leave you the code.
If is use:
-d 1, run GPU HIP API.
-d 2, run GPU OpenCL API.
-d 3, not found device.
-D 1, run CPU with the error that I comment in the post.
-D 2, run GPU HIP API.
-D 3, not found device.
I guess I need to update OpenCL on my CPU. But how do I do it? I only find the opencl_runtime_16.1.2, it's the one i use.
Code:
C:\hashcat-6.2.6>hashcat.exe -I
hashcat (v6.2.6) starting in backend information mode
HIP Info:
=========
HIP.Version.: 4.4
Backend Device ID #1 (Alias: #2)
Name...........: AMD Radeon RX 6600M
Processor(s)...: 14
Clock..........: 2177
Memory.Total...: 8176 MB
Memory.Free....: 8048 MB
Local.Memory...: 64 KB
PCI.Addr.BDFe..: 0000:06:00.0
OpenCL Info:
============
OpenCL Platform ID #1
Vendor..: Advanced Micro Devices, Inc.
Name....: AMD Accelerated Parallel Processing
Version.: OpenCL 2.1 AMD-APP (3380.6)
Backend Device ID #2 (Alias: #1)
Type...........: GPU
Vendor.ID......: 1
Vendor.........: Advanced Micro Devices, Inc.
Name...........: AMD Radeon RX 6600M
Version........: OpenCL 2.0 AMD-APP (3380.6)
Processor(s)...: 14
Clock..........: 2177
Memory.Total...: 8176 MB (limited to 6732 MB allocatable in one block)
Memory.Free....: 8064 MB
Local.Memory...: 64 KB
OpenCL.Version.: OpenCL C 2.0
Driver.Version.: 3380.6 (PAL,LC)
PCI.Addr.BDF...: 06:00.0
OpenCL Platform ID #2
Vendor..: Intel(R) Corporation
Name....: Intel(R) OpenCL
Version.: OpenCL 1.2
Backend Device ID #3
Type...........: CPU
Vendor.ID......: 8
Vendor.........: Intel(R) Corporation
Name...........: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
Version........: OpenCL 1.2 (Build 37)
Processor(s)...: 16
Clock..........: 2600
Memory.Total...: 16321 MB (limited to 2040 MB allocatable in one block)
Memory.Free....: 8128 MB
Local.Memory...: 32 KB
OpenCL.Version.: OpenCL C 1.2
Driver.Version.: 6.4.0.37
If is use:
-d 1, run GPU HIP API.
-d 2, run GPU OpenCL API.
-d 3, not found device.
-D 1, run CPU with the error that I comment in the post.
-D 2, run GPU HIP API.
-D 3, not found device.
I guess I need to update OpenCL on my CPU. But how do I do it? I only find the opencl_runtime_16.1.2, it's the one i use.