communication analysis of the communication analysis of
play

Communication Analysis of the Communication Analysis of the - PowerPoint PPT Presentation

Communication Analysis of the Communication Analysis of the Communication Analysis of the Cell Broadband Engine Processor Cell Broadband Engine Processor Cell Broadband Engine Processor Fabrizio Petrini Pacific Northwest National Laboratory


  1. Communication Analysis of the Communication Analysis of the Communication Analysis of the Cell Broadband Engine Processor Cell Broadband Engine Processor Cell Broadband Engine Processor Fabrizio Petrini Pacific Northwest National Laboratory fabrizio.petrini@pnl.gov Michael Perrone IBM TJ Watson mpp@us.ibm.com Michael Kistler and Gordon Fossum IBM Austin Research Laboratory mkistler@us.ibm.com, fossum@us.ibm.com EDGE Workshop, UNC, May 2006

  2. The Charm of the IBM Cell Broadband The Charm of the IBM Cell Broadband The Charm of the IBM Cell Broadband Engine Engine Engine Extraordinary processing power � 8 independent processing units (SPEs) � One control processor � A traditional 64-bit PowerPC At 3.2 Ghz the Cell � a peak performance of 204.8 Gflops/second (single precision) � 14.64 Gflops/second (double precision) 2

  3. Communication Performance Communication Performance Communication Performance Internal bus (Element Interconnect Bus EIB) with peak performance of 204.8 Gbytes/second Memory Bandwidth 25.6 Gbytes/second Impressive I/O bandwidth � 25 Gbytes/second inbound � 35 Gbytes/second outbound Many outstanding memory requests � Up to 128, typical of multi-threaded processors 3

  4. Moving the Spotlight from Processor Moving the Spotlight from Processor Moving the Spotlight from Processor Performance to Communication Performance Performance to Communication Performance Performance to Communication Performance Traditionally the focus is on (raw) processor performance Emphasis is now shifting towards communication performance Lots of (peak) processing power inside a chip (approaching Teraflops/sec) � Small fraction is delivered to applications Lots of (peak) aggregate communication bandwidth inside the chip (approaching Terabytes/sec) � But processing units do not interact frequently Small on chip local memories � Little data reuse Main memory bandwidth is the primary bottleneck And then I/O and network bandwidth 4

  5. Dangerous Connection Between Memory and Dangerous Connection Between Memory and Dangerous Connection Between Memory and Network Performance and Programmability Network Performance and Programmability Network Performance and Programmability Programming model is already a critical issue � And it is going to get worse Low data-reuse increases the algorithmic complexity Memory and Network bandwidth are key to achieve performance and simplify the programming model Multi-core Uni-bus ☺ 5

  6. Internal Structure of the Cell BE Internal Structure of the Cell BE Internal Structure of the Cell BE IOIF1 PPE SPE1 SPE3 SPE5 SPE7 DATA ARBITER BIF MIC SPE0 SPE2 SPE4 SPE6 IOIF0 6

  7. Cell BE Communication Architecture Cell BE Communication Architecture Cell BE Communication Architecture SPUs can only access programs and data in their local storage SPEs have a DMA controller that performs transfers between local stores, main memory and I/O SPUs can post list a list of DMAs SPUs can also use mailboxes and signals to perform basic synchronizations More complex synchronization mechanisms can support atomic operations All resources can be memory mapped 7

  8. SPE Internal Architecture SPE Internal Architecture SPE Internal Architecture MFC 1.6 GHz MMIO (1) SPU Interface Channel DMAC (2) (5) (6) DMA (3) Queues LS EIB (4) MMU BIU TLB (7) (7) 16B/cyc in/out 3.2 GHz 1.6 GHz (6) MIC Memory (7) (7) (off chip) 16B/cyc in/out 8

  9. Basic Latencies (3.2 Ghz) Basic Latencies (3.2 Ghz) Basic Latencies (3.2 Ghz) LATENCY CYCLES NANOSECONDS COMPONENT DMA issue 10 3.125 DMA to EIB 30 9.375 List Element Fetch 10 3.125 Coherence 100 31.25 Protocol Data Transfer for 140 43.75 inter-SPE put TOTAL 290 90.61 9

  10. Is this is a processor or a supercomputer Is this is a processor or a supercomputer Is this is a processor or a supercomputer on a chip? on a chip? on a chip? Striking similarities with high-performance networks for supercomputers � E.g., Quadrics Elan4 DMAs overlap computation and communication Similar programming model Similar synchronization algorithms � Barriers, allreduces, scatter & gather We can adopt the same techniques that we already use in high-performance clusters and supercomputers! 10

  11. DMA Latency DMA Latency DMA Latency 1200 Blocking Get, Memory Blocking Get, SPE Blocking Put, Memory 1000 Blocking Put, SPE Latency (nanoseconds) 800 600 400 200 0 4 16 64 256 1024 4096 16384 Msg Size (bytes) 11

  12. DMA Bandwidth DMA Bandwidth DMA Bandwidth 25 Blocking Get, Memory Blocking Get, SPE Blocking Put, Memory 20 Blocking Put, SPE Bandwidth (GB/second) 15 10 5 0 4 16 64 256 1024 4096 16384 Msg Size (bytes) 12

  13. DMA batches (put) DMA batches (put) DMA batches (put) 30 Blocking Batch = 2 25 Batch = 4 Batch = 8 Bandwidth (GB/second) Batch = 16 20 Batch = 32 Non Blocking 15 10 5 0 4 16 64 256 1024 4096 16384 Msg Size (bytes) 13

  14. Hot Spot Hot Spot Hot Spot 26 25 Aggregate Bandwidth (GB/second) 24 23 22 21 20 19 Put, Memory Get, Memory 18 Put, SPE Get, SPE 17 1 2 3 4 5 6 7 8 SPEs 14

  15. Latency Distribution under Hot- -Spot Spot Latency Distribution under Hot-Spot Latency Distribution under Hot 100 Blocking Put 90 Non Blocking Put 80 70 60 Items 50 40 30 20 10 0 0 2 4 6 8 10 12 14 Latency µ s 15

  16. Aggregate Behavior Aggregate Behavior Aggregate Behavior 200 Uniform Traffic Complement Traffic 180 Aggregate Bandwidth (GB/second) Pairwise Traffic, Put 160 Pairwise Traffic, Get 140 120 100 80 60 40 20 2 3 4 5 6 7 8 SPEs 16

  17. Putting the Pieces Back Together Putting the Pieces Back Together Putting the Pieces Back Together We have discussed the “raw” communication capability of the network We now try to see how we can parallelize scientific application on the Cell BE � A point in a large design space Sweep3D: a well known scientific application A case study to provide insight on the various aspects of the Cell BE � Parallelization strategies, nature of parallelism, actual computation and communication performance 17

  18. Challenges Challenges Challenges Initial excitement in the scientific community, but concerns about the � Actual fraction of performance that can be achieved with real applications � Complexity of developing new applications � Complexity of developing new parallelizing compilers � Whether there is clear migration path for existing legacy software, written using MPI, Shared memory programming libraries (Global Arrays, UPC, Cray Shmem, etc. ) 18

  19. Sweep3D Sweep3D Sweep3D Application kernel representative of the ASC workload � Considerable number of cycles on ASC machines � Relevant for a number of national security applications at PNNL � It solves 1-group time-independent discrete ordinates three-dimensional neutron transport problem 19

  20. Sweep3D: data mapping and Sweep3D: data mapping and Sweep3D: data mapping and communication pattern communication pattern communication pattern 20

  21. Parallelization Strategy Parallelization Strategy Parallelization Strategy Process level parallelism � We keep the existing MPI parallelization, to guarantee seamless migration path of existing software Thread-level parallelism � Take advantage of loop independency Data-streaming parallelism � Data orchestration algorithms Vector parallelism � To exploit vector units Pipeline parallelism � Even-odd pipe optimizations 21

  22. 22

  23. An arsenal of tools/techniques and An arsenal of tools/techniques and An arsenal of tools/techniques and optimizations optimizations optimizations 23

  24. Work in progress Work in progress Work in progress 24

  25. How does it compare with other How does it compare with other How does it compare with other processors? processors? processors? 25

  26. Multicore surprises surprises Multicore Multicore surprises High sustained floating point performance � 64% in double precision (9 Gflops), 25% in single (50 Gflops) � Typical values of actual performance for Sweep3D are 5-10% Memory bound � The real problem, is data movement, not floating point performance Outstanding Power Efficiency � 2-4 times faster than BlueGene/L, the most power efficient computer at the moment (conservative estimate) 26

  27. Conclusions Conclusions Conclusions Papers available at the following URLs � Cell Multiprocessor Interconnection Network: Built for Speed , IEEE Micro, May/June 2006 � http://hpc.pnl.gov/people/fabrizio/ieeemicro-cell.pdf � Multicore Surprises: Lesson Learned from Optimizing Sweep3D on the Cell Broadband Engine, Submitted for publication � http://hpc.pnl.gov/people/fabrizio/sweep3d-cell.pdf 27

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend