1 / 9

FFTW and Matlab*p

FFTW and Matlab*p. Richard Hu 6.338 Project. Outline. Background Work Done and Algorithm Results Q&A. Background. Integrating FFTW into Matlab*p requires translating from block-cyclic distribution to row distribution and back Want to minimize communication and delays. Work Done.

khoi
Télécharger la présentation

FFTW and Matlab*p

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. FFTW and Matlab*p Richard Hu 6.338 Project

  2. Outline • Background • Work Done and Algorithm • Results • Q&A

  3. Background • Integrating FFTW into Matlab*p requires translating from block-cyclic distribution to row distribution and back • Want to minimize communication and delays

  4. Work Done • Program translates between virtually any block-cyclic distribution and any row distribution • Requires knowledge of positions of blocks and rows for other processors

  5. Algorithm • Clump blocks in the same row together to achieve “temporary” row distribution • Shift rows between processors to achieve “desired” row distribution • Calculate Fourier Transform • Shift rows between processors back to “temporary” row distribution • Divide rows into blocks

  6. Algorithm • Gather positions of blocks and rows for other processors and group into sorted arrays • Iterates through every position in the matrix and determines the sending and receiving processor

  7. Results

  8. Variants • One processor acts as head node, directing sends and receives • Each node keeps track of the rows and columns it should send/receive and all communication is done at the end.

  9. Questions

More Related