Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 557 Bytes

ROADMAP.md

File metadata and controls

22 lines (17 loc) · 557 Bytes

Roadmap

0.1

  • Minimal subset of BSP model, sufficient for simple programs.
  • A working example. (dotproduct, hello world)

0.2

  • Buffered communication (bsp_put, bsp_get)
  • A non-trivial example. (lu-decomposition)
  • Simple malloc-esque memory management tool.
  • Stable syncing
  • Refactor build process
  • Usable debug tools (inspector)

0.3

  • BSP message passing
  • Support for some NLA types (ebsp_matrix, ebsp_vector, ...)

1.0

  • All BSP primitives implemented
  • Complete documentation