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

Make template parameters consistent in thrust::complex operators #555

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

srinivasyadav18
Copy link
Contributor

Uses the right template parameter in thrust::complex operators w.r.t to the arguments consistently.
Replaces T1 with T0 in is_arithmetic<T1>.

Description

closes #554

Checklist

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

Use the right template parameter in thrust::complex operators w.r.t to the arguments consistently.
Replace T1 with T0 in is_arithmetic<T1>.
@srinivasyadav18 srinivasyadav18 requested review from a team as code owners October 13, 2023 19:08
@srinivasyadav18 srinivasyadav18 requested review from miscco and removed request for a team October 13, 2023 19:08
@copy-pr-bot
Copy link

copy-pr-bot bot commented Oct 13, 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.

@srinivasyadav18 srinivasyadav18 requested review from ericniebler and removed request for a team October 13, 2023 19:08
Copy link
Collaborator

@miscco miscco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for fixing this inconsistency

@miscco
Copy link
Collaborator

miscco commented Oct 13, 2023

/ok to test

1 similar comment
@miscco
Copy link
Collaborator

miscco commented Oct 14, 2023

/ok to test

@miscco
Copy link
Collaborator

miscco commented Oct 14, 2023

Hi @srinivasyadav18

the CI seems stuck for due to some github issue. Could you please try to restart it by pushing to the PR?

Given that this PR only changes the names of template parameters I would suggest to add [skip-tests] to the commit message as building everything is sufficient here

@srinivasyadav18
Copy link
Contributor Author

@miscco I have added the [skip-tests] commit. Can you please invoke CI testing here. Thanks!

@miscco
Copy link
Collaborator

miscco commented Oct 14, 2023

@miscco I have added the [skip-tests] commit. Can you please invoke CI testing here. Thanks!

It sufficient to just add it to the commit header

/ok to test

@miscco
Copy link
Collaborator

miscco commented Oct 14, 2023

/ok to test

@miscco miscco merged commit 38d21a9 into NVIDIA:main Oct 16, 2023
461 checks passed
@miscco
Copy link
Collaborator

miscco commented Oct 16, 2023

Thanks a lot for fixing these inconsistencies 😸

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]: Inconsistent template parameter in thrust::complex operators
2 participants