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

Events and streams #83

Closed isazi closed 1 year ago

isazi commented 1 year ago

To end the lesson, participants could be made aware of two further concepts: streams and events. As an example, we could implement time measurements using these two features, avoiding to use CuPy benchmark.