05-22-2020, 08:21 AM
https://computergraphics.stackexchange.c...detect-gpu
running hashcat as root gives me this output:
This is pretty close to fixing my problem, but I tried to follow the post in the stack exchange link above and couldn't find libOpenCL.so or libcl.so, even with root access...
running hashcat as root gives me this output:
Code:
$ sudo hashcat -I
hashcat (v5.1.0) starting...
OpenCL Info:
Platform ID #1
Vendor : NVIDIA Corporation
Name : NVIDIA CUDA
Version : OpenCL 1.2 CUDA 10.2.159
Device ID #1
Type : GPU
Vendor ID : 32
Vendor : NVIDIA Corporation
Name : GeForce GTX 1080
Version : OpenCL 1.2 CUDA
Processor(s) : 20
Clock : 1733
Memory : 2029/8116 MB allocatable
OpenCL Version : OpenCL C 1.2
Driver Version : 440.82
Platform ID #2
Vendor : The pocl project
Name : Portable Computing Language
Version : OpenCL 1.2 pocl 1.5, None+Asserts, LLVM 9.0.1, RELOC, SLEEF, DISTRO, POCL_DEBUG
Device ID #2
Type : CPU
Vendor ID : 1
Vendor : AuthenticAMD
Name : pthread-AMD Ryzen 5 2600 Six-Core Processor
Version : OpenCL 1.2 pocl HSTR: pthread-x86_64-pc-linux-gnu-znver1
Processor(s) : 12
Clock : 3400
Memory : 4096/13984 MB allocatable
OpenCL Version : OpenCL C 1.2 pocl
Driver Version : 1.5
This is pretty close to fixing my problem, but I tried to follow the post in the stack exchange link above and couldn't find libOpenCL.so or libcl.so, even with root access...