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

[MXNET-497] fix bugs in MKLDNN operators to handle the kAddTo request #11129

Merged
merged 69 commits into from
Jul 8, 2018

Commits on Jun 20, 2018

  1. fix lint

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    31fdc8b View commit details
    Browse the repository at this point in the history
  2. requests added to opattr

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    b644e02 View commit details
    Browse the repository at this point in the history
  3. comment out addto

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    612f64f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c4b41e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dc646a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5278ef9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3adcd8d View commit details
    Browse the repository at this point in the history
  8. do not make copy when init

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    2489b86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7e64f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67001ce View commit details
    Browse the repository at this point in the history
  11. reorder memory in commitoutput

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    5a75f53 View commit details
    Browse the repository at this point in the history
  12. allocate temp memory

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    f5b63fc View commit details
    Browse the repository at this point in the history
  13. fix var names

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    4d52987 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6b62e97 View commit details
    Browse the repository at this point in the history
  15. fix typos

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    9da3655 View commit details
    Browse the repository at this point in the history
  16. fix typos

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    c0c38ca View commit details
    Browse the repository at this point in the history
  17. remove unused code

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    2338046 View commit details
    Browse the repository at this point in the history
  18. fix param

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    f974c3c View commit details
    Browse the repository at this point in the history
  19. fix header files

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    918a864 View commit details
    Browse the repository at this point in the history
  20. force input memory to output

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    50fc6ca View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a9915be View commit details
    Browse the repository at this point in the history
  22. pass reference

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    630c091 View commit details
    Browse the repository at this point in the history
  23. remove extra lines

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    aa6c406 View commit details
    Browse the repository at this point in the history
  24. do not get raw mem from ptr

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    75c5160 View commit details
    Browse the repository at this point in the history
  25. remove isView check

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    f65ea9c View commit details
    Browse the repository at this point in the history
  26. fallback writes back to output

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    3483f28 View commit details
    Browse the repository at this point in the history
  27. remove redundant line

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    0428e0f View commit details
    Browse the repository at this point in the history
  28. remove commented out code

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    1cdd60c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c9e8f85 View commit details
    Browse the repository at this point in the history
  30. remove unused header

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    996d0ef View commit details
    Browse the repository at this point in the history
  31. fix lint

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    4532209 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    410c491 View commit details
    Browse the repository at this point in the history
  33. only reorder if mkldnn

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    2efdc3b View commit details
    Browse the repository at this point in the history
  34. does not assume 1 output

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    dc3cd8d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ad66611 View commit details
    Browse the repository at this point in the history
  36. compare address and pd in sum

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    860fa21 View commit details
    Browse the repository at this point in the history
  37. refactor mkldnnsum

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    a727eea View commit details
    Browse the repository at this point in the history
  38. fix const param

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    c76aee3 View commit details
    Browse the repository at this point in the history
  39. fix header

    azai91 committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    64422aa View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    ac2b3a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb10946 View commit details
    Browse the repository at this point in the history
  3. fix merge

    azai91 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    ad31578 View commit details
    Browse the repository at this point in the history
  4. remove kaddto comment

    azai91 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    0e03c96 View commit details
    Browse the repository at this point in the history
  5. add reqests to operators

    azai91 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    6ef7b87 View commit details
    Browse the repository at this point in the history
  6. fix spacing

    azai91 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    90c9acb View commit details
    Browse the repository at this point in the history
  7. do sum in place

    azai91 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    7d0f275 View commit details
    Browse the repository at this point in the history
  8. fix conditionals

    azai91 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3edf492 View commit details
    Browse the repository at this point in the history
  9. remove redundant reqs

    azai91 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    5c20e46 View commit details
    Browse the repository at this point in the history
  10. use wait to read all

    azai91 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    cd70dac View commit details
    Browse the repository at this point in the history
  11. fix lint

    azai91 committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    0972ffa View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. create multiple outputs

    azai91 committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    637c76a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5718651 View commit details
    Browse the repository at this point in the history
  3. retrigger

    azai91 committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    d91df93 View commit details
    Browse the repository at this point in the history
  4. retriggrer

    azai91 committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    993c7aa View commit details
    Browse the repository at this point in the history
  5. merge

    azai91 committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    e7d18be View commit details
    Browse the repository at this point in the history
  6. retrigger

    azai91 committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    e2a464d View commit details
    Browse the repository at this point in the history
  7. retrigger

    azai91 committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    dc742c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. another retrigger

    azai91 committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    92c50f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb97f3d View commit details
    Browse the repository at this point in the history
  3. retrigger

    azai91 committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    113903a View commit details
    Browse the repository at this point in the history
  4. retrigger

    azai91 committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    ecbde64 View commit details
    Browse the repository at this point in the history
  5. another another retrigger

    azai91 committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    be84769 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5181420 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. merge

    azai91 committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    0731a58 View commit details
    Browse the repository at this point in the history
  2. fix merge

    azai91 committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    ad3c70e View commit details
    Browse the repository at this point in the history
  3. retrigger

    azai91 committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    2874d0a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. merge

    azai91 committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    0e249f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. add kAddto to relu op

    azai91 committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    581495f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. retrigger

    azai91 committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    9e7c22e View commit details
    Browse the repository at this point in the history