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

Move kernel vis over to CUDF_HIDDEN #16165

Open
wants to merge 3 commits into
base: branch-24.08
Choose a base branch
from

Conversation

robertmaynard
Copy link
Contributor

Description

Use CUDF_HIDDEN instead of the raw __attribute__((visibility("hidden"))) for symbol visibility controls on the CUDA kernels that we call from multiple TUs. This is primarily a style change so that we have consistent visibility markup across the entire project

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@robertmaynard robertmaynard added feature request New feature or request 3 - Ready for Review Ready for review by team non-breaking Non-breaking change labels Jul 2, 2024
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Jul 2, 2024
@robertmaynard robertmaynard force-pushed the fea/use_cudf_hidden_for_cuda_kernels branch from 73868c9 to 39a8ae4 Compare July 2, 2024 15:55
@robertmaynard robertmaynard force-pushed the fea/use_cudf_hidden_for_cuda_kernels branch from 39a8ae4 to cd1d047 Compare July 2, 2024 16:59
@robertmaynard robertmaynard marked this pull request as ready for review July 5, 2024 17:58
@robertmaynard robertmaynard requested a review from a team as a code owner July 5, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

None yet

2 participants