Earlier quoted context omitted.
What will you be doing that will actually use 24 threads?
Run electron apps.
AMD Ryzen 3000 announced
171–180 of 347 posts
Re: AMD Ryzen 3000 announced
#172Earlier quoted context omitted.
I don't mind 12 cores / 24 threads on my desktop. Makes compiling Mesa, Wine and Linux kernel a lot faster.
Cool, but we haven't seen compiling benchmarks yet. 12 cores might be bottlenecked by dual-channel memory.
Re: AMD Ryzen 3000 announced
#173Earlier quoted context omitted.
16C is probably coming later once Intel responds.
Intel are planning a 10 core desktop part, so the moment it pops its head up AMD will drop their 16 core chip on it.
Re: AMD Ryzen 3000 announced
#174Earlier quoted context omitted.
You can get a cheap passive gpu, most don't even need power from the PSU. Something like a nvidia GT 710 or 730.
Is there anything similar but from AMD? As a Linux user I'd rather not buy nVidia.
Re: AMD Ryzen 3000 announced
#175I'm really looking forward to this. But one issue with current AMD cpu is that you have to buy a desktop GPU even when you are not doing any kind of gaming and such. I know intel iGPU haven't been terribly good but for work they are good enough and is one less part and cheaper to boot. For same performance a Ryzen 3rd gen + gpu might still be cheaper but the price advantage gets reduced. I haven't really seen that me…
Re: AMD Ryzen 3000 announced
#176Earlier quoted context omitted.
Having 24 threads doesn't mean that -j24 is the sweet spot. I have a machine 56 thread Xenon machine for building git.git, and I find that with its sockets/threads-per-core/threads-per-socket of 2/2/14 the sweet spot is closer to sockets*threads-per-socket = -j28. Things speed up rather linearly up to -j28, but once I get past -j28 (say -j32) it levels off, and -j56 starts being counterproductive. Same thing with the…
And on architectures like EPYC you run into NUMA issues and having to pin things to certain cores, right?
Re: AMD Ryzen 3000 announced
#177Earlier quoted context omitted.
You can get a cheap passive gpu, most don't even need power from the PSU. Something like a nvidia GT 710 or 730.
Is there anything similar but from AMD? As a Linux user I'd rather not buy nVidia.
Re: AMD Ryzen 3000 announced
#178Earlier quoted context omitted.
Be sure to have enough RAM, so you will not run out of it. (For some reason, when building projects like LLVM with -j 16, 32 GB w/o swap may be not enough. With -j 2, it is enough, but takes an eternity).
If you build LLVM often, use the shared library build (BUILD_SHARED_LIBS=true). Most of the memory usage (and a large part of the time in incremental builds) comes from linking final artifacts if you do not use shared libraries.
Re: AMD Ryzen 3000 announced
#179Earlier quoted context omitted.
That is probably true, but if I am buying a GPU for hundreds of dollars I don't care as much about the cost of the CPU. I think AMD needs to do something if they want to fulfill the potential of Ryzen. (Removing or minimizing the role of the chipset might be interesting for example).
Not necessarily. For instance if your target is 1080p gaming you can do that on a budget with an RX 570 or RX 580 + a reasonably priced Ryzen 7 chip. This market isn't at all competitive for Intel because it's price conscious and iGPUs aren't anywhere near up to to task. The only market that doesn't care about CPU price is the market that doesn't care about price at all. i.e people building systems with i9-9900K or X…