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.

  • @[email protected]OP
    link
    fedilink
    English
    27 months ago

    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.

    • @[email protected]
      link
      fedilink
      47 months ago

      Try using rusticl for your OpenCL implementation. It runs OpenCL on top of Vulkan, which is very well supported by Radeon cards.

      • @[email protected]
        link
        fedilink
        27 months ago

        Second this. rusticl worked perfectly for me when I needed to get OpenCL working with my 6600XT.

      • Klara
        link
        fedilink
        27 months ago

        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.