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

[Numpy] Add op fmax, fmin, fmod #17567

Merged
merged 7 commits into from
Mar 23, 2020
Merged

[Numpy] Add op fmax, fmin, fmod #17567

merged 7 commits into from
Mar 23, 2020

Commits on Mar 18, 2020

  1. [Numpy] Add op fmax, fmin

    * Fix sanity
    
    * Fix bug of gpu part, add scalar compute
    
    * Finish cpu,gpu test of fmax, fmin
    hanke580 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    2e4b22c View commit details
    Browse the repository at this point in the history
  2. * Fix 3rd Party

    hanke580 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    ef3bd4d View commit details
    Browse the repository at this point in the history
  3. * Prune redundent alias

    Han authored and hanke580 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    3b1e4dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0b668f View commit details
    Browse the repository at this point in the history
  5. * Fix rfmod function

    hanke580 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    5f6a4d7 View commit details
    Browse the repository at this point in the history
  6. * Impl FFI

    hanke580 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    281946d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de10158 View commit details
    Browse the repository at this point in the history