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

Add matrix inversion operator in linalg #14963

Merged
merged 21 commits into from
May 20, 2019
Merged

Commits on May 13, 2019

  1. add inverse cpu

    arcadiaphy committed May 13, 2019
    Configuration menu
    Copy the full SHA
    e0e6694 View commit details
    Browse the repository at this point in the history
  2. add comment

    arcadiaphy committed May 13, 2019
    Configuration menu
    Copy the full SHA
    bb0e0c4 View commit details
    Browse the repository at this point in the history
  3. add inverse backward cpu

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

Commits on May 14, 2019

  1. add inverse gpu

    arcadiaphy committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d142477 View commit details
    Browse the repository at this point in the history
  2. able to compile

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

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

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

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    decc6af View commit details
    Browse the repository at this point in the history
  2. update docs

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

    arcadiaphy committed May 15, 2019
    Configuration menu
    Copy the full SHA
    fa8e1ed View commit details
    Browse the repository at this point in the history
  4. fix misaligned memory

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

    arcadiaphy committed May 15, 2019
    Configuration menu
    Copy the full SHA
    470ba36 View commit details
    Browse the repository at this point in the history
  6. fix lint

    arcadiaphy committed May 15, 2019
    Configuration menu
    Copy the full SHA
    39551bc View commit details
    Browse the repository at this point in the history
  7. fix android

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

Commits on May 16, 2019

  1. fix indent

    arcadiaphy committed May 16, 2019
    Configuration menu
    Copy the full SHA
    8d16468 View commit details
    Browse the repository at this point in the history
  2. change transfer gradient

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

    arcadiaphy committed May 16, 2019
    Configuration menu
    Copy the full SHA
    808104d View commit details
    Browse the repository at this point in the history
  4. refactor test

    arcadiaphy committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d647bfa View commit details
    Browse the repository at this point in the history
  5. delete unnecessary copy

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

Commits on May 18, 2019

  1. trigger CI

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

Commits on May 20, 2019

  1. fix test

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