Skip to content

Conversation

@fbusato
Copy link
Contributor

@fbusato fbusato commented Dec 31, 2025

Fixes #7057

Description

Refactor mdspan methods to use const references for temporary mapping objects to fix #7057

@fbusato fbusato self-assigned this Dec 31, 2025
@fbusato fbusato requested a review from a team as a code owner December 31, 2025 19:31
@fbusato fbusato added the 3.2.0 Targeted for 3.2.0 release label Dec 31, 2025
@fbusato fbusato added this to CCCL Dec 31, 2025
@github-project-automation github-project-automation bot moved this to Todo in CCCL Dec 31, 2025
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Dec 31, 2025
@github-actions

This comment has been minimized.

@fbusato fbusato enabled auto-merge (squash) December 31, 2025 23:31
@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2026

🥳 CI Workflow Results

🟩 Finished in 4h 39m: Pass: 100%/91 | Total: 23h 42m | Max: 46m 34s | Hits: 94%/210325

See results here.

@fbusato fbusato merged commit 8136b82 into NVIDIA:main Jan 2, 2026
302 of 308 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Jan 2, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2026

Backport failed for branch/3.2.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin branch/3.2.x
git worktree add -d .worktree/backport-7059-to-branch/3.2.x origin/branch/3.2.x
cd .worktree/backport-7059-to-branch/3.2.x
git switch --create backport-7059-to-branch/3.2.x
git cherry-pick -x 8136b82468e0c17f4adda51717c63a53b57061dc

@bdice
Copy link
Contributor

bdice commented Jan 2, 2026

@fbusato If you’re able to fix the backport for branch/3.2.x, I’ll test it in RAFT and revert the changes I made to remove constexpr usage.

@fbusato
Copy link
Contributor Author

fbusato commented Jan 2, 2026

yes, this is my intention

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

Labels

3.2.0 Targeted for 3.2.0 release backport branch/3.2.x

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[BUG]: mdspan property checks are no longer constexpr

3 participants