签订房屋租赁合同应注意什么,简单合同范本什么(ppt)_第1页
签订房屋租赁合同应注意什么,简单合同范本什么(ppt)_第2页
签订房屋租赁合同应注意什么,简单合同范本什么(ppt)_第3页
签订房屋租赁合同应注意什么,简单合同范本什么(ppt)_第4页
签订房屋租赁合同应注意什么,简单合同范本什么(ppt)_第5页
已阅读5页,还剩12页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,David A. Bader, Virat Agarwal,太原房产网 ,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,2,Cell System Features,Heterogeneous multi-core system architecturePower Processor Element for control tasksSynergistic Processor Elements for data-intensive processing,Synergistic Processor Element (SPE) consists of Synergistic Processor Unit (SPU) Synergistic Memory Flow Control (MFC) Data movement & synchronization Interface to high-performance Element Interconnect Bus,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,3,Fast Fourier Transform,FFTs are used in: Data Compression, Seismic Imaging, Fluid Dynamics, Image Processing, etc. Medium Size FFTs Complex single-precision 1D FFT. Input samples and output results reside in main memory. Radix 2, 3 and 5. Optimized for 1K-16K points.,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,4,Existing FFT Research on Cell/B.E.,Williams et al., 2006, analyzed peak performance.Cico, Cooper and Greene, 2006 estimated 22.1 GFlops/s for an 8K complex 1D FFT that resides in the Local Store of one SPE.8 independent FFTs in local store of 8 SPEs gives 176.8 GFlops/s.Chow, Fossum and Brokenshire, 2005 achieved 46.8 GFlops/s for 16M complex FFT.Highly specialized for this particular input size.FFTW is a highly portable FFT library of various types, precision and input size.,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,5,Our FFTC is based on Cooley Tukey,Out of Place 1D FFT requires two arrays A & B for computation at each stage,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,6,Butterflies of the ordered DIF (Discrete in Frequency) FFT Algorithm. Does not require bit reveral at the end of all stages.,Illustration of the Algorithm,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,7,FFTC design on Cell/B.E.,Synchronize step after every stage leads to significant overheadLoad balancing to achieve better SPU utilizationVectorization difficult for every stageLimited local storerequire space for twiddle factors and input data.loop unrolling and duplication increases size of the code.Algorithm is branchy: Doubly nested for loop within the outer while loopLack of branch predictor compromises performance.,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,8,Paralleling FFTC,Number of chunks := 2*p p: Number of SPEs Chunk i and i+p are allocated to SPE i. Each chunk is fetched using DMA get with multibuffering. Achieves load balancing.,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,9,Tree Synchronization,Each synchronization stage takes 1 microsec In comparison to PPU coordinated sync. that takes 20 microsec. Minimizes sync. overhead,Synchronization after every stage using Inter-SPE DMA communication- Achieved in (2*logn) stages.,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,10,Optimization for SPE,Loop duplication for Stages 1 & 2 For vectorization of these stages we need to use spu_shuffle on output vector. Loop duplication for NPbuffersize and otherwise. - Need to stall for DMA get at different places within the loop. Code size increases which limits the size of FFT that can be computed.,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,11,Pseudo Code for the Algorithm on Cell,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,12,Experimental Setup,Manual Loop unrolling, multi-buffering, inter SPE communication, odd-even pipelining, vectorization.Instruction level profiling and performance analysis using Cell SDK 2.1FLOP analysisOperation Count : (5*N log N) floating point operationsFor 2 complex value computations we require- One complex subtraction (2 FLOP), One complex addition (2 FLOP) and one complex multiplication (6 FLOP).,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,13,Performance analysis : Scaling across SPEs,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,14,Performance Comparison of FFTs,* Performance numbers from BenchFFT.,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,15,FFTC is our high performance design of an FFT for a single 1-Dimensional DIF FFT.Use various optimization techniques such as Manual Loop unrolling, multi-buffering, inter SPE communication, odd-even pipelining, vectorization.Demonstrate superior performance of 18.6 GigaFlop/s for an FFT of size 8k-16K.Code available at /projects/cellbuzz/,Conclusions,Virat Agarwal, FFTC: Fastest Fourier Transform on the IBM Cell Broadband Engine,16,Acknowledgment of Support,National Science Foundation CSR: A Framework for Optimizing Scientific Applications (06-14915)CAREER: High-Performance Algorithms for Scientific Applications (06-11589; 00-93039)ITR: Building the Tree of Life - A National Resource for Phyloinformatics and Computational Phylogenetics (EF/BIO 03-31654)DBI: Acquisition of a High Performance Shared-Memory Com

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论