tomograph / synkrotomo

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

Make a script to measure memory usage of an algorithm run on the GPU #4

Open tomograph opened 5 years ago

tomograph commented 5 years ago

Find a way to easily compare the memory usage of different implementations. Nice to have: Be able to compare it to memory usage of ASTRA

KariPed commented 5 years ago

This will probably be somewhat crude, and based on -D outputs from running the code

Look into memory profiling in CUDA, it should be quite easy and pretty