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

Accounting for rmm::cuda_stream_pool not having a constructor for 0 streams #329

Merged

Conversation

divyegala
Copy link
Member

Comes from this PR rapidsai/rmm#873

@divyegala divyegala requested review from a team as code owners September 17, 2021 16:25
@github-actions github-actions bot added the cpp label Sep 17, 2021
@divyegala divyegala added 3 - Ready for Review bug Something isn't working non-breaking Non-breaking change labels Sep 17, 2021
@@ -64,18 +62,6 @@ TEST(Raft, GetHandleFromPool) {
ASSERT_EQ(parent.get_device(), child.get_device());
}

TEST(Raft, GetHandleFromPoolPerf) {
Copy link
Member Author

Choose a reason for hiding this comment

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

I had to remove this test because for some reason, the destructor for parent was being called while in the for loop. Since this is just a temporary fix, and my handle refactor will take care of the copy constructor for raft::handle_t, we should be fine

@cjnolet
Copy link
Member

cjnolet commented Sep 17, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 65a675f into rapidsai:branch-21.10 Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review bug Something isn't working cpp non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants