a parallel in place rectangular matrix transpose algorithm
play

A Parallel, In-Place, Rectangular Matrix Transpose Algorithm - PowerPoint PPT Presentation

Stefan Amberger ICA & RISC amberger.stefan@gmail.com A Parallel, In-Place, Rectangular Matrix Transpose Algorithm Computational Complexity Analysis Table of Contents 1. Introduction 2. Revision of TRIP 3. Analysis of Computational


  1. Stefan Amberger ICA & RISC amberger.stefan@gmail.com A Parallel, In-Place, Rectangular Matrix Transpose Algorithm Computational Complexity Analysis

  2. Table of Contents 1. Introduction 2. Revision of TRIP 3. Analysis of Computational Complexity a. Work b. Span c. Parallelism d. Generalizations 2

  3. Introduction 3

  4. Introduction Computational Complexity of Parallel Algorithms Work “execution time on one processor” Introduction to Algorithms Third Edition, p777ff i.e.: all vertices of computation dag approximation: # of nodes of computation dag Parallelism Span ● average amount of work per step along critical path “execution time on infinitely many processors” ● maximum possible speedup i.e. length of critical path of computation dag ● limit on possibility of attaining perfect approximation: # of nodes on critical path speedup 4

  5. Revision of TRIP 5

  6. TRIP : If matrix is rectangular TRIP transposes sub-matrices, then combines the result with merge or split merge : first rotates the middle part of the array, then recursively merges the left and right parts of the array split : first recursively splits the left and right parts of the array, then rotates the middle part of the array 6

  7. Analysis of Computational Complexity 7

  8. Restriction to Powers of Two “power condition” Matrix dimensions M x N and N x M recursive calls are symmetric TRIP ’s recursive call are either all merge or all split 8

  9. Work 1. Example: Basic Algorithms 2. TRIP Result & Proof Sketch 9

  10. Work Example Work of Base Algorithms 10

  11. Result Work of TRIP Show that under power condition, for M x N matrix METHOD don’t count vertices in computation dag count inner nodes in recursion tree and swaps ● function calls (nodes in recursive call trees) ● memory accesses (swaps) 11

  12. Work of TRIP Proof Sketch Work of TRIP Work of merge Work of rol 12

  13. Work of TRIP wide matrices TRIP recursion is analogous for tall and wide matrices only difference: ● in merge rol is called before the recursive merge call ● in splitt rol is called after the recursive split call This difference does not cause a change in the amount of work of TRIP . 13

  14. Visualization Work as function of Matrix Dimensions 14

  15. Span 1. Example: Basic Algorithms 2. TRIP Result 15

  16. Span Example Span of Base Algorithms 16

  17. Span of TRIP Result Calculate span of tall matrix transpose count levels and swaps on critical path, that includes span of ● creating the divide tree ● combining the nodes via merge / split (itself recursive procedures) ● square-transposing in the leaf nodes 17

  18. Visualization Span as function of Matrix Dimensions 18

  19. Parallelism 19

  20. Result Rectangular Matrices Square Matrices calculation: ● divide work by span ● case distinction rectangular / square ● simplification using Landau symbols 20

  21. Generalizations power condition unsatisfied 21

  22. Example: 7 x 5 Matrix 22

  23. Generalization Power Condition not Satisfied 23

  24. Generalization Power Condition not Satisfied 24

  25. Generalization Power Condition not Satisfied 25

  26. Thank you

  27. Revision of TRIP 27

  28. TRIP Algorithm If matrix is rectangular TRIP transposes sub-matrices, then combines the result with merge or split 28

  29. merge Algorithm merge combines the transposes of sub-matrices of tall matrices merge first rotates the middle part of the array, then recursively merges the left and right parts of the array rol(arr, k) … left rotation (circular shift) of array arr by k elements 29

  30. split Algorithm split combines the transposes of sub-matrices of wide matrices split first recursively splits the left and right parts of the array, then rotates the middle part of the array split and merge are inverse to each other 30

  31. Work Proof 31

  32. Work of TRIP Overview Calculate work of tall matrix transpose ● spanning the divide tree ● combining the nodes via merge / split (itself recursive procedures) ● square-transposing in the leaf nodes 32

  33. Work of TRIP Proof - TRIP Tree Combining Nodes via merge Spanning Divide Tree 33

  34. Work of TRIP Proof - Merge Tree Combining via merge , rotate sub-arrays 34

  35. Work of TRIP Proof - Merge Tree Integrate rol result into merge work 35

  36. Work of TRIP Proof - TRIP Tree Integrate merge result into TRIP work 36

  37. Work of TRIP Proof - Square Transpose Recap 37

  38. Work of TRIP Proof - Square Transpose Lower Bound on # of inner nodes Upper Bound on # of inner nodes purely ternary tree purely quaternary tree 38

  39. Work of TRIP Proof - TRIP Tree Integrate square transpose result into TRIP work work of square transpose (including swapping) 39

  40. Conclusions 40

  41. Conclusions Novel Algorithm TRIP transposes rectangular matrices ● correctly ● in-place ● in highly parallel manner 41

  42. Roadmap 1. Work 2. Span 3. Parallelism 42

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