Skip to content

Commit

Permalink
Update ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbuurlage committed Mar 4, 2015
1 parent cfcc352 commit ba8c667
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
* [x] A working example. (dotproduct, hello world)

## 0.2
* [ ] Buffered communication
* [ ] A number of non-trivial examples. (e.g. lu-decomposition)
* [ ] `malloc`-esque memory management tool.
* [ ] Stable syncing
* [ ] Refactor build process
* [ ] Some debug tools (inspector, ...)
* [ ] Buffered communication (`bsp_put, bsp_get`)
* [x] A non-trivial example. (lu-decomposition)
* [ ] Simple `malloc`-esque memory management tool.
* [x] Stable syncing
* [ ] Refactor build process
* [ ] Usable debug tools (inspector)

## 0.3
* [ ] BSP message passing
* [ ] Support for NLA types (ebsp_matrix, ebsp_vector, ...)
* [ ] Support for some NLA types (`ebsp_matrix, ebsp_vector, ...`)

## 1.0
* [ ] All BSP primitives implemented
Expand Down

0 comments on commit ba8c667

Please sign in to comment.