Socsa ,

Will this make my terminal faster?

umbrella ,
@umbrella@lemmy.ml avatar

hey look, the yearly "nvidia is finally fixing wayland support" post!

Catsrules ,

Explicit Sync sounds like some kind of porn syncing program.

PseudoSpock ,
@PseudoSpock@lemmy.dbzer0.com avatar

That's why it's better.

merthyr1831 ,

and now Nvidia users can use it on wayland! 🦀

simple ,
@simple@lemm.ee avatar

An article about Nvidia in the Linux community? Surely all the comments will be productive and discuss the topic at hand.

Clueless

onlinepersona ,

Doesn't this mean application developers will have to explicitly sync the graphical state? If that's the case, then devs will have to write custom code for it to work on NVIDIA, correct? If so, I doubt this will "finally solve" any issues, only finally provide the ability to solve them... explicitly and with a lot of dev work + required awareness.

How come AMD doesn't need this?

P.S Obligatory Fuck NVIDIA

Anti Commercial AI thingy
___
aksdb ,

Nah, explicit sync is the objectively better model if you want high performance. Android went for explicit sync right from the start and from what I gather also Intel and AMD prefer it. The problem is, that the graphics stacks on Linux have been using implicit sync for ages and so far no one dared to change the status quo. Nvidia was "simply" rejecting implementing an inferior mechanism in their driver. While somewhat understandable, it was still a decision on the back of their users.

RandomLegend ,
@RandomLegend@lemmy.dbzer0.com avatar

Too little too late.

Already sold my 3070 and went for an 7900 XT bcs i got fed up with NVidia being lazy

morrowind ,
@morrowind@lemmy.ml avatar

Good. This is the better overall solution

RandomLegend ,
@RandomLegend@lemmy.dbzer0.com avatar

well i dearly miss CUDA as i don't get ZLUDA to work properly with Stable Diffusion and FSR is sill leagues behind DLSS... but yeah overall i am very happy

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

You can run Ollama with AMD acceleration

RandomLegend ,
@RandomLegend@lemmy.dbzer0.com avatar
  1. yes i know, but Cuda is faster
  2. Ollama is for LLM, Stable Diffusion is for images
possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

I'm aware I wanted to point out that AMD isn't totally useless in AI.

RandomLegend ,
@RandomLegend@lemmy.dbzer0.com avatar

Oh it definetly isn't

Everything I need does run and I finally don't run out of vram so easily 😅

Andrenikous ,

If the day comes I want to upgrade my 3080 I’ll switch to an AMD solution but until then I’ll take any improvement I can get from Nvidia.

30p87 ,

Even now, choosing between a free 4090 or a free 7900 XTX would be easy.

RandomLegend ,
@RandomLegend@lemmy.dbzer0.com avatar

It totally depends on your usecase.

NVidia runs 100% rocksolid on X11.

If you're someone who reallse uses CUDA and all their stuff and don't care about Wayland. NVidia is the choice you have to make. Simple as that.

If you don't care about those things or are willing to sacrifice time and tinker around with AMDs subpar alternatives, AMD is the way to go.

Because let's face it. AMD didn't care about machine learning stuff and they only now begin to dabble in it. They lost a huge amount of people who work with those things as their day job. They can't tell their bosses and/or clients that they can't work for a week or two until they figured out how to get this alternative running that is just starting to care about that field of work.

kata1yst ,

These hypothetical people should use Google Colab or similar services for ML/AI, since it's far cheaper than owning a 4090 or an a100.

RandomLegend ,
@RandomLegend@lemmy.dbzer0.com avatar

These absolutely not hypothetical people should absolutely NOT be using Google Colab.

Keep your data to yourself, don't run shit in the cloud that can be run offline.

kata1yst ,

Exactly what data are you worried about giving to Colab?

CrabAndBroom ,

I had to update my laptop about two years ago and decided to go full AMD and it's been awesome. I've been running Wayland as a daily driver the whole time and and I don't even really notice it anymore.

lemmyvore ,

It will not though. Explicit sync is not a magic solution, it's just another way of syncing GPU work. Unlike implicit sync it needs to be implemented by every part of the graphical stack. Just because Nvidia is implementing it will not solve issues with compositors not having it, and graphical libraries not having it, and apps not supporting it, and so on and so forth. It's a step in the right direction but it won't fix everything overnight like some people think.

Also it's silly that this piece mentions Wayland and Nvidia because (1) Wayland doesn't implement sync of any kind, they probably meant to say "the Wayland stack" and (2) Nvidia is not the only driver that needs to implement explicit sync.

visor841 ,

will not solve issues with compositors not having it

Many compositors already have patches for explicit sync which should get merged fairly quickly.

graphical libraries not having it

Both Vulkan and OpenGL have support for explicit sync

apps not supporting it

Apps don't need to support it, they just need to use Vulkan and OpenGL, and they will handle it.

Wayland doesn't implement sync of any kind, they probably meant to say "the Wayland stack"

Wayland has a protocol specifically for explicit sync, it's as much a part of Wayland as pretty much anything else that's part of Wayland.

Nvidia is not the only driver that needs to implement explicit sync.

Mesa has already merged explicit sync support.

Hadriscus ,

so basically every single statement was incorrect ? lol

pmk ,

I will never buy anything with Nvidia again.

EccTM ,
@EccTM@lemmy.ml avatar

Thats great.

I'd still like my Nvidia card to work so I'm happy about this, and when AMD on Linux eventually starts swapping over to explicit sync, I'll be happy for those users then too.

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

AMD on Linux doesn't need explicit sync

DumbAceDragon ,
@DumbAceDragon@sh.itjust.works avatar

Cool. It should still use it though. If for nothing else than the parallelization improvements it allows.

If we stuck with the "it works fine so I'm not moving away from it" approach then we'd all still be on x11. Nvidia sucks and they should be more of a team player, but I think they were right to push for explicit sync over implicit. We should've been doing this from the beginning on wayland.

cbarrick ,

Unfortunately, those of us doing scientific compute don't have a real alternative.

ROCm just isn't as widely supported as CUDA, and neither is Vulkan for GPGPU use cases.

AMD dropped the ball on GPGPU, and Nvidia is eating their lunch. Linux desktop users be damned.

TropicalDingdong ,

yep yep and yep.

and they've been eating their lunch so long at this point I've given up on that changing.

The new world stands in cuda and that's just the way it is. I don't really want an nVidia, radeon seems far better for price to performance . Except I can justify an nVidia for work.

I can't justify a radeon for work.

cbarrick ,

Long term, I expect Vulkan to be the replacement to CUDA. ROCm isn't going anywhere...

We just need fundamental Vulkan libraries to be developed that can replace the CUDA equivalents.

  • cuFFT -> vkFFT (this definitely exists)
  • cuBLAS -> vkBLAS (is anyone working on this?)
  • cuDNN -> vkDNN (this definitely doesn't exist)

At that point, adding Vulkan support to XLA (Jax and TensorFlow) or ATen (PyTorch) wouldn't be that difficult.

DarkenLM ,

wouldn't be that difficult.

The amount of times I said that only to be quickly proven wrong by the fundamental forces of existence is the reason that's going to be written on my tombstone.

TropicalDingdong ,

I think. it's just path stickiness at this point. CUDA works and then you can ignore it's existence and do the thing you actually care about. ML in the pre CUDA days was painful. CUDA makes it not painful. Asking people to return to painfully..

Good luck..

cbarrick ,

Yeah, but I want both GPU compute and Wayland for my desktop.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • random
  • All magazines