tomograph / synkrotomo

Tomographic reconstruction library aimed at reconstruction from Synchrotron Data
1 stars 0 forks source link

Create a graph demonstrating the performance of bp and fp #1

Closed tomograph closed 5 years ago

tomograph commented 5 years ago

Make a script which can make a graph showing the performance of ASTRA bp/fp vs. futhark bp/fp I.E: add astra timings to the graph below and remove some of the redundant futhark times. comparison of runtimes

tomograph commented 5 years ago
  1. I made the script benchandplot_fut_vs_astra to compare runtimes.
  2. I changed timing of astra to read the data from the same files we use for futhark to be sure we compare on the exact same data.

The results are very promising since fut_bp is now faster than astra BP: comparison of runtimes

Once @LaerkeDIKU is done with #3 we should run the script for more sizes, and with the new FP alg implemented here.

tomograph commented 5 years ago

I fixed the axis labels