Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Diffrence between HT and Dual Core

girishr
Beginner
289 Views

Hi,

What is the deffrence between Hyperthread technology and Dual Core Technology.

regards

Girish

0 Kudos
3 Replies
jarnell
Beginner
289 Views

Is it correct that with Hyper-Threading the processor itself can decide to switch threads?

ie when one thread is "stalled" waiting for something, it can switch execution to another thread

On Multi-Core (Core 2 Duo/Quad) does the OS control thread/task switching?

0 Kudos
TimP
Honored Contributor III
289 Views
In either case, it depends on a multi-processing OS. In fact, HT is more dependent on the OS to minimize the resources consumed by a spin-locked thread. For example, HT was the downfall of Windows 2000.
0 Kudos
Reply