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

[BUG] Rng: removed cyclic dependency creating hard-to-debug compiler errors #639

Merged
merged 1 commit into from
May 4, 2022

Conversation

MatthiasKohl
Copy link
Contributor

@MatthiasKohl MatthiasKohl commented May 4, 2022

This PR removes a cyclic dependency from raft/random/rng_device.cuh which can create compiler errors (only in some cases).
Since there are no direct includes of raft/random/rng_device.cuh in cuml and cugraph, the impact of the PR is low.
However, it will improve things for cugraph-ops and cuopt which use this header directly.

@MatthiasKohl MatthiasKohl requested a review from a team as a code owner May 4, 2022 16:44
@github-actions github-actions bot added the cpp label May 4, 2022
@MatthiasKohl MatthiasKohl added bug Something isn't working 3 - Ready for Review breaking Breaking change and removed cpp labels May 4, 2022
@cjnolet
Copy link
Member

cjnolet commented May 4, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 1de8f1b into rapidsai:branch-22.06 May 4, 2022
@cjnolet cjnolet added this to PR-WIP in RAFT v22.06 Release via automation May 4, 2022
@MatthiasKohl MatthiasKohl deleted the bug-rng-cyclic-dep branch May 11, 2022 13:19
@cjnolet cjnolet moved this from PR-WIP to Done in RAFT v22.06 Release May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review breaking Breaking change bug Something isn't working
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants