eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Adapt include guards to this library + drop their use of block comment #12

Closed eyalroz closed 5 years ago

eyalroz commented 5 years ago

Two issues with the include guards:

  1. They don't have CUDA_KAT in them
  2. The end-of-file include guard uses a block comment /* */ rather than a line comment.

Let's change that.