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 overload definition of thrust::complex operator!= #564

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

srinivasyadav18
Copy link
Contributor

Adds thrust::complex operator!=(const complex<T0> &x, const complex<T1> &y) definition, as its been declared in "complex.h".

Description

closes #563

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Adds thrust::complex "operator!=(const complex<T0> &x, const complex<T1> &y)" defintion, as its been declared in  "complex.h".
@srinivasyadav18 srinivasyadav18 requested review from a team as code owners October 14, 2023 13:07
@srinivasyadav18 srinivasyadav18 requested review from alliepiper and ericniebler and removed request for a team October 14, 2023 13:07
@copy-pr-bot
Copy link

copy-pr-bot bot commented Oct 14, 2023

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@miscco
Copy link
Collaborator

miscco commented Oct 14, 2023

/ok to test

@miscco miscco merged commit 08053df into NVIDIA:main Oct 14, 2023
469 checks passed
@miscco
Copy link
Collaborator

miscco commented Oct 14, 2023

Thanks a lot for finding this inconsistency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[FEA]: Missing overload definition of thrust::complex operator!=
2 participants