Skip to content

Implementation of Hierarchy Oblivious Algorithms

Notifications You must be signed in to change notification settings

toshioendo/hoalgos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hierarchy Oblivious Algorithms

under construction

Algorithm samples

  • stencil : A simple 3D stencil sample with recursive temporal blocking

  • matrix multiply: Dense matrix multuply with recursive divide and conquer

  • all pairs shortest path: Solve all pairs shortest path problem by Floyd-Warshall algorithm with recursive divide and conquer approach

References

Toshio Endo. Applying Recursive Temporal Blocking for Stencil Computations to Deeper Memory Hierarchy. In proceedings of the 7th IEEE Non-Volatile Memory Systems and Applications Symposium (NVMSA 2018). Aug 2018. [DOI: 10.1109/NVMSA.2018.00016]

(see ./docs/ directory)

Contact

Toshio Endo (endo-at-is.titech.ac.jp)

Twitter: toshioendo

Copyright (C) 2018-2019, Toshio Endo. All Rights Reserved.

About

Implementation of Hierarchy Oblivious Algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published