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] Replace thrust/rmm::device_vector in MST with rmm::device_uvector #184

Closed
divyegala opened this issue Mar 26, 2021 · 1 comment · Fixed by #286
Closed

[BUG] Replace thrust/rmm::device_vector in MST with rmm::device_uvector #184

divyegala opened this issue Mar 26, 2021 · 1 comment · Fixed by #286
Labels
bug Something isn't working inactive-30d

Comments

@divyegala
Copy link
Member

Since thrust/rmm::device_vector does not accept a stream argument, it's initialized on null stream. This is unsafe behavior when using any async memory resource from RMM

@divyegala divyegala added the bug Something isn't working label Mar 26, 2021
@github-actions
Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@divyegala divyegala linked a pull request Jul 16, 2021 that will close this issue
7 tasks
@rapids-bot rapids-bot bot closed this as completed in #286 Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working inactive-30d
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant