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:
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.
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-icdFor 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.
