Linux + hashcat + OpenCL on Intel CPU
#1
There was thread about it but closed, couln't post.

To use Intel CPU with OpenCL on Linux the Intel pages won't help you.

Instead of that install these packages:

Code:
#!/usr/bin/env bash
sudo apt update
sudo apt install clinfo
sudo apt install intel-opencl-icd
sudo apt install libpocl-dev
sudo apt install nvidia-opencl-icd
sudo apt install ocl-icd-libopencl1
sudo apt install ocl-icd-opencl-dev
sudo apt install opencl-headers
sudo apt install pocl-opencl-icd

For hardware like Intel NUC with 11th Gen Intel(R) Core(TM) i9-11900KB @ 3.30GHz and Intel TigerLake-H GT1 [UHD Graphics] i915 the CPU gives 5356 h/s and GPU 2112 h/s.
Reply


Messages In This Thread
Linux + hashcat + OpenCL on Intel CPU - by pbies - Today, 01:58 AM