😵 GPU examples make my eyes bleed #51
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
It can be tricky to write CUDA/HIP code that at least remotely looks like C++. At the moment the examples are littered with
// NOLINT
directives so that clang-tidy doesn't completely ragequit.Let's try to find better ways to write these examples.
The text was updated successfully, but these errors were encountered: