Skip to content

Conversation

@vishwakftw
Copy link
Contributor

@vishwakftw vishwakftw commented Dec 14, 2019

Changelog:

  • Port existing implementation of cholesky_inverse from TH/THC to ATen
  • Implement batching of inputs
  • Update doc string for cholesky_inverse

Test Plan:

  • Add tests for batched cholesky_inverse

Closes #24685, closes #24543

@ajrcampbell
Copy link

@vishwakftw do you know when your branch will be merged? Thanks

@vishwakftw
Copy link
Contributor Author

@ajrcampbell I don’t think it’ll be a part of 1.4.0. I believe they are working on it now, so this will have to wait until the first week of January presumably.

@ezyang ezyang added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Jan 2, 2020
@VitalyFedyunin
Copy link
Contributor

Overall good. Please add benchmark numbers before/after porting. I will add @gchanan as reviewer as I'm going to be on vaca next 2 weeks.

@VitalyFedyunin VitalyFedyunin requested a review from gchanan January 2, 2020 20:54
Copy link
Contributor

@VitalyFedyunin VitalyFedyunin left a comment

Choose a reason for hiding this comment

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

Needs bechmarking before merge.

@gchanan gchanan removed their request for review June 3, 2020 15:57
@vishwakftw vishwakftw closed this Sep 10, 2020
facebook-github-bot pushed a commit that referenced this pull request Dec 9, 2021
…puts. (#69069)

Summary:
While implementing #68720,
We found out empirically that `torch.cholesky_inverse` support batched inputs, but it is not explained in doc: [link](#68720 (review))
`torch.cholesky_inverse` is implemented in #50269 and the doc was updated at #31275 but not merged.
neerajprad

Pull Request resolved: #69069

Reviewed By: mrshenli

Differential Revision: D32979362

Pulled By: neerajprad

fbshipit-source-id: 0967c969434ce6e0ab15889c240149c23c0bce44
PaliC added a commit that referenced this pull request Dec 10, 2021
…puts. (#69069)

Summary:
While implementing #68720,
We found out empirically that `torch.cholesky_inverse` support batched inputs, but it is not explained in doc: [link](#68720 (review))
`torch.cholesky_inverse` is implemented in #50269 and the doc was updated at #31275 but not merged.
neerajprad

Reviewed By: mrshenli

Differential Revision: D32979362

Pulled By: neerajprad

fbshipit-source-id: 0967c969434ce6e0ab15889c240149c23c0bce44

[ghstack-poisoned]
PaliC added a commit that referenced this pull request Dec 10, 2021
…puts. (#69069)

Summary:
While implementing #68720,
We found out empirically that `torch.cholesky_inverse` support batched inputs, but it is not explained in doc: [link](#68720 (review))
`torch.cholesky_inverse` is implemented in #50269 and the doc was updated at #31275 but not merged.
neerajprad

Reviewed By: mrshenli

Differential Revision: D32979362

Pulled By: neerajprad

fbshipit-source-id: 0967c969434ce6e0ab15889c240149c23c0bce44
desertfire pushed a commit that referenced this pull request Dec 13, 2021
…puts. (#69069)

Summary:
While implementing #68720,
We found out empirically that `torch.cholesky_inverse` support batched inputs, but it is not explained in doc: [link](#68720 (review))
`torch.cholesky_inverse` is implemented in #50269 and the doc was updated at #31275 but not merged.
neerajprad

Pull Request resolved: #69069

Reviewed By: mrshenli

Differential Revision: D32979362

Pulled By: neerajprad

fbshipit-source-id: 0967c969434ce6e0ab15889c240149c23c0bce44
desertfire pushed a commit that referenced this pull request Dec 14, 2021
…puts. (#69069)

Summary:
While implementing #68720,
We found out empirically that `torch.cholesky_inverse` support batched inputs, but it is not explained in doc: [link](#68720 (review))
`torch.cholesky_inverse` is implemented in #50269 and the doc was updated at #31275 but not merged.
neerajprad

Pull Request resolved: #69069

Reviewed By: mrshenli

Differential Revision: D32979362

Pulled By: neerajprad

fbshipit-source-id: 0967c969434ce6e0ab15889c240149c23c0bce44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

Migrate cholesky_inverse from the TH to Aten (CPU) Migrate cholesky_inverse from the TH to Aten (CUDA)

4 participants