Loading...

Multithreading architecture

Multithreaded architectures now appear across the entire range of computing devices, from the highest-performing general purpose devices to low-end embedded processors. Multithreading enables a processor core to more effectively utilize its computational resources, as a stall in one thread need not...

Full description

Bibliographic Details
Main Author: Nemirovsky, Mario
Other Authors: Tullsen, Dean M.
Format: eBook
Language:English
Published: San Rafael, Calif. (1537 Fourth Street, San Rafael, CA 94901 USA) : Morgan & Claypool, c2013.
Series:Synthesis digital library of engineering and computer science.
Synthesis lectures in computer architecture ; # 21.
Subjects:
Online Access:Abstract with links to full text
LEADER 05932nam a2200649 a 4500
001 201212CAC021
005 20160320103533.0
006 m eo d
007 cr cn |||m|||a
008 130217s2013 caua foab 000 0 eng d
020 |a 9781608458561 (electronic bk.) 
020 |z 9781608458554 (pbk.) 
024 7 |a 10.2200/S00458ED1V01Y201212CAC021  |2 doi 
035 |a (CaBNVSL)swl00402158 
035 |a (OCoLC)827936289 
040 |a CaBNVSL  |c CaBNVSL  |d CaBNVSL 
050 4 |a QA76.9.A73  |b N455 2013 
082 0 4 |a 004.22  |2 23 
100 1 |a Nemirovsky, Mario. 
245 1 0 |a Multithreading architecture  |h [electronic resource] /  |c Mario Nemirovsky, Dean M. Tullsen. 
260 |a San Rafael, Calif. (1537 Fourth Street, San Rafael, CA 94901 USA) :  |b Morgan & Claypool,  |c c2013. 
300 |a 1 electronic text (xiv, 95 p.) :  |b ill., digital file. 
490 1 |a Synthesis lectures on computer architecture,  |x 1935-3243 ;  |v # 21 
500 |a Part of: Synthesis digital library of engineering and computer science. 
500 |a Series from website. 
504 |a Includes bibliographical references (p. 83-94). 
505 0 |a Preface -- 1. Introduction --  
505 8 |a 2. Multithreaded execution models -- 2.1 Chip multiprocessors -- 2.2 Conjoined core architectures -- 2.3 Coarse-grain multithreading -- 2.4 Fine-grain multithreading -- 2.5 Simultaneous multithreading -- 2.6 Hybrid models -- 2.7 GPUs and warp scheduling -- 2.8 Summary --  
505 8 |a 3. Coarse-grain multithreading -- 3.1 Historical context -- 3.2 A reference implementation of CGMT -- 3.2.1 Changes to IF -- 3.2.2 Changes to RD -- 3.2.3 Changes to ALU -- 3.2.4 Changes to MEM -- 3.2.5 Changes to WB -- 3.2.6 Swapping contexts -- 3.2.7 Superscalar considerations -- 3.3 Coarse-grain multithreading for modern architectures --  
505 8 |a 4. Fine-grain multithreading -- 4.1 Historical context -- 4.2 A reference implementation of FGMT -- 4.2.1 Changes to IF -- 4.2.2 Changes to RD -- 4.2.3 Changes to ALU -- 4.2.4 Changes to MEM -- 4.2.5 Changes to WB -- 4.2.6 Superscalar considerations -- 4.3 Fine-grain multithreading for modern architectures --  
505 8 |a 5. Simultaneous multithreading -- 5.1 Historical context -- 5.2 A reference implementation of SMT -- 5.2.1 Changes to fetch -- 5.2.2 Changes to DEC/MAP -- 5.2.3 Changes to Issue/RF -- 5.2.4 Other pipeline stages -- 5.3 Superscalar vs. VLIW; in-order vs. out-of-order -- 5.4 Simultaneous multithreading for modern architectures --  
505 8 |a 6. Managing contention -- 6.1 Managing cache and memory contention -- 6.2 Branch predictor contention -- 6.3 Managing contention through the fetch unit -- 6.4 Managing register files -- 6.5 Operating system thread scheduling -- 6.6 Compiling for multithreaded processors -- 6.7 Multithreaded processor synchronization -- 6.8 Security on multithreaded systems --  
505 8 |a 7. New opportunities for multithreaded processors -- 7.1 Helper threads and non-traditional parallelism -- 7.2 Fault tolerance -- 7.3 Speculative multithreading on multithreaded processors -- 7.4 Energy and power --  
505 8 |a 8. Experimentation and metrics --  
505 8 |a 9. Implementations of multithreaded processors -- 9.1 Early machines, DYSEAC and the Lincoln TX-2 -- 9.2 CDC 6600 -- 9.3 Denelcor HEP -- 9.4 Horizon -- 9.5 Delco TIO -- 9.6 Tera MTA -- 9.7 MIT Sparcle -- 9.8 DEC/Compaq Alpha 21464 -- 9.9 Clearwater Networks CNP810SP -- 9.10 ConSentry Networks LSP-1 -- 9.11 Pentium 4 -- 9.12 Sun Ultrasparc (Niagara) T1 and T2 -- 9.13 Sun MAJC and ROCK -- 9.14 IBM Power -- 9.15 AMD Bulldozer -- 9.16 Intel Nehalem -- 9.17 Summary --  
505 8 |a Bibliography -- Authors' biographies. 
506 |a Abstract freely available; full-text restricted to subscribers or individual document purchasers. 
510 0 |a Compendex 
510 0 |a Google book search 
510 0 |a Google scholar 
510 0 |a INSPEC 
520 3 |a Multithreaded architectures now appear across the entire range of computing devices, from the highest-performing general purpose devices to low-end embedded processors. Multithreading enables a processor core to more effectively utilize its computational resources, as a stall in one thread need not cause execution resources to be idle. This enables the computer architect to maximize performance within area constraints, power constraints, or energy constraints. However, the architectural options for the processor designer or architect looking to implement multithreading are quite extensive and varied, as evidenced not only by the research literature but also by the variety of commercial implementations. This book introduces the basic concepts of multithreading, describes the a number of models of multithreading, and then develops the three classic models (coarse-grain, fine-grain, and simultaneous multithreading) in greater detail. It describes a wide variety of architectural and software design tradeoffs, as well as opportunities specific to multithreading architectures. Finally, it details a number of important commercial and academic hardware implementations of multithreading. 
530 |a Also available in print. 
538 |a Mode of access: World Wide Web. 
538 |a System requirements: Adobe Acrobat Reader. 
588 |a Title from PDF t.p. (viewed on February 17, 2013). 
650 0 |a Computer architecture. 
650 0 |a Simultaneous multithreading processors. 
653 |a multithreading 
700 1 |a Tullsen, Dean M. 
776 0 8 |i Print version:  |z 9781608458554 
830 0 |a Synthesis digital library of engineering and computer science. 
830 0 |a Synthesis lectures in computer architecture ;  |v # 21.  |x 1935-3243 
856 4 8 |3 Abstract with links to full text  |u http://dx.doi.org/10.2200/S00458ED1V01Y201212CAC021 
942 |c EB 
999 |c 81066  |d 81066 
952 |0 0  |1 0  |4 0  |7 0  |9 73086  |a MGUL  |b MGUL  |d 2016-03-20  |l 0  |r 2016-03-20  |w 2016-03-20  |y EB