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

Allow move of cuda stream #203

Closed
wants to merge 3 commits into from
Closed

Conversation

gbalduzz
Copy link
Contributor

@gbalduzz gbalduzz commented Jul 6, 2020

The lack of the noexcept qualifier prevents std::vector from using the move constructor when resizing. Hence we create and destroy more streams than necessary.

@gbalduzz gbalduzz requested a review from PDoakORNL July 6, 2020 15:33
@gbalduzz
Copy link
Contributor Author

gbalduzz commented Jul 9, 2020

retest this, please

@gbalduzz
Copy link
Contributor Author

gbalduzz commented Jul 9, 2020

retest this, please.

@gbalduzz
Copy link
Contributor Author

gbalduzz commented Jul 9, 2020

retest this, please

1 similar comment
@gbalduzz
Copy link
Contributor Author

retest this, please

@gbalduzz
Copy link
Contributor Author

retest this, please.

@gbalduzz
Copy link
Contributor Author

Replaced by #189

@gbalduzz gbalduzz closed this Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants