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

Make get_cache_idx a weak symbol with dummy template #1733

Merged
merged 2 commits into from
Aug 11, 2023

Conversation

ahendriksen
Copy link
Contributor

Fixes issue #1511. Make get_cache_idx a weak symbol (to allow linking multiple symbols) without marking it inline (to avoid compilation warnings that are promoted to errors in nvcc 12).

Related issues:

Related PRs:

Related to issues rapidsai#1511 and rapidsai#1490.

Should perhaps make this static (can remove weak linkage) or
hidden (should keep weak linkage). (See issue rapidsai#1722)
@ahendriksen ahendriksen requested a review from a team as a code owner August 10, 2023 14:05
@github-actions github-actions bot added the cpp label Aug 10, 2023
@ahendriksen ahendriksen added 3 - Ready for Review bug Something isn't working non-breaking Non-breaking change cpp and removed cpp labels Aug 10, 2023
@ahendriksen ahendriksen self-assigned this Aug 10, 2023
Copy link
Contributor

@achirkin achirkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Allard, for catching up on this! LGTM

@cjnolet
Copy link
Member

cjnolet commented Aug 11, 2023

/merge

@rapids-bot rapids-bot bot merged commit bfe0fb5 into rapidsai:branch-23.10 Aug 11, 2023
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review bug Something isn't working cpp non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

3 participants