nlesc-recruit / cudawrappers

C++ wrapper for the Nvidia C libraries (e.g. CUDA driver, nvrtc, cuFFT etc.)
https://cudawrappers.readthedocs.io/en/latest/
Apache License 2.0
5 stars 5 forks source link

Fix inline_local_includes #287

Closed csbnw closed 5 months ago

csbnw commented 5 months ago

Description

!286 contained a bug, return unintentionally returned from the macro, not just from the for loop. This caused no kernel file to be written at all.

Related issues:

Instructions to review the pull request