rules_ll
rules_ll copied to clipboard
😵 GPU examples make my eyes bleed
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.