←back to thread

838 points alsetmusic | 5 comments | | HN request time: 0.013s | source
Show context
syntaxing ◴[] No.45034679[source]
What an end to an era. It's crazy to think she started this journey at 18 and now finished 5 years later. Not many people believed they would be able to make the GPU work in Asahi linux. Kinda curious what her "Onto the next challenge!" link means. Is she working for Intel Xe-HPG next?
replies(3): >>45034754 #>>45037146 #>>45037215 #
kccqzy ◴[] No.45034754[source]
Yes I think so. Her resume says she started working for Intel on open source graphics driver this month.
replies(3): >>45035374 #>>45036050 #>>45036691 #
xiphias2 ◴[] No.45036050[source]
Too bad it was not Apple who hired her for M4, but in business leaders are always the most closed ones.
replies(4): >>45036236 #>>45036897 #>>45037250 #>>45040868 #
porphyra ◴[] No.45037250[source]
Honestly if Apple had embraced Linux, the Apple Silicon CPUs would have been amazing for all sorts of server, scientific, and AI/LLM work. Too bad they are clamping down on the walled garden to focus on consumer toys instead.
replies(3): >>45037300 #>>45039090 #>>45040451 #
1. zozbot234 ◴[] No.45037300[source]
> Honestly if Apple had embraced Linux, the Apple Silicon CPUs would have been amazing for all sorts of server, scientific, and AI/LLM work.

You can already do this work on M1/M2 using Asahi. A compute server doesn't need fully working peripherals and external displays.

replies(2): >>45037346 #>>45038972 #
2. porphyra ◴[] No.45037346[source]
I do have an M2 Macbook running Asahi, which works amazingly well for my casual use, but I think that there is no way that anyone will use last last gen hardware on a volunteer-developed OS for any actual work, server use cases, and so on.
3. solardev ◴[] No.45038972[source]
How would GPGPU work in such a scenario?
replies(1): >>45039413 #
4. zozbot234 ◴[] No.45039413[source]
The M1/M2 GPU is supported via Vulkan Compute. (Or OpenCL/SYCL, going through rusticl.)
replies(1): >>45039990 #
5. solardev ◴[] No.45039990{3}[source]
Thank you!