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 align_ptr_for_type() from cuda.cuh to alignment.hpp #6859

Merged

Conversation

davidwendt
Copy link
Contributor

Closes #6857

This function contains only C++ STL code and no CUDA code. Also, including it in the column_device_view.cuh required a new dependency on cub/cub.cuh (per the cuda.cuh) as found when building blazingSQL.

@GPUtester
Copy link
Collaborator

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@davidwendt davidwendt self-assigned this Nov 30, 2020
@davidwendt davidwendt added 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. labels Nov 30, 2020
Copy link
Contributor

@rgsl888prabhu rgsl888prabhu left a comment

Choose a reason for hiding this comment

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

LGTM

@davidwendt davidwendt added this to PR-WIP in v0.17 Release via automation Nov 30, 2020
@davidwendt davidwendt moved this from PR-WIP to PR-Needs review in v0.17 Release Nov 30, 2020
@harrism harrism added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Nov 30, 2020
v0.17 Release automation moved this from PR-Needs review to PR-Reviewer approved Nov 30, 2020
@harrism harrism removed the 3 - Ready for Review Ready for review by team label Nov 30, 2020
@wmalpica
Copy link

Thanks @davidwendt this should help us

@codecov
Copy link

codecov bot commented Dec 1, 2020

Codecov Report

Merging #6859 (226dd3d) into branch-0.17 (f3c9322) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           branch-0.17    #6859   +/-   ##
============================================
  Coverage        81.94%   81.94%           
============================================
  Files               96       96           
  Lines            16164    16164           
============================================
  Hits             13246    13246           
  Misses            2918     2918           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3c9322...226dd3d. Read the comment docs.

@davidwendt davidwendt added the non-breaking Non-breaking change label Dec 1, 2020
@rapids-bot rapids-bot bot merged commit cdc53b7 into rapidsai:branch-0.17 Dec 1, 2020
v0.17 Release automation moved this from PR-Reviewer approved to Done Dec 1, 2020
@davidwendt davidwendt deleted the move-align-ptr-for-type-fn branch December 1, 2020 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
No open projects
v0.17 Release
  
Done
Development

Successfully merging this pull request may close these issues.

Move cudf::detail::align_ptr_for_type from cuda.cuh to .hpp header
7 participants