Two additional benchmarks I like to see from Anandtech: 1) some VM base tests for these kind of CPU - 32, 64, 128 VM all running some kind of web/db/redis benchmarks inside. 2) Some compilation testing - time the clean build of AOSP, BSD, some very complex linux app - use max jobs setting for parallel compile and time how long it take to finish the jobs. ( measure the over CPU usages at the same time. )
AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review
81–90 of 202 posts
Re: AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review
#82Honest q: What home-use workstation would use 32 cores? (Excluding home labs or servers).
Digital audio workstation workloads are massively multithreaded, with hundreds or thousands of DSP processes. Performance scales almost linearly with core count.
Re: AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review
#83> After core counts, the next battle will be on the interconnect. Low power, scalable, and high performance: process node scaling will mean nothing if the interconnect becomes 90% of the total chip power. I think this means that scaling processors to more cores (nodes) in a lightweight-NUMA scheme just isn't going to work. My guess going forward is that the core counts will stay at the current level for quite a while…
Re: AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review
#84The biggest benefit I've found to running a 1950X isn't something I would have expected, but which perhaps I should have. True, it's much faster than my old system for batch processing, but most of the time it's still idle. Even if it's running Chrome flat-out, as far as the 1950X is concerned, that's idle. Because the two NUMA nodes are ~entirely independent, it's capable of running two independent processes at full…
It still is. It is only that we have approach the end of the performance limit, or it has approached the same as its competitor that you want to trade double the core count vs ~20% more maximum single thread performance.
Re: AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review
#85Re: AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review
#86Earlier quoted context omitted.
Digital audio workstation workloads are massively multithreaded, with hundreds or thousands of DSP processes. Performance scales almost linearly with core count.
Not my experience. I've had stutters with Ableton Live on a 4 core machine with 2 cores still idling around. Ableton cannot multi-thread a single track (at least in Version 9), and if you're using a single-threaded VST that does not matter anyway.
Re: AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review
#87> After core counts, the next battle will be on the interconnect. Low power, scalable, and high performance: process node scaling will mean nothing if the interconnect becomes 90% of the total chip power. I think this means that scaling processors to more cores (nodes) in a lightweight-NUMA scheme just isn't going to work. My guess going forward is that the core counts will stay at the current level for quite a while…
The 7nm parts (incl. Ryzen on up) are rumored to use 16-core CCXes, so we should see 64-core EPYC and possibly Threadripper with no worse IC power use. Hopefully they'll make the IC better as well.
7nm EPYC being fabbed on TSMC does give some chance for a big monolithic die. TSMC has a long history making large dies and their 7nm process should be mature enough for decent yields at that point. I am speculating out of my depth, though.
Re: AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review
#88[1] https://www.anandtech.com/comments/13124/the-amd-threadrippe...
Re: AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review
#89The biggest benefit I've found to running a 1950X isn't something I would have expected, but which perhaps I should have. True, it's much faster than my old system for batch processing, but most of the time it's still idle. Even if it's running Chrome flat-out, as far as the 1950X is concerned, that's idle. Because the two NUMA nodes are ~entirely independent, it's capable of running two independent processes at full…
I don't understand. From my (admittedly little better than layperson's) knowledge, I'm guessing the cores of most multicore processors have to compete for memory access...? Is there a good search term I can use to help me understand what's going on here?
Re: AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review
#90The Chromium compile being faster on 16 cores than 32 cores is pretty weird, given how embarrassingly parallelizable that should be. Wonder if it's out of memory, or if the bottleneck is actually linking.