• Sanctus@lemmy.world
      link
      fedilink
      English
      arrow-up
      98
      ·
      9 months ago

      In general, it translates instructions into something readable by whats accessing it. A popular translation layer on Lemmy is Proton. Its how the Steam Deck can play all those windows games.

    • s12@sopuli.xyz
      link
      fedilink
      arrow-up
      46
      arrow-down
      1
      ·
      edit-2
      9 months ago

      Got a Windows app you want to run on Linux? Wine and Proton are well known translation layers.

      I guess Graphics Cards are similar. CUDA is basically the NVIDIA equivalent of .exe I think.

      • Natanael@slrpnk.net
        link
        fedilink
        arrow-up
        44
        ·
        9 months ago

        Cuda is an Nvidia specific method for using a graphics card to do computation (not just graphics), like physics simulations.

        Translation layers would let you use software designed for other graphics cards to work with Cuda, or to let Cuda software work on other graphics cards

          • Jesus_666@feddit.de
            link
            fedilink
            arrow-up
            38
            ·
            edit-2
            9 months ago

            CUDA was there first and has established itself as the standard for GPGPU (“general purpose GPU” aka calculating non-graphics stuff on a graphics card). There are many software packages out there that only support CUDA, especially in the lucrative high-performance computing market.

            Most software vendors have no intention of supporting more than one API since CUDA works and the market isn’t competitive enough for someone to need to distinguish themselves though better API support.

            Thus Nvidia have a lock on a market that regularly needs to buy expensive high-margin hardware and they don’t want to share. So they made up a rule that nobody else is allowed to write out use something that makes CUDA software work with non-Nvidia GPUs.

            That’s anticompetitive but it remains to be seen if it’s anticompetitive enough for the EU to step in.

          • Tech With Jake@lemm.ee
            link
            fedilink
            arrow-up
            8
            ·
            9 months ago

            Less that they don’t want other companies using it and more so they don’t want other other companies translating it into something they can use.

            Basically, translating an instruction manual from German to Spanish.

            No one is breaking any copyright laws or IP to do this. It’s the same how Steam created Proton to run Windows games on Linux. It’s translating code from one language to another that’s readable.

            If Linux becomes the dominant gaming platform for gaming (not gonna happen, wish it would tho), there is no reason for a “Proton for Windows” could/should emerge.

              • Tech With Jake@lemm.ee
                link
                fedilink
                arrow-up
                2
                ·
                8 months ago

                Oh, I drive Linux only. I have Windows 10 running Atlas playbook on standby but hasn’t been booted in months.

                I think the entry barrier for installation/setup is what will be what stops Linux fully taking over. If OEMs start loading a very user friendly Linux on their “normal” desktops/laptops (Best Buy, Amazon, etc.), then I can see Linux being the majority.

                With all that said, I want Linux to be the majority and running on everyone’s computer. I’m just being a realist at this point in time.

    • Skullgrid@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      20
      ·
      edit-2
      9 months ago

      it’s stuff for using AI (like stable diffusion) to render images.

      EDIT : turns out I know jack shit