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

[MXNET-623] Fixing an integer overflow bug in large NDArray #11742

Merged
merged 59 commits into from
Oct 5, 2018

Commits on Jul 12, 2018

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

Commits on Jul 13, 2018

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

Commits on Jul 16, 2018

  1. Update issue templates

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

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    2975adb View commit details
    Browse the repository at this point in the history
  2. Update issue templates

    apeforest committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    a4ba87e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8de338 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3f94f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    946c459 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ade1a5 View commit details
    Browse the repository at this point in the history
  7. Explicity specify type in std::max template to avoid platform depende…

    …nt compilation error
    Ubuntu committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    b2f4576 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

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

Commits on Jul 23, 2018

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

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    34184c5 View commit details
    Browse the repository at this point in the history
  2. Update submodule mshadow

    apeforest committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    cc07f5f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Fix compilation warning

    apeforest committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    4b841be View commit details
    Browse the repository at this point in the history
  2. Fix compilation warning

    apeforest committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    1d3eb3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    081e111 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2232748 View commit details
    Browse the repository at this point in the history
  5. Update issue templates

    apeforest committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    a38ca56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18bfa71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74ae95a View commit details
    Browse the repository at this point in the history
  8. Explicity specify type in std::max template to avoid platform depende…

    …nt compilation error
    Ubuntu authored and apeforest committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    2f62006 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5553cd0 View commit details
    Browse the repository at this point in the history
  10. [MXNET-531] NeuralStyle Example for Scala (apache#11621)

    * add initial neuralstyle and test coverage
    
    * Add two more test and README
    
    * kill comments
    
    * patch on memory leaks fix
    
    * fix formatting issues
    
    * remove redundant files
    
    * disable the Gan example for now
    
    * add ignore method
    
    * add new download scheme to match the changes
    lanking520 authored and apeforest committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    7a7e239 View commit details
    Browse the repository at this point in the history
  11. Update submodule mshadow

    apeforest committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    9c3fd01 View commit details
    Browse the repository at this point in the history
  12. Fix compilation warning

    apeforest committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    6124ad8 View commit details
    Browse the repository at this point in the history
  13. Fix compilation warning

    apeforest committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    a76bb20 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8e39744 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7e1bc2e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53d5196 View commit details
    Browse the repository at this point in the history
  17. Fix lint error

    apeforest committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    5c63dde View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

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

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    ef7d1cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dd8791 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    7530494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2585fdf View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

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

Commits on Aug 17, 2018

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

Commits on Sep 11, 2018

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

Commits on Sep 12, 2018

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

Commits on Sep 25, 2018

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

Commits on Sep 28, 2018

  1. Fix unit test in GPU

    apeforest committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b3bdc56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ce734 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

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

Commits on Sep 30, 2018

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

Commits on Oct 1, 2018

  1. update mshadow submodule

    apeforest committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    6567088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b0647 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    787720e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c618f81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d7497c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. change unit test style

    apeforest committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    9607772 View commit details
    Browse the repository at this point in the history
  2. fix lint

    apeforest committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    6144565 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    109278e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42e113d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    8e732fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    239c18f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a98b72c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca081a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f6a24d View commit details
    Browse the repository at this point in the history