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.

    • HumanPerson@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 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.

      • entropicdrift@lemmy.sdf.org
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

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

        • Klara@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          2
          ·
          1 month 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.