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

Change block size parameter from a global to a template param. #7333

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

nvdbaranec
Copy link
Contributor

Addresses followup review comment: #7096 (comment)

There was a constexpr global being used to initialize a template that could have been supplied from it's own template value.

@nvdbaranec nvdbaranec added 3 - Ready for Review Ready for review by team code quality libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Feb 5, 2021
@nvdbaranec nvdbaranec requested a review from a team as a code owner February 5, 2021 16:54
@nvdbaranec nvdbaranec added the improvement Improvement / enhancement to an existing function label Feb 5, 2021
@nvdbaranec nvdbaranec added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Feb 5, 2021
@codecov
Copy link

codecov bot commented Feb 5, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-0.19@5fe8720). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             branch-0.19    #7333   +/-   ##
==============================================
  Coverage               ?   81.80%           
==============================================
  Files                  ?      100           
  Lines                  ?    16608           
  Branches               ?        0           
==============================================
  Hits                   ?    13586           
  Misses                 ?     3022           
  Partials               ?        0           

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 5fe8720...598da65. Read the comment docs.

@nvdbaranec nvdbaranec removed the 3 - Ready for Review Ready for review by team label Feb 5, 2021
@nvdbaranec
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit eb8dc88 into rapidsai:branch-0.19 Feb 8, 2021
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 improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants