carpentries-incubator / lesson-gpu-programming

GPU Programming with Python and CUDA.
https://carpentries-incubator.github.io/lesson-gpu-programming/
Other
19 stars 12 forks source link

Polish image processing for astronomy #101

Closed HannoSpreeuw closed 1 year ago

HannoSpreeuw commented 1 year ago

These changes should reflect comments from learners at the last edition of our course. Better visualisation and fewer repetitions of timings wrt the four steps in image processing for astronomy. Only the first step is now timed on both CPU and GPU, the next three are only shown on the CPU. The final exercise has been corrected: only the first two steps can be performed by a host/device agnostic function. The last two steps can be combined into a single function, but that will have to be a separate function for the GPU. Learners will need about half an hour for the final exercise of Day 1.

isazi commented 1 year ago

Is this ready for merge?

HannoSpreeuw commented 1 year ago

Yes, it is ready for merge and then branch can be deleted.