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

下载本文档

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

文档简介

1、FFTC: Fastest Fourier Transform on the IBM Cell Broadband EngineDavid A. Bader, Virat Agarwal太原房产网 Cell System FeaturesHeterogeneous multi-core system architecturePower Processor Element for control tasksSynergistic Processor Elements for data-intensive processing Synergistic Processor Element (SPE)

2、 consists of Synergistic Processor Unit (SPU) Synergistic Memory Flow Control (MFC) Data movement & synchronization Interface to high-performance Element Interconnect Bus2Fast Fourier Transform FFTs are used in: Data Compression, Seismic Imaging, Fluid Dynamics, Image Processing, etc. Medium Size FF

3、Ts Complex single-precision 1D FFT. Input samples and output results reside in main memory. Radix 2, 3 and 5. Optimized for 1K-16K points.3Existing 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

4、 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, precisi

5、on and input size.4Our FFTC is based on Cooley Tukey Out of Place 1D FFT requires two arrays A & B for computation at each stage5 Butterflies of the ordered DIF (Discrete in Frequency) FFT Algorithm. Does not require bit reveral at the end of all stages.Illustration of the Algorithm6FFTC design on C

6、ell/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 br

7、anchy: Doubly nested for loop within the outer while loopLack of branch predictor compromises performance.7Paralleling 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.8Tree Synchro

8、nization 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. 9Optimization for SPE Loop duplication for Stages 1 & 2 For v

9、ectorization 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.10Pseudo Code for the Algorithm on Cell11E

10、xperimental SetupManual 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-

11、 One complex subtraction (2 FLOP), One complex addition (2 FLOP) and one complex multiplication (6 FLOP).12Performance analysis : Scaling across SPEs13Performance Comparison of FFTs* Performance numbers from BenchFFT.14FFTC is our high performance design of an FFT for a single 1-Dimensional DIF FFT.

12、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 :/ of SupportNational 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

温馨提示

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

评论

0/150

提交评论