[Backport branch/3.4.x] [libcu++] Fix the default device pool getter#9412
Open
github-actions[bot] wants to merge 1 commit into
Open
[Backport branch/3.4.x] [libcu++] Fix the default device pool getter#9412github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
* Fix the default device pool getter * fix format * Fix clang-tidy * [libcu++] Move memory pool atrributes into their own file * [libcu++] Properly initialize the default memory pool We need to create a default memory pool per device The best place is to create it in `physical_device` because there we already have a lot of the machinery to do it once in place * Fix header guards * Drop include * Remove the physical device bits and use init_once in the pool getter --------- Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com> (cherry picked from commit 1028921)
Contributor
Contributor
|
/ok to test 1c8057a |
pciolkosz
approved these changes
Jun 12, 2026
Contributor
Author
🥳 CI Workflow Results🟩 Finished in 1h 22m: Pass: 100%/113 | Total: 2d 01h | Max: 1h 11m | Hits: 73%/458719See results here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport of #9351 to
branch/3.4.x.