Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Add matrix determinant operator in linalg #15007

Merged
merged 30 commits into from
Aug 7, 2019
Merged

Commits on May 21, 2019

  1. add backbone

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    f34e079 View commit details
    Browse the repository at this point in the history
  2. cpu forward det

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    ce29d9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    744d0ee View commit details
    Browse the repository at this point in the history
  4. fix

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    8aa6547 View commit details
    Browse the repository at this point in the history
  5. register gpu det forward

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    77ecd98 View commit details
    Browse the repository at this point in the history
  6. add gpu det backward

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    4aa4620 View commit details
    Browse the repository at this point in the history
  7. register gpu det backward

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    324476c View commit details
    Browse the repository at this point in the history
  8. fix

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    cedff67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46bd8ae View commit details
    Browse the repository at this point in the history
  10. stop grad for zero det

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    41fac4c View commit details
    Browse the repository at this point in the history
  11. fix

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    8a886d5 View commit details
    Browse the repository at this point in the history
  12. fix

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    3f9b4f0 View commit details
    Browse the repository at this point in the history
  13. reduce grad transfer

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a7da490 View commit details
    Browse the repository at this point in the history
  14. fix docs

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    56a2e33 View commit details
    Browse the repository at this point in the history
  15. update comments

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a0ca56c View commit details
    Browse the repository at this point in the history
  16. fix docs

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    1084b61 View commit details
    Browse the repository at this point in the history
  17. fix lint

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a46ba03 View commit details
    Browse the repository at this point in the history
  18. add test

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a701edb View commit details
    Browse the repository at this point in the history
  19. update docs

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    cd3858f View commit details
    Browse the repository at this point in the history
  20. add operator

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a632ac6 View commit details
    Browse the repository at this point in the history
  21. update test

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    df9bcc6 View commit details
    Browse the repository at this point in the history
  22. trigger CI

    arcadiaphy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    4855b8e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. remove slash

    arcadiaphy committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ece449f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. update operator check

    arcadiaphy committed May 24, 2019
    Configuration menu
    Copy the full SHA
    cd23f6a View commit details
    Browse the repository at this point in the history
  2. update comments and docs

    arcadiaphy committed May 24, 2019
    Configuration menu
    Copy the full SHA
    02bb95f View commit details
    Browse the repository at this point in the history
  3. update det helper function

    arcadiaphy committed May 24, 2019
    Configuration menu
    Copy the full SHA
    e3e489d View commit details
    Browse the repository at this point in the history
  4. remove logdet

    arcadiaphy committed May 24, 2019
    Configuration menu
    Copy the full SHA
    8aa6e3b View commit details
    Browse the repository at this point in the history
  5. add no grad when det = 0

    arcadiaphy committed May 24, 2019
    Configuration menu
    Copy the full SHA
    9826d25 View commit details
    Browse the repository at this point in the history
  6. update comments and docs

    arcadiaphy committed May 24, 2019
    Configuration menu
    Copy the full SHA
    d768e36 View commit details
    Browse the repository at this point in the history
  7. remove remaining logdet

    arcadiaphy committed May 24, 2019
    Configuration menu
    Copy the full SHA
    8870555 View commit details
    Browse the repository at this point in the history