Hyper-threading technology: Not a good choice for speeding up CPU-bound code
No Thumbnail Available
Date
2017-01-05
Journal Title
Journal ISSN
Volume Title
Publisher
IEEE Xplore
Abstract
Hyper-threading (HT) technology allows one thread to execute its task while another thread is stalled waiting for shared resource or other operations to complete. Thus, this reduces the idle time of a processor. If HT is enabled, an operating system would see two logical cores per each physical core. This gives one physical core the ability to run two threads simultaneously. However, it does not necessarily speed up the performance of a parallel code twice the number of physical cores. This happens when two threads are trying to access the shared CPU resource. The instructions could only be executed one after another at any given time. In this case, parallel CPU-bound code could attain a little improvement in terms of speedup from HT on a quad-core platform, which is Intel [email protected].
Full Text Link: http://doi.org/10.1109/ICED.2016.7804711
Description
Keywords
Algorithm design and analysis, Instruction sets, Parallel processing, Multicore processing, Heuristic algorithms, Scalability, Parallel programming
