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

[API TESTS] Standardization and add more array api tests #20725

Merged
merged 43 commits into from
Nov 21, 2021

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    ab24c24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ba1bbd View commit details
    Browse the repository at this point in the history
  3. fix lint

    barry-jin committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    27dbc99 View commit details
    Browse the repository at this point in the history
  4. fix build

    barry-jin committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3a59e69 View commit details
    Browse the repository at this point in the history
  5. fix lint

    barry-jin committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    9e80789 View commit details
    Browse the repository at this point in the history
  6. fix

    barry-jin committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    0de4201 View commit details
    Browse the repository at this point in the history
  7. fix build

    barry-jin committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4e20e9c View commit details
    Browse the repository at this point in the history
  8. fix lint

    barry-jin committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    19d501e View commit details
    Browse the repository at this point in the history
  9. update

    barry-jin committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f6bc4d1 View commit details
    Browse the repository at this point in the history
  10. fix

    barry-jin committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    9dfe283 View commit details
    Browse the repository at this point in the history
  11. fix lint

    barry-jin committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    c02603e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. fix

    barry-jin committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    46d696b View commit details
    Browse the repository at this point in the history
  2. update remainder

    barry-jin committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7a89f56 View commit details
    Browse the repository at this point in the history
  3. fix lint

    barry-jin committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    270e60d View commit details
    Browse the repository at this point in the history
  4. switch to no tvmop

    barry-jin committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    fe9813b View commit details
    Browse the repository at this point in the history
  5. fix tests

    barry-jin committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    291896e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. fix elemwise binary

    barry-jin committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    92332f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. update asarray

    barry-jin committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3a11d15 View commit details
    Browse the repository at this point in the history
  2. Revert "update asarray"

    This reverts commit 3a11d15.
    barry-jin committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    599fdcf View commit details
    Browse the repository at this point in the history
  3. fix precision

    barry-jin committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ac811b2 View commit details
    Browse the repository at this point in the history
  4. fix precision

    barry-jin committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    77388ef View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. fix

    barry-jin committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ba4ccd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3deb673 View commit details
    Browse the repository at this point in the history
  3. fix floor_divide

    barry-jin committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    780f5ae View commit details
    Browse the repository at this point in the history
  4. fix dtype_from_number

    barry-jin committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c176ec2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. fix asarray

    barry-jin committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a4cabe5 View commit details
    Browse the repository at this point in the history
  2. fix asarray docstring

    barry-jin committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    05dc28b View commit details
    Browse the repository at this point in the history
  3. merge data type functions

    barry-jin committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6b77e38 View commit details
    Browse the repository at this point in the history
  4. add un-func standard tests

    barry-jin committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    9c79023 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e87451 View commit details
    Browse the repository at this point in the history
  6. add type_result tests

    barry-jin committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    5d88d75 View commit details
    Browse the repository at this point in the history
  7. add binary tests

    barry-jin committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    bcb88e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53397b2 View commit details
    Browse the repository at this point in the history
  9. fix lint

    barry-jin committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a2e221d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. update

    barry-jin committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b1de51b View commit details
    Browse the repository at this point in the history
  2. update rtol, atol

    barry-jin committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f6ff8c3 View commit details
    Browse the repository at this point in the history
  3. update rtc types

    barry-jin committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    811cd63 View commit details
    Browse the repository at this point in the history
  4. fix floor,ceil,trunc

    barry-jin committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    6e248ff View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. update rtc type promotion

    barry-jin committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ce1af6d View commit details
    Browse the repository at this point in the history
  2. update tests

    barry-jin committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5fa0297 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. update mod

    barry-jin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    7d77e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    811e409 View commit details
    Browse the repository at this point in the history
  3. fix lint

    barry-jin committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5944c4b View commit details
    Browse the repository at this point in the history