hashcat Forum
Linux + hashcat + OpenCL on Intel CPU - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Linux + hashcat + OpenCL on Intel CPU (/thread-13634.html)



Linux + hashcat + OpenCL on Intel CPU - pbies - 06-18-2026

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.