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

Added torch.linalg.eigvals to torch frontend#10848 #11074

Closed
wants to merge 10,000 commits into from
Closed

Added torch.linalg.eigvals to torch frontend#10848 #11074

wants to merge 10,000 commits into from

Conversation

Radu2k
Copy link
Contributor

@Radu2k Radu2k commented Feb 26, 2023

Tested for both matrix and batch of matrices.
Close #10848

clsandoval and others added 30 commits February 12, 2023 12:50
Co-authored-by: jkeane508 <jameskeane508@gmail.com>
Co-authored by: Dev-Khant <devkhant24@gmail.com>, nassimberrada <Nassim>
Co-authored-by: CatB1t <skytedits@gmail.com>
Co-authored-by: agniiyer <agni.iyer14@alumni.imperial.ac.uk>
Co-authored-by: agniiyer <agni.iyer14@alumni.imperial.ac.uk>
Co-authored-by: sherry30 <sherrytst30@gmail.com>
…end because `jax.image.resize` doesn't support it
* Add divmod method for jax frontend

* use floor_divide instead of divide
* tensorflow.roll implementation

* code formating

* added required changes
vaatsalya123 and others added 21 commits February 24, 2023 16:30
* Added cosh instance method to pytorch frontend

Co-authored-by: YushaArif<101613943+YushaArif99@users.noreply.github.com>
Co-authored-by: Felix Hirwa Nshuti <hirwanshutiflx@gmail.com>
Co-authored-by: Felix Hirwa Nshuti <hirwanshutiflx@gmail.com>
Co-authored-by: agniiyer <agni.iyer14@alumni.imperial.ac.uk>
* Remove reference to now deleted setting up discussion in setting_up.rst

* Fix typo in Empty Suite error section of setting_up.rst
Co-authored-by: CatB1t <skytedits@gmail.com>
to fix their behavior with multiple axises to reduce
Co-authored-by: nathzi1505 <41519676+nathzi1505@users.noreply.github.com>
Co-authored-by: nathzi1505 <41519676+nathzi1505@users.noreply.github.com>
Co-authored-by: nathzi1505 <41519676+nathzi1505@users.noreply.github.com>
Added tf.asin  to the TF frontend

Co-authored-by: Yusha Arif <101613943+YushaArif99@users.noreply.github.com>
Added poisson_nll_loss to the PyTorch frontend. 

Co-authored-by: Yusha Arif <101613943+YushaArif99@users.noreply.github.com>
Added log instance method to the PyTorch frontend

Co-authored by: Yusha Arif <101613943+YushaArif99@users.noreply.github.com>
Co-authored by: aditya-hari <adityahari3791@gmail.com>
Co-authored-by: WilliamHirst bod_holthe@outlook.com
Co-authored-by: Radu2k <radusalavat48@gmail.com>
@ivy-leaves ivy-leaves added the PyTorch Frontend Developing the PyTorch Frontend, checklist triggered by commenting add_frontend_checklist label Feb 26, 2023
@ivy-leaves ivy-leaves added Array API Conform to the Array API Standard, created by The Consortium for Python Data API Standards JAX Frontend Developing the JAX Frontend, checklist triggered by commenting add_frontend_checklist labels Feb 27, 2023
@Radu2k
Copy link
Contributor Author

Radu2k commented Feb 27, 2023

Hi @juliagsy ,

I have submitted this after the main git push announced in the last 3 days. Apparently there has been another push and it is showing that my PR is ahead with 10000 commits. Could you please let me know if we can check this PR and merge only the important 2 files that I have been working on or I have to resubmit it?

Regards,
Radu

@Radu2k
Copy link
Contributor Author

Radu2k commented Feb 27, 2023

Hi @juliagsy ,

Here is the same solution but resubmitted with the new master #11140.

Regards,
Radu

@juliagsy
Copy link
Contributor

Hey! Apologies for the late reply!

We rebased the repository recently which caused the 10000 commits, please kindly update your fork and copy over your changes in the related files only a new PR. After that, you may close this PR!

We sincerely apologise for any inconvenience and thanks a lot for your understanding and cooperation!

PS: The new PR is the one! Thanks so much!

@Radu2k Radu2k closed this Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Array API Conform to the Array API Standard, created by The Consortium for Python Data API Standards JAX Frontend Developing the JAX Frontend, checklist triggered by commenting add_frontend_checklist PyTorch Frontend Developing the PyTorch Frontend, checklist triggered by commenting add_frontend_checklist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eigvals