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 batch cholesky function #1041

Merged
merged 1 commit into from Mar 29, 2022

Conversation

ishihara-y
Copy link
Contributor

Adding batch-wise cholesky decomposition function.
The backward of this function returns symmetric matrix for convenience.
(Even though cholesky decomposition requires only the upper/lower part of the matrix.)
See also this pytorch's issue.

For implementation details see this paper.

@ishihara-y ishihara-y self-assigned this Mar 29, 2022
@TakuyaNarihira TakuyaNarihira added the release-note-op-layer Auto-release; Layer Functions label Mar 29, 2022
@TakuyaNarihira TakuyaNarihira merged commit e0a2dbd into master Mar 29, 2022
@TakuyaNarihira TakuyaNarihira deleted the feature/20210608-cholesky-decomposition branch March 29, 2022 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-op-layer Auto-release; Layer Functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants