-
Notifications
You must be signed in to change notification settings - Fork 294
[libcu++] Add sm_62 arch traits #6772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🥳 CI Workflow Results🟩 Finished in 1h 16m: Pass: 100%/90 | Total: 1d 04h | Max: 1h 12m | Hits: 98%/201496See results here. |
|
Thank you @pciolkosz! |
|
We should have backported this PR |
(cherry picked from commit 82d668b)
(cherry picked from commit 82d668b)
(cherry picked from commit 82d668b) Co-authored-by: pciolkosz <[email protected]>
(cherry picked from commit 82d668b) Co-authored-by: pciolkosz <[email protected]>
|
Backport failed for 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 |
|
Backport failed for 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 |
|
Ignore the above, I missed these changes were already back ported |
CUB has tunings for
sm_62, we should also expose arch traits for it, until all sm_6X traits are removed in the futureFixes #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