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

Remove use of libcudf's CUDA_HOST_DEVICE macro #475

Merged
merged 2 commits into from
Jan 11, 2022

Conversation

harrism
Copy link
Member

@harrism harrism commented Jan 11, 2022

One file in libcuspatial used CUDA_HOST_DEVICE from cudf/types.hpp instead of just __device__ inline, which is all it needed. rapidsai/cudf#9797 changed the name of the macro, which broke the build.

This trivial PR fixes it and removes that particular unnecessary dependency.

@harrism harrism requested a review from a team as a code owner January 11, 2022 05:16
@github-actions github-actions bot added the libcuspatial Relates to the cuSpatial C++ library label Jan 11, 2022
@harrism harrism added bug Something isn't working non-breaking Non-breaking change labels Jan 11, 2022
@harrism harrism self-assigned this Jan 11, 2022
@harrism harrism changed the title Remove use of CUDA_HOST_DEVICE from libcudf Remove use of libcudf's CUDA_HOST_DEVICE macro Jan 11, 2022
@harrism harrism requested review from cwharris and removed request for thomcom January 11, 2022 20:06
@trxcllnt
Copy link
Contributor

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 76c2c3f into rapidsai:branch-22.02 Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libcuspatial Relates to the cuSpatial C++ library non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants