Skip to content
New issue

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, NVTX wrappers can't be used in different translation units #392

Closed
eyalroz opened this issue Aug 8, 2022 · 0 comments
Closed

NVRTC, NVTX wrappers can't be used in different translation units #392

eyalroz opened this issue Aug 8, 2022 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Aug 8, 2022

NVRTC and NVTX define non-inline functions, and hence can only be used in a single translation unit within an executable. :-(

@eyalroz eyalroz added the bug label Aug 8, 2022
@eyalroz eyalroz self-assigned this Aug 8, 2022
eyalroz added a commit that referenced this issue Aug 8, 2022
…ir use in different translation units.

* The `inclusion_in_two_translation_units` example program now includes the NVTX and NVRTC wrappers as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant