Mercurial > repos > public > sbplib_julia
changeset 743:1978d4509207 feature/selectable_tests
Merge in default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Mar 2021 22:18:19 +0100 |
parents | e279c53eb647 (current diff) 05d8ea88c690 (diff) |
children | e0d50736d59a |
files | |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Notes.md Wed Mar 17 21:22:00 2021 +0100 +++ b/Notes.md Wed Mar 17 22:18:19 2021 +0100 @@ -311,3 +311,12 @@ contribute to "type bloat". On the other hand adapting existing types to handle embeddedness would complicate the now very simple grid types. Are there other ways of doing the implentation? + +## Performance measuring +We should be measuring performance early. How does our effective cpu and memory bandwidth utilization compare to peak performance? + +We should make these test simple to run for any solver. + +See [this talk](https://www.youtube.com/watch?v=vPsfZUqI4_0) for some simple ideas for defining effecive memory usage and some comparison with peak performance. + +