eyalroz / cuda-kat

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

Check for volatile-correctness #66

Open eyalroz opened 4 years ago

eyalroz commented 4 years ago

Need to make a pass over the code to ensure I'm not missing any volatile qualifiers anywhere, particularly on inline PTX instructions and their wrappers.