Skip to content

refactor the exec::repeat_n algorithm#1702

Merged
ericniebler merged 2 commits intoNVIDIA:mainfrom
ericniebler:refactor-repeat-n
Dec 15, 2025
Merged

refactor the exec::repeat_n algorithm#1702
ericniebler merged 2 commits intoNVIDIA:mainfrom
ericniebler:refactor-repeat-n

Conversation

@ericniebler
Copy link
Collaborator

the CUDA maxwell example has its own copy of the exec::repeat_n algorithm that it customizes for the CUDA stream schedulers. It has a different interface than the one in <exec/repeat_n.hpp>, and uses of exec::repeat_n with the CUDA stream scheduler were not benefitting from the customization.

this PR cleans all that up.

@ericniebler ericniebler force-pushed the refactor-repeat-n branch 2 times, most recently from 52f2f14 to d53483c Compare December 15, 2025 18:45
@ericniebler ericniebler merged commit 80e3657 into NVIDIA:main Dec 15, 2025
21 checks passed
@ericniebler ericniebler deleted the refactor-repeat-n branch December 15, 2025 20:55
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.

1 participant