Skip to content
Snippets Groups Projects
Verified Commit cecc4c84 authored by raphael.bach's avatar raphael.bach
Browse files

Update todo

parent 1e004708
No related branches found
No related tags found
No related merge requests found
========== General =============================================================
[] Support more than one out parameter for futhark functions
[] Provide default functions for linear algebra
========== Tests ===============================================================
- Game of life:
1) 4 quadrants each with a still life in their center which doesn't cross
envelopes
2) 4 quadrants each with a still life in their center which cross envelopes
3) Same as 1) with an oscillator
4) Same as 2) with an oscillator
5) 4 quadrants each with a glider
todo.md 0 → 100644
# TODO
## General
- [ ] Support more than one out parameter for futhark functions
- [ ] Provide default functions for linear algebra GPU side
- [ ] Implement MPI reduce functions GPU side
- [ ] MPI_MAX
- [ ] MPI_MIN
- [ ] MPI_SUM
- [ ] MPI_PROD
- [ ] MPI_LAND
- [ ] MPI_BAND
- [ ] MPI_LOR
- [ ] MPI_BOR
- [ ] MPI_LXOR
- [ ] MPI_BXOR
- [ ] MPI_MAXLOC
- [ ] MPI_MINLOC
## Tests
- [ ] Game of life:
- [ ] 1) 4 quadrants each with a still life which doesn't cross boundaries
- [ ] 2) 4 quadrants each with a still life which cross boundaries
- [ ] 3) Same as 1) with an oscillator
- [ ] 4) Same as 2) with an oscillator
- [ ] 5) 4 quadrants each with a glider
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment