We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVRTC and NVTX define non-inline functions, and hence can only be used in a single translation unit within an executable. :-(
The text was updated successfully, but these errors were encountered:
Fixes #392: Made all NVRTC and NVTX functions inline to allow for the…
66f5ea2
…ir use in different translation units. * The `inclusion_in_two_translation_units` example program now includes the NVTX and NVRTC wrappers as well.
2904112
eyalroz
No branches or pull requests
NVRTC and NVTX define non-inline functions, and hence can only be used in a single translation unit within an executable. :-(
The text was updated successfully, but these errors were encountered: