You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

Distributed Sparse Matrix-Vector Multiplication on Hama

  • TODO: Describe about SpMV introduction, BSP, Structure, Reordering, Partitioning, Load Balancing, ..., etc. // eddie

NOTE: the most important issues are locality and load balance partitioning.

Distributed SpMV introduction

...

Implementation

  • Task partitioning to multi BSP processors
  • Algorithm pseudo code

...

  • No labels