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

Prime numbers in C #77

Closed isazi closed 1 year ago

isazi commented 2 years ago

Some participants find it hard to write the CUDA prime numbers kernel because they lack C knowledge, provide an (optional) implementation of the code in C.

isazi commented 1 year ago

Currently testing a new exercise that provides very inefficient CUDA code, instead of no code at all.