This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add matrix determinant operator in linalg (#15007)
* add backbone * cpu forward det * refactor for gpu forward det * fix * register gpu det forward * add gpu det backward * register gpu det backward * fix * add logdet slogdet backward * stop grad for zero det * fix * fix * reduce grad transfer * fix docs * update comments * fix docs * fix lint * add test * update docs * add operator * update test * trigger CI * remove slash * update comments and docs * update det helper function * update operator check * remove logdet * add no grad when det = 0 * update comments and docs * remove remaining logdet
- Loading branch information
1 parent
aadef2d
commit 45db8ea
Showing
9 changed files
with
679 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.