I think I’d buy something with Strix Halo or Strix Point if there was official ROCm support. As of 6.4.1 from earlier this month there’s still not, as I understand it. I’d be delighted to be corrected on this matter.
What’s AMD's strategy in not having consumer chip support for ROCm? It's puzzling. No way to get critical mass of development interest if the bar to entry is high.
AMD Radeon 8050S “Strix Halo” Linux Graphics Performance Review
11–20 of 41 posts
Re: AMD Radeon 8050S “Strix Halo” Linux Graphics Performance Review
#12Valve, could we please get a Ryzen 390-ish Steamdeck platform refresh? Or maybe if Intel wants game devs to test on their GPUs they'd cut a small deal to make an Intel Xe refresh.
Re: AMD Radeon 8050S “Strix Halo” Linux Graphics Performance Review
#13I would have liked to see some discussions on cost and comparisons to dGPUs in the laptop space. I can see it's beating the Intel laptops, but that is expected based on specs. Maybe I'm missing something?
Phoronix just doesn't do much mobile dGPU testing in general to have any data to compare with there.
Re: AMD Radeon 8050S “Strix Halo” Linux Graphics Performance Review
#14I would have liked to see some discussions on cost and comparisons to dGPUs in the laptop space. I can see it's beating the Intel laptops, but that is expected based on specs. Maybe I'm missing something?
The Strix Halo GPU is roughly around RTX 4060 (laptop version) performance. Phoronix just doesn't do much mobile dGPU testing in general to have any data to compare with there.
Re: AMD Radeon 8050S “Strix Halo” Linux Graphics Performance Review
#152001: Radeon 8000 series
2013: Radeon HD 8000 series
2025: Radeon 8000S series
Re: AMD Radeon 8050S “Strix Halo” Linux Graphics Performance Review
#16I think I’d buy something with Strix Halo or Strix Point if there was official ROCm support. As of 6.4.1 from earlier this month there’s still not, as I understand it. I’d be delighted to be corrected on this matter.
What’s AMD's strategy in not having consumer chip support for ROCm? It's puzzling. No way to get critical mass of development interest if the bar to entry is high.
[1] https://www.amd.com/en/technologies/cdna.html [2] https://www.amd.com/en/technologies/rdna.html
Re: AMD Radeon 8050S “Strix Halo” Linux Graphics Performance Review
#17Valve, could we please get a Ryzen 390-ish Steamdeck platform refresh? Or maybe if Intel wants game devs to test on their GPUs they'd cut a small deal to make an Intel Xe refresh.
Re: AMD Radeon 8050S “Strix Halo” Linux Graphics Performance Review
#18I would have liked to see some discussions on cost and comparisons to dGPUs in the laptop space. I can see it's beating the Intel laptops, but that is expected based on specs. Maybe I'm missing something?
We have a GPU/CPU fusion chip that is unremarkable, performant and runs well under linux out of the box. There isn't a lot of novelty in that which is, in itself, pretty remarkable. Plus, although I can't really swear to understand how these chips work, my read is this is basically a graphics card that can be configured with 64GB of memory. If I'm not misreading that it actually sounds quite interesting; even AMDs ho…
Using ollama, hardware acceleration doesn't really work through ROCm. The framework doesn't officially support gfx1151 (Strix Point RDNA 3.5+), though you can override it to fake gfx1150 (Strix Halo, also RDNA 3.5+ and UMA), and it works.
I think I got it to work for smaller models that fit entirely into the preallocated VRAM buffer, but my machine only allows for statically allocating up to 16 GB for the GPU, and where's the fun in that? This is a unified memory architecture chip, I want to be able to run 30+ GB models seamlessly.
It turns out, you can. Just build llama.cpp from source with the Vulkan backend enabled. You can use a 2 GB static VRAM allocation and any additional data spills into GTT which the driver handles mapping into the GPU's address space seamlessly.
You can see a benchmark I performed of a small model on GitHub [0], but I've done up to Gemma3 27b (~21 GB) and other large models with decent performance, and Strix Halo is supposed to have 2-3x the memory bandwidth and compute performance. Even 8b models perform well with the GPU in power saving mode, inside ~8W.
Come to think of it, those results might make a good blog post.
[0] https://github.com/ggml-org/llama.cpp/discussions/10879
Search for "HX 370"
Re: AMD Radeon 8050S “Strix Halo” Linux Graphics Performance Review
#19Valve, could we please get a Ryzen 390-ish Steamdeck platform refresh? Or maybe if Intel wants game devs to test on their GPUs they'd cut a small deal to make an Intel Xe refresh.
One thing I wouldn't mind having on my Deck is FSR4 support, though AMD still hasn't submitted their Vulkan FP8 support proposal, requiring unofficial Mesa hacks to enable it even on desktop Linux.