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

[MXNET-1185] [WIP] Support large array in several operators #13191

Closed
wants to merge 46 commits into from

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    a572198 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. fix large array in sum

    apeforest committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    e37a06b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e48b274 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. fix bug in shape

    apeforest committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    b183c3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcebf5a View commit details
    Browse the repository at this point in the history
  3. fix bug in slice operator

    apeforest committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    3c7557b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    904f09b View commit details
    Browse the repository at this point in the history
  5. add nightly test

    apeforest committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    08bd8ab View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. fix lint error

    apeforest committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    244f386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ecd257 View commit details
    Browse the repository at this point in the history
  3. fix gpu compilation

    apeforest committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    c70afe8 View commit details
    Browse the repository at this point in the history
  4. fix build issue

    apeforest committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    ffcd175 View commit details
    Browse the repository at this point in the history
  5. fix windows build error

    apeforest committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    dbe0e6c View commit details
    Browse the repository at this point in the history
  6. fix build issue in windows

    apeforest committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    0680184 View commit details
    Browse the repository at this point in the history
  7. fix omp build issue

    apeforest committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    8fda02a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87cd144 View commit details
    Browse the repository at this point in the history
  9. fix mkldnn build

    apeforest committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    7afc7a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. fix an array size bound

    apeforest committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    862be24 View commit details
    Browse the repository at this point in the history
  2. add constants in tests

    apeforest committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    22213fa View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. fix sparse array

    apeforest committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    cbaa553 View commit details
    Browse the repository at this point in the history
  2. fix unit test

    apeforest committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    7eca035 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. fix unit test

    apeforest committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    1b48d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb2ee1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08471f2 View commit details
    Browse the repository at this point in the history
  4. fix a typo

    apeforest committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    e5a3b32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    629a7c5 View commit details
    Browse the repository at this point in the history
  6. fix scala unit test

    apeforest committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    2dd990a View commit details
    Browse the repository at this point in the history
  7. fix python2 unit test

    apeforest committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    5b0cd3a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. fix scala unit test

    apeforest committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    43ba3aa View commit details
    Browse the repository at this point in the history
  2. fix scala unit test

    apeforest committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    5286f63 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. fix scala build

    apeforest committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    7247e6b View commit details
    Browse the repository at this point in the history
  2. fix python unit test

    apeforest committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    f8839b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    e1cd1cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f4e2d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. fix scala unit test

    apeforest committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    e0fe05c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    024a0ce View commit details
    Browse the repository at this point in the history
  3. lint it

    apeforest committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    1f3361b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23579e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. lint it again

    apeforest committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    1cd9b88 View commit details
    Browse the repository at this point in the history
  2. fix python include error

    apeforest committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    335e896 View commit details
    Browse the repository at this point in the history
  3. fix unit test

    apeforest committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    a08c79e View commit details
    Browse the repository at this point in the history
  4. lint me in

    apeforest committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    69703fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01952c5 View commit details
    Browse the repository at this point in the history
  6. fix perl-package unit test

    apeforest committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    a68bd97 View commit details
    Browse the repository at this point in the history
  7. fix perl package

    apeforest committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    c1b14d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    a3daa9b View commit details
    Browse the repository at this point in the history