Skip to content

Conversation

@pciolkosz
Copy link
Contributor

Currently we have dynamic_shared_memory launch option type and dynamic_shared_memory_view to get it from the config. We would like to move to two overloads of dynamic_shared_memory function, one that creates the option given type/size and one to get it from the config. This simplifies the interface and the overloads will never be ambitious.

Because dynamic_shared_memory is currently a type, I had to rename the type to dynamic_shared_memory_option with private constructors and instead introduce factory functions

@pciolkosz pciolkosz requested a review from a team as a code owner December 17, 2025 02:22
@pciolkosz pciolkosz requested a review from wmaxey December 17, 2025 02:22
@github-project-automation github-project-automation bot moved this to Todo in CCCL Dec 17, 2025
@pciolkosz pciolkosz requested a review from davebayer December 17, 2025 02:22
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Dec 17, 2025
@github-actions

This comment has been minimized.

@pciolkosz pciolkosz requested a review from a team as a code owner December 17, 2025 07:24
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@pciolkosz pciolkosz force-pushed the rename_shared_memory_option branch from c2dbe7a to e067be9 Compare December 18, 2025 19:03
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

🥳 CI Workflow Results

🟩 Finished in 1h 25m: Pass: 100%/123 | Total: 21h 28m | Max: 39m 58s | Hits: 98%/229723

See results here.

@pciolkosz pciolkosz merged commit c1c32c5 into NVIDIA:main Dec 19, 2025
264 of 269 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Dec 19, 2025
github-actions bot pushed a commit that referenced this pull request Dec 19, 2025
* Remove _view from the shared memory getter

* Forgot about cudax

(cherry picked from commit c1c32c5)
@github-actions
Copy link
Contributor

Successfully created backport PR for branch/3.2.x:

fbusato pushed a commit to fbusato/cccl that referenced this pull request Dec 23, 2025
* Remove _view from the shared memory getter

* Forgot about cudax
pciolkosz added a commit that referenced this pull request Jan 6, 2026
)

* Remove _view from the shared memory getter

* Forgot about cudax

(cherry picked from commit c1c32c5)

Co-authored-by: pciolkosz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants