Skip to content

Conversation

@pciolkosz
Copy link
Contributor

@pciolkosz pciolkosz commented Nov 25, 2025

CUB has tunings for sm_62, we should also expose arch traits for it, until all sm_6X traits are removed in the future

Fixes #6743

Latest programming guide doesn't have information about sm_6X, older version needs to be used for validation https://docs.nvidia.com/cuda/archive/12.9.1/cuda-c-programming-guide/index.html#features-and-technical-specifications

@pciolkosz pciolkosz requested a review from a team as a code owner November 25, 2025 03:36
@pciolkosz pciolkosz requested a review from fbusato November 25, 2025 03:36
@github-project-automation github-project-automation bot moved this to Todo in CCCL Nov 25, 2025
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Nov 25, 2025
@github-actions
Copy link
Contributor

🥳 CI Workflow Results

🟩 Finished in 1h 16m: Pass: 100%/90 | Total: 1d 04h | Max: 1h 12m | Hits: 98%/201496

See results here.

@bernhardmgruber bernhardmgruber merged commit 82d668b into NVIDIA:main Nov 25, 2025
104 of 105 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Nov 25, 2025
@bernhardmgruber
Copy link
Contributor

Thank you @pciolkosz!

@davebayer
Copy link
Contributor

We should have backported this PR

davebayer pushed a commit to davebayer/cccl that referenced this pull request Nov 25, 2025
(cherry picked from commit 82d668b)
davebayer pushed a commit to davebayer/cccl that referenced this pull request Nov 25, 2025
(cherry picked from commit 82d668b)
davebayer added a commit that referenced this pull request Nov 25, 2025
(cherry picked from commit 82d668b)

Co-authored-by: pciolkosz <[email protected]>
davebayer added a commit that referenced this pull request Nov 25, 2025
(cherry picked from commit 82d668b)

Co-authored-by: pciolkosz <[email protected]>
@github-actions
Copy link
Contributor

Backport failed for branch/3.1.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.1.x
git worktree add -d .worktree/backport-6772-to-branch/3.1.x origin/branch/3.1.x
cd .worktree/backport-6772-to-branch/3.1.x
git switch --create backport-6772-to-branch/3.1.x
git cherry-pick -x 82d668b9415c7f6667dc79de8506a6b2c3306eea

@github-actions
Copy link
Contributor

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-6772-to-branch/3.2.x origin/branch/3.2.x
cd .worktree/backport-6772-to-branch/3.2.x
git switch --create backport-6772-to-branch/3.2.x
git cherry-pick -x 82d668b9415c7f6667dc79de8506a6b2c3306eea

@pciolkosz
Copy link
Contributor Author

Ignore the above, I missed these changes were already back ported

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.

cuda::arch_id::sm_62 is missing

3 participants