Skip to content

[libcu++] Ensure that cuda iterators work with all host only types#8868

Open
miscco wants to merge 2 commits intoNVIDIA:mainfrom
miscco:compressed_box_host_only
Open

[libcu++] Ensure that cuda iterators work with all host only types#8868
miscco wants to merge 2 commits intoNVIDIA:mainfrom
miscco:compressed_box_host_only

Conversation

@miscco
Copy link
Copy Markdown
Contributor

@miscco miscco commented May 7, 2026

We had reports that __compressed_movable_box was not friendly to host only types that were not trivially destructible

This ensures that we add the proper execution suppression macros and also adds a bunch of tests to verify that the cuda iterators work with host only types

Fixes #8382

We had reports that ``__compressed_movable_box` was not friendly to host only types that were not trivially destructible

This ensures that we add the proper execution suppression macros and also adds a bunch of tests to verify that the cuda iterators work with host only types

Fixes NVIDIA#8382
@miscco miscco requested a review from a team as a code owner May 7, 2026 12:21
@miscco miscco requested a review from Jacobfaib May 7, 2026 12:21
@github-project-automation github-project-automation Bot moved this to Todo in CCCL May 7, 2026
@cccl-authenticator-app cccl-authenticator-app Bot moved this from Todo to In Review in CCCL May 7, 2026
@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

😬 CI Workflow Results

🟥 Finished in 1h 36m: Pass: 48%/113 | Total: 22h 56m | Max: 41m 39s | Hits: 99%/104149

See results here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

[BUG]: cuda::transform_iterator triggers nvcc warning 20011/20013 in mixed host/device TUs

3 participants