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

Numpy compatible max #15161

Merged
merged 24 commits into from
Jun 19, 2019
Merged

Numpy compatible max #15161

merged 24 commits into from
Jun 19, 2019

Commits on Jun 11, 2019

  1. numpy amax

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    ca3a0df View commit details
    Browse the repository at this point in the history
  2. weird cu file diff

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    01a5810 View commit details
    Browse the repository at this point in the history
  3. fix the unit test error

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    2429159 View commit details
    Browse the repository at this point in the history
  4. fix gpu bug

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    624804a View commit details
    Browse the repository at this point in the history
  5. minor fix

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    2467fd4 View commit details
    Browse the repository at this point in the history
  6. fix lint

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    1844b36 View commit details
    Browse the repository at this point in the history
  7. remove scalar value check

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    c4766b1 View commit details
    Browse the repository at this point in the history
  8. fix the bug on unit test

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    03d4737 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc8deff View commit details
    Browse the repository at this point in the history
  10. add zero dimension unit test

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    8be2213 View commit details
    Browse the repository at this point in the history
  11. revert the tuple change

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    f56bdc6 View commit details
    Browse the repository at this point in the history
  12. use mshadow maximum

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    64ff438 View commit details
    Browse the repository at this point in the history
  13. remove test zero

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    0b44eb6 View commit details
    Browse the repository at this point in the history
  14. change the macro for now

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    08f3623 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    73af04a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    13f1002 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    34786d7 View commit details
    Browse the repository at this point in the history
  18. change back to type swtich

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    484f72b View commit details
    Browse the repository at this point in the history
  19. change to as_nd_ndarray

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    cf43bd5 View commit details
    Browse the repository at this point in the history
  20. add missing @npx.use_np_shape

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    20f4a2f View commit details
    Browse the repository at this point in the history
  21. retrigger CI

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    84877f8 View commit details
    Browse the repository at this point in the history
  22. address the comment

    stu1130 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    a4ccb11 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. undo algorithm import

    stu1130 committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    67ec6ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9103292 View commit details
    Browse the repository at this point in the history