Basically title. I have a 7600(x)(t) 8G. I want drivers with opencl for hashcat. I know the proprietary ones work, but they are a ludicrously massive PITA. I am willing to use almost any distro to make this work (not Ubuntu, and not one of those random newer ones). I really hope I don’t have to use the proprietary drivers.
Edit: found a good enough solution. I listed the card on ebay and will replace it with an intel arc soon.
Mesa clover opencl has only 40% of the extensions implemented. I suspect hashcat needs some that it doesn’t have, if I am understanding that correctly.
Try using rusticl for your OpenCL implementation. It runs OpenCL on top of Vulkan, which is very well supported by Radeon cards.
Second this. rusticl worked perfectly for me when I needed to get OpenCL working with my 6600XT.
I second rusticl, but I’d like to note that it uses Gallium internally, and not Vulkan. There is a vulkan-gallium translation layer called Zink, though, which can be used to run rusticl on any Vulkan-capable GPU AFAIK. Zink is initially made to run OpenGL on Vulkan, but it’s also just a general-purpose Gallium driver.