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 incorrect std::move call on return variable #7319

Merged

Conversation

davidwendt
Copy link
Contributor

Returning a unique pointer using std::move causes a compile error for gcc 9 and above.
Simple fix to remove the incorrect move semantic in segmented_sort.cu get_segment_indices.

@davidwendt davidwendt added bug Something isn't working 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Feb 4, 2021
@davidwendt davidwendt self-assigned this Feb 4, 2021
@davidwendt davidwendt requested a review from a team as a code owner February 4, 2021 21:33
@davidwendt davidwendt added this to PR-WIP in v0.18 Release via automation Feb 4, 2021
@davidwendt davidwendt moved this from PR-WIP to PR-Needs review in v0.18 Release Feb 4, 2021
v0.18 Release automation moved this from PR-Needs review to PR-Reviewer approved Feb 4, 2021
@galipremsagar
Copy link
Contributor

rerun tests

@codecov
Copy link

codecov bot commented Feb 5, 2021

Codecov Report

Merging #7319 (795f51f) into branch-0.18 (8860baf) will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.18    #7319      +/-   ##
===============================================
+ Coverage        82.09%   82.21%   +0.12%     
===============================================
  Files               97      100       +3     
  Lines            16474    16955     +481     
===============================================
+ Hits             13524    13940     +416     
- Misses            2950     3015      +65     
Impacted Files Coverage Δ
python/cudf/cudf/__init__.py 100.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/avro.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/csv.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/fuzzer.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/io.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/json.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/main.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/orc.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/parquet.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/utils.py 0.00% <ø> (ø)
... and 76 more

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 253dfdf...14ba82c. Read the comment docs.

@davidwendt davidwendt added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Feb 5, 2021
@davidwendt
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit f1a6616 into rapidsai:branch-0.18 Feb 5, 2021
v0.18 Release automation moved this from PR-Reviewer approved to Done Feb 5, 2021
@davidwendt davidwendt deleted the remove-segment-ids-return branch February 5, 2021 04:41
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 bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
No open projects
v0.18 Release
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants