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

Make nvrtc::findIncludePath inline #273

Closed csbnw closed 6 months ago

csbnw commented 6 months ago

Description

This fixes a problem where findIncludePath is defined multiple times.

Related issues: