optimising spmv for fem on fpgas
play

Optimising SpMV for FEM on FPGAs Paul Grigoras, Pavel Burovskiy, - PowerPoint PPT Presentation

Optimising SpMV for FEM on FPGAs Paul Grigoras, Pavel Burovskiy, Wayne Luk, Spencer Sherwin 1 2 Finite Element Methods - Solve PDEs over large, unstructured geometries PDEs: Incompressible Navier Stokes, Shallow Water etc.


  1. Optimising SpMV for FEM on FPGAs Paul Grigoras, Pavel Burovskiy, Wayne Luk, Spencer Sherwin 1

  2. 2

  3. Finite Element Methods - Solve PDEs over large, unstructured geometries ● PDEs: Incompressible Navier Stokes, Shallow Water etc. ● Applications: computational fluid dynamics, biomedicine, geoscience, etc. 3

  4. Finite Element Methods Source: www.nektar.info Mesh over unstructured domain 4

  5. Finite Element Methods Mesh elements Source: www.nektar.info Mesh over unstructured domain 5

  6. Finite Element Methods Mesh elements Source: www.nektar.info Assembly Sparse Matrix Mesh over unstructured domain 6

  7. Finite Element Methods Mesh elements Source: www.nektar.info Assembly Sparse Matrix PDE Solver Mesh over unstructured domain 7

  8. Finite Element Methods Source: www.nektar.info Source: www.nektar.info Mesh over CFD Simulation unstructured domain 8

  9. Finite Element Methods Mesh elements Source: www.nektar.info Assembly Sparse Matrix PDE Solver Mesh over unstructured domain 9

  10. Finite Element Methods Mesh elements Source: www.nektar.info Assembly Sparse Matrix PDE Solver Mesh over Linear Solver unstructured domain 10

  11. Finite Element Methods Mesh elements Source: www.nektar.info Assembly Sparse Matrix PDE Solver Mesh over Iterative Linear Solver ⇒ SpMV unstructured domain 11

  12. Finite Element Methods Mesh elements Source: www.nektar.info Assembly Sparse Matrix PDE Solver Mesh over Vector Gather/Scatter Block Diagonal SpMV unstructured domain [Burovskiy FPL15] (this work) 12

  13. Overview ● Point of departure : focus on high order, spectral HP FEM, with local assembly ○ block diagonal SpMV (this work) vs generic SpMV (prior work) 13

  14. Block SpMV ● Each dense block corresponds to one element ● Larger dense blocks ⇒ More structured computation 14

  15. Overview ● Point of departure : focus on high order, spectral HP FEM, with local assembly ○ block diagonal SpMV (this work) vs generic SpMV (prior work) 15

  16. Overview ● Point of departure : focus on high order, spectral HP FEM, with local assembly ○ block diagonal SpMV (this work) vs generic SpMV (prior work) ● Contributions : ○ Optimised architecture and implementation for block diagonal SpMV ○ Resource constrained performance model for the proposed architecture ○ Automated method to customise the architecture based on mesh parameters 16

  17. Overview ● Point of departure : focus on high order, spectral HP FEM, with local assembly ○ block diagonal SpMV (this work) vs generic SpMV (prior work) ● Contributions : ○ Optimised architecture and implementation for block diagonal SpMV ○ Resource constrained performance model for the proposed architecture ○ Automated method to customise the architecture based on mesh parameters ● Result : a custom, mesh-specific architecture generator ○ Maximise throughput/area ⇒ fit larger meshes & improve performance 17

  18. Architecture ● Each MPE has ○ Independent memory channel ○ Customisable precision datapath ○ Variable depth FIFO - support block variations at runtime 18

  19. Architecture ● Each MPE has ○ Independent memory channel ○ Customisable precision datapath ○ Variable depth FIFO - support block variations at runtime ● Design: ○ Parametric: NMPEs, MPEwidth ○ Task vs Data Parellelism tradeoff ○ ⇒ Mesh specific optimal config. 19

  20. Architecture ● Each MPE has ○ Independent memory channel ○ Customisable precision datapath ○ Variable depth FIFO - support block variations at runtime ● Design: ○ Parametric: NMPEs, MPEwidth ○ Task vs Data Parellelism tradeoff ○ ⇒ Mesh specific optimal config. ● Block SpMV advantages: ⇒ Simplified control (format decoding) ⇒ Reduced metadata ⇒ Simplified reduction circuit 20

  21. Parameter Extraction ● Assume matrix is block diagonal ● Extract mesh parameters: size & number of blocks for each element ● In DSE: find and synthesise optimal architectures ● At runtime: select the appropriate architecture 21

  22. Performance Model ● Mesh parameters ⇒ optimal architecture parameters ● Performance: ● Resource usage: ● Functional, hardware constraints ⇒ See paper for details 22

  23. Runtime ● Software layer - can be integrated in existing FEM software packages ● Reorder to enforce linear access pattern in DRAM ○ Maximise throughput ○ Minimise control logic 23

  24. Putting it Together 24

  25. Putting it Together Offline tuning : build a repository of customised architectures from a set of mesh instances 25

  26. Putting it Together Offline tuning : build a Runtime: select the repository of customised optimal architecture for an architectures from a set of input mesh instance mesh instances 26

  27. Evaluation 27

  28. Evaluation ● Implementation ○ Design: MaxComplier + MaxJ dataflow language ○ FPGA Server: Maxeler Max 4 Maia (Stratix VSG, 48GB DRAM, per board) ○ Software: C++14, G++ 5.2 ○ CPU Server: Dual Intel Xeon E5-2640, 64GB DRAM, Infiniband QSFP ○ Place and route with Altera Quartus 14.1 ○ Available as extension to the CASK framework [Grigoras et al, FPGA 16]: ■ http://caskorg.github.io/cask/ ● Reference software - Nektar++ FEM Package, http://www.nektar.info/ ● Reference hardware ○ [Burovskiy et al, FPL 15], Nektar++ Accelerated FEM 28

  29. Experiments 1. What is the benefit of tuning architecture based on mesh properties ? a. Fixed mesh (NACA 1L, [Burovskiy et al, FPL 2015]) - optimal architecture 29

  30. 30

  31. Compute efficiency is maximised for smaller MPE Width 31

  32. Compute efficiency is maximised for smaller MPE Width Achieved DRAM bandwidth is maximised for larger MPE Width 32

  33. Compute efficiency is maximised for smaller MPE Width Achieved DRAM bandwidth is maximised for larger MPE Width ⇒ aggressive tuning (max MPE Width) - not resource efficient 33

  34. Experiments 1. What is the benefit of tuning architecture based on mesh properties ? a. Fixed mesh (NACA 1L, [Burovskiy et al, FPL 2015]) - optimal architecture ⇒ find architecture with good efficiency ⇒ improve performance s.t. resource usage 34

  35. Experiments 1. What is the benefit of tuning architecture based on mesh properties ? a. Fixed mesh (NACA 1L, [Burovskiy et al, FPL 2015]) - optimal architecture ⇒ find architecture with good efficiency ⇒ improve performance s.t. resource usage b. Fixed architecture, variable mesh, data parallel vs task parallel 35

  36. 36

  37. A1 ~ 2X Better A2 ~ 2X Better 37

  38. A1 ~ 2X Better A2 ~ 2X Better +Mem. Chan., -Vector lanes, 1058 BRAMs - Mem. Chan., + Vector lanes, 686 BRAMs 38

  39. A1 ~ 2X Better A2 ~ 2X Better +Mem. Chan., -Vector lanes, 1058 BRAMs - Mem. Chan., + Vector lanes, 686 BRAMs ⇒ Good for small blocks ⇒ Good for large blocks 39

  40. A1 ~ 2X Better A2 ~ 2X Better +Mem. Chan., -Vector lanes, 1058 BRAMs - Mem. Chan., + Vector lanes, 686 BRAMs ⇒ Good for small blocks ⇒ Good for large blocks 40

  41. Experiments 1. What is the benefit of tuning architecture based on mesh properties ? a. Fixed mesh (NACA 1L, [Burovskiy et al, FPL 2015]) - optimal architecture ⇒ find architecture with good efficiency ⇒ improve performance s.t. resource usage b. Fixed architecture, variable mesh, data parallel vs task parallel ⇒ select optimal MPE Width and N Mpe for given mesh ⇒ improve performance, reduce resource usage 41

  42. Experiments 1. What is the benefit of tuning architecture based on mesh properties ? a. Fixed mesh (NACA 1L, [Burovskiy et al, FPL 2015]) - optimal architecture ⇒ find architecture with good efficiency ⇒ improve performance s.t. resource usage b. Fixed architecture, variable mesh, data parallel vs task parallel ⇒ select optimal MPE Width and N Mpe for given mesh ⇒ improve performance, reduce resource usage 2. What is the expected benefit for a full FEM implementation? a. Baseline, Nektar++ implementation from [Burovskiy et al, FPL 2015] 42

  43. 43

  44. Experiments 1. What is the benefit of tuning architecture based on mesh properties ? a. Fixed mesh (NACA 1L, [Burovskiy et al, FPL 2015]) - optimal architecture ⇒ find architecture with good efficiency ⇒ improve performance s.t. resource usage b. Fixed architecture, variable mesh, data parallel vs task parallel ⇒ select optimal MPE Width and N Mpe for given mesh ⇒ improve performance, reduce resource usage 2. What is the expected benefit for a full FEM implementation? a. Baseline, Nektar++ implementation from [Burovskiy et al, FPL 2015] ⇒ enabling larger problem sizes, not supported by previous work. ⇒ enable a good proportion of the projected speedup (3X over CPU) 44

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