Is HyperThreading worth the extra £80?

Page 3 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Cerb

Elite Member
Aug 26, 2000
17,484
33
86
resources like mem cache misses, data from network / hardware, waiting for multi-threaded program to hit checkpoint to sync..... OS/hardware stuff you can't optimize for in the code, that the OS can optimize via hyperthreading
OSes have already done about all they can do to optimize for HT. The problem is so much code either isn't waiting on any of that for long enough to worry about, or HT can't make it any faster when it does. When it isn't waiting, HT has a fair chance of reducing the performance of each thread. Shorter pipelines, wider ALUs and buses, more and larger buffers, etc., decrease the need for SMT to get good performance. It's better to make that sync operation take 100 cycles instead of 500 than it is to have another thread to execute while you wait.

Today, that usually leads to performance that's nearly the same as HT off when it's no good, so it's not the big deal it once was, but it still can't do any/much good, if there's not actually work for the other thread to perform, especially when applications are fairly limited in their thread scaling. As long as our CPUs are designed to allow a single thread to use most of each core (Power, FI, has been moving towards too much for any thread, and lots of SMT), SMT will be a fragile performance enhancing option: +80% here (it happens), +20% there, 0% over yonder, and then plain screwing up QoS in the back room. That's why it's not on every CPU, and can be turned off.
 

pittguy578

Member
Apr 21, 2012
44
0
0
premiere%20pro.png


I was talking about the 3770 versus 3570. Yes the 3770 is obviously faster, but the 3570 was usually at least as fast or faster than the 2600K which has hyper threading. The main time where I saw a difference was 3D rendering..not media creation.
 

LOL_Wut_Axel

Diamond Member
Mar 26, 2011
4,310
8
81
I was talking about the 3770 versus 3570. Yes the 3770 is obviously faster, but the 3570 was usually at least as fast or faster than the 2600K which has hyper threading. The main time where I saw a difference was 3D rendering..not media creation.


No, it wasn't.

Ivy Bridge only has ~5% higher IPC than Sandy Bridge. That alone isn't enough to negate the ~20% advantage of Hyper-Threading in MT software.

Yeah, in single-threaded it'll be slightly faster, but Sandy Bridge w/HT>Ivy Bridge wo/HT in MT.