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

[complex] Enable complex autograd tests for diag #51268

Closed

Conversation

kshitij12345
Copy link
Collaborator

Reference: #33152

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Jan 28, 2021

💊 CI failures summary and remediations

As of commit 3351d38 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

@codecov
Copy link

codecov bot commented Jan 28, 2021

Codecov Report

Merging #51268 (3351d38) into master (b106250) will increase coverage by 12.84%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master   #51268       +/-   ##
===========================================
+ Coverage   68.02%   80.87%   +12.84%     
===========================================
  Files        1785     1942      +157     
  Lines      179650   211448    +31798     
===========================================
+ Hits       122204   171000    +48796     
+ Misses      57446    40448    -16998     

@kshitij12345 kshitij12345 marked this pull request as ready for review January 28, 2021 10:03
@@ -5037,7 +5037,7 @@ def run_functional_checks(test_case, test_name, name, apply_fn, run_grad_checks,
'mean', 'inverse', 'triangular_solve', 'solve', 'addcmul',
'addcdiv', 'linalg.tensorinv', 'matrix_exp', 'qr',
'narrow', 'swapaxes', 'swapdims', 'tensor_split', 'tile',
'baddbmm', 'addbmm', 'addmv'] + separate_complex_tests
'baddbmm', 'addbmm', 'addmv', 'diag'] + separate_complex_tests
Copy link
Contributor

Choose a reason for hiding this comment

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

we are trying to not add tests in method_tests anymore. could you please add an OpInfo based test for diag?

@anjali411 anjali411 added complex_autograd module: complex Related to complex number support in PyTorch labels Jan 28, 2021
@ailzhang ailzhang added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Jan 29, 2021
@anjali411
Copy link
Contributor

Hey @kshitij12345 looks like there are some merge conflicts. could you please rebase this PR?

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@anjali411 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@anjali411
Copy link
Contributor

ahh merge conflicts again 😞 @kshitij12345 sorry could you rebase one more time?

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@anjali411 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@anjali411 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@anjali411 merged this pull request in c39fb97.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed complex_autograd Merged module: complex Related to complex number support in PyTorch open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants