Skip to content
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

Add missing overloads for thrust::pow #1222

Merged
merged 2 commits into from
Dec 16, 2023
Merged

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Dec 15, 2023

Also add proper type checks for all of those overloads so that we can ensure that we are

this fixes nvbug[4397241

Also add proper type checks for all of those overloads so that we can ensure that we are
@miscco miscco requested review from a team as code owners December 15, 2023 20:18
@miscco miscco added nvbug Has an associated internal NVIDIA NVBug. thrust For all items related to Thrust. bug Something isn't working right. backport branch/2.3.x For backporting to the 2.3.x release branch labels Dec 15, 2023
@jrhemstad jrhemstad enabled auto-merge (squash) December 15, 2023 20:55
@jrhemstad jrhemstad merged commit ef2d09b into NVIDIA:main Dec 16, 2023
537 checks passed
Copy link
Contributor

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

Please cherry-pick the changes locally.

git fetch origin branch/2.3.x
git worktree add -d .worktree/backport-1222-to-branch/2.3.x origin/branch/2.3.x
cd .worktree/backport-1222-to-branch/2.3.x
git checkout -b backport-1222-to-branch/2.3.x
ancref=$(git merge-base a2efabac4d78dc1f29c40fe71f46db56b8411667 d24f9e99be708190fb998aebfd0bda3cd7d62956)
git cherry-pick -x $ancref..d24f9e99be708190fb998aebfd0bda3cd7d62956

@miscco miscco added backport done This PR has been backported to the relevant branch and removed backport branch/2.3.x For backporting to the 2.3.x release branch labels Jan 18, 2024
@miscco miscco deleted the fix_complex_more branch February 6, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport done This PR has been backported to the relevant branch bug Something isn't working right. nvbug Has an associated internal NVIDIA NVBug. thrust For all items related to Thrust.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants