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

MXNet Extensions enhancements2 #19016

Merged
merged 51 commits into from
Sep 1, 2020

Commits on Aug 11, 2020

  1. initial commit

    Ubuntu committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    4fea36d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to external_ops
    Ubuntu committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    6d5fce2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Configuration menu
    Copy the full SHA
    3cea397 View commit details
    Browse the repository at this point in the history
  2. fixed licenses

    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    ead2684 View commit details
    Browse the repository at this point in the history
  3. whitespace

    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    51ce458 View commit details
    Browse the repository at this point in the history
  4. whitespace

    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    1ec330b View commit details
    Browse the repository at this point in the history
  5. modernize

    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    bee854b View commit details
    Browse the repository at this point in the history
  6. fix modernize

    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    c36363e View commit details
    Browse the repository at this point in the history
  7. fix modernize

    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    53b4136 View commit details
    Browse the repository at this point in the history
  8. fix modernize

    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    2953891 View commit details
    Browse the repository at this point in the history
  9. fixed move

    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    0c0cceb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cbc99b View commit details
    Browse the repository at this point in the history
  11. working example

    Ubuntu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    6965cd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to external_ops
    Ubuntu committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    db84377 View commit details
    Browse the repository at this point in the history
  2. remove GLOBAL to fix protobuf issue

    Ubuntu committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    42d00d0 View commit details
    Browse the repository at this point in the history
  3. fixed library unload

    Ubuntu committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    2379eed View commit details
    Browse the repository at this point in the history
  4. added test target

    Ubuntu committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    afa87a7 View commit details
    Browse the repository at this point in the history
  5. fixed sanity

    Ubuntu committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    b2f5a19 View commit details
    Browse the repository at this point in the history
  6. changed destructor to default

    Ubuntu committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    68a3733 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to external_ops
    Ubuntu committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    f90d8ad View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. added /LD option for customop_gpu_lib target

    Ubuntu committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    04e88fb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to external_ops
    Ubuntu committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    f4aaa84 View commit details
    Browse the repository at this point in the history
  3. moved /LD inside the <>

    Ubuntu committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    b9f67ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b9a4dc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. set CMAKE_VERBOSE_MAKEFILE for debug

    Ubuntu committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    4afe182 View commit details
    Browse the repository at this point in the history
  2. added -v to ninja

    Ubuntu committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7a36a40 View commit details
    Browse the repository at this point in the history
  3. added /MT

    Ubuntu committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    8607847 View commit details
    Browse the repository at this point in the history
  4. another try

    Ubuntu committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    4165d02 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to external_ops
    Ubuntu committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    55b441f View commit details
    Browse the repository at this point in the history
  6. changed /MT to -MT

    Ubuntu committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    f7de08e View commit details
    Browse the repository at this point in the history
  7. set flags for cxx separately

    Ubuntu committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    4b7d119 View commit details
    Browse the repository at this point in the history
  8. split /LD /MT flags

    Ubuntu committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    c3719fd View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to external_ops
    Ubuntu committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    1a79284 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to external_ops
    Ubuntu committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f6b9082 View commit details
    Browse the repository at this point in the history
  2. refactored cuda APIs into header file

    Ubuntu committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    4335985 View commit details
    Browse the repository at this point in the history
  3. removed debugging stuff

    Ubuntu committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    1ef7b0a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to external_ops
    Ubuntu committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d7e241b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. updated instructions for gpu build

    Ubuntu committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    cac8fba View commit details
    Browse the repository at this point in the history
  2. moved building into cmakelists

    Ubuntu committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    36e0a6a View commit details
    Browse the repository at this point in the history
  3. moved build stuff into separate CMakeLists.txt

    Ubuntu committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    caaa011 View commit details
    Browse the repository at this point in the history
  4. fixed gpu example

    Ubuntu committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    27c46d7 View commit details
    Browse the repository at this point in the history
  5. fixed license

    Ubuntu committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    591141a View commit details
    Browse the repository at this point in the history
  6. added dlmc library dependency

    Ubuntu committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    0a4621d View commit details
    Browse the repository at this point in the history
  7. added nnvm dependency

    Ubuntu committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    c2e534b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd9f836 View commit details
    Browse the repository at this point in the history
  9. fixed WINDOWS_EXPORT_ALL_SYMBOLS

    Ubuntu committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    545aff6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. changed nnvm to shared library

    Ubuntu committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    df85c38 View commit details
    Browse the repository at this point in the history
  2. backed out external ops changes

    Ubuntu committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    bc80960 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

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

    Ubuntu committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    8fd4e2d View commit details
    Browse the repository at this point in the history
  3. addressed initial review items

    Ubuntu committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    2431c9e View commit details
    Browse the repository at this point in the history