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

[MXNET-107]Fused GRU implementation for CPU #10311

Merged
merged 63 commits into from Jun 6, 2018
Merged

[MXNET-107]Fused GRU implementation for CPU #10311

merged 63 commits into from Jun 6, 2018

Commits on Mar 29, 2018

  1. Add GRU Support and Test Case

    Li, Hao H committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    1e4aaf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87de652 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. fix robust bug for gru backward

    Li, Hao H committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    2b5b43d View commit details
    Browse the repository at this point in the history
  2. fix bug for unifying weight parameter

    Li, Hao H committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    54c64bc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    f375c89 View commit details
    Browse the repository at this point in the history
  2. fix test case bug

    Li, Hao H committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    6719685 View commit details
    Browse the repository at this point in the history
  3. fix test case bug

    Li, Hao H committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    1ab7869 View commit details
    Browse the repository at this point in the history
  4. fix bug for memory issue

    Li, Hao H committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    f6ae0d1 View commit details
    Browse the repository at this point in the history
  5. fix bug for bidirection

    Li, Hao H committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    4e11dc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. rebase code and fix bug for memory corruption issue

    Li, Hao H committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    817fc30 View commit details
    Browse the repository at this point in the history
  2. fix gpu compile issue

    Li, Hao H committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    e0a61cb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. fix bug and enable some test cases

    Li, Hao H committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    3ceaa00 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. fix robust bug

    Li, Hao H committed May 4, 2018
    Configuration menu
    Copy the full SHA
    2e7cbb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b2288b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f10a01 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from apache/master

    update my forked branch
    Hao Li committed May 4, 2018
    Configuration menu
    Copy the full SHA
    18f7c5f View commit details
    Browse the repository at this point in the history
  5. disable failed gpu test case of MKLDNN_UTIL_FUNC-MemFormat because it…

    … has nothing to do with this PR and will recover it once the issue is passed
    Li, Hao H committed May 4, 2018
    Configuration menu
    Copy the full SHA
    e271184 View commit details
    Browse the repository at this point in the history
  6. skip failed test_reduce test case temporarily as it has nothing to do…

    … with RNN
    Li, Hao H committed May 4, 2018
    Configuration menu
    Copy the full SHA
    646766c View commit details
    Browse the repository at this point in the history
  7. enable several test cases

    Li, Hao H committed May 4, 2018
    Configuration menu
    Copy the full SHA
    be9de01 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. retrigger the build

    Li, Hao H committed May 7, 2018
    Configuration menu
    Copy the full SHA
    21e8978 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. rebase code from lstm

    Li, Hao H committed May 15, 2018
    Configuration menu
    Copy the full SHA
    0ae12a2 View commit details
    Browse the repository at this point in the history
  2. rebase code for resolve conflict

    Li, Hao H committed May 15, 2018
    Configuration menu
    Copy the full SHA
    67c1434 View commit details
    Browse the repository at this point in the history
  3. add gru code after resolve conflict

    Li, Hao H committed May 15, 2018
    Configuration menu
    Copy the full SHA
    a1c84eb View commit details
    Browse the repository at this point in the history
  4. fix bug for resolve conflict

    Li, Hao H committed May 15, 2018
    Configuration menu
    Copy the full SHA
    2ed2e0f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from apache/master

    update latest code into my branch
    Hao Li committed May 15, 2018
    Configuration menu
    Copy the full SHA
    f60ef60 View commit details
    Browse the repository at this point in the history
  6. add Fused GRU code with test case

    Li, Hao H committed May 15, 2018
    Configuration menu
    Copy the full SHA
    42c729a View commit details
    Browse the repository at this point in the history
  7. retrigger the build

    Li, Hao H committed May 15, 2018
    Configuration menu
    Copy the full SHA
    89d7326 View commit details
    Browse the repository at this point in the history
  8. add GetRecommendedOMPThreadCount for omp

    Li, Hao H committed May 15, 2018
    Configuration menu
    Copy the full SHA
    a06fecf View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. fix conflict issue

    Li, Hao H committed May 16, 2018
    Configuration menu
    Copy the full SHA
    fc15942 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from apache/master

    rebase to latest master branch
    Hao Li committed May 16, 2018
    Configuration menu
    Copy the full SHA
    a1d1713 View commit details
    Browse the repository at this point in the history
  3. add gru relate code

    Li, Hao H committed May 16, 2018
    Configuration menu
    Copy the full SHA
    396fe19 View commit details
    Browse the repository at this point in the history
  4. fix bug for code

    Li, Hao H committed May 16, 2018
    Configuration menu
    Copy the full SHA
    bac611f View commit details
    Browse the repository at this point in the history
  5. update code for gru

    Li, Hao H committed May 16, 2018
    Configuration menu
    Copy the full SHA
    1daf4a1 View commit details
    Browse the repository at this point in the history
  6. retrigger the build

    Li, Hao H committed May 16, 2018
    Configuration menu
    Copy the full SHA
    759f6d1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. fix code about gru condition

    Li, Hao H committed May 17, 2018
    Configuration menu
    Copy the full SHA
    90414fd View commit details
    Browse the repository at this point in the history
  2. enhance test case to test gradient weights and bias

    Li, Hao H committed May 17, 2018
    Configuration menu
    Copy the full SHA
    066b7b9 View commit details
    Browse the repository at this point in the history
  3. fix bug for test case

    Li, Hao H committed May 17, 2018
    Configuration menu
    Copy the full SHA
    360cda9 View commit details
    Browse the repository at this point in the history
  4. fix bug for test case

    Li, Hao H committed May 17, 2018
    Configuration menu
    Copy the full SHA
    7ea1c28 View commit details
    Browse the repository at this point in the history
  5. fix bug about dropout condition and test case

    Li, Hao H committed May 17, 2018
    Configuration menu
    Copy the full SHA
    b793910 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from apache/master

    update lastest code to my branch
    Hao Li committed May 17, 2018
    Configuration menu
    Copy the full SHA
    4655895 View commit details
    Browse the repository at this point in the history
  7. fix bug for test case

    Li, Hao H committed May 17, 2018
    Configuration menu
    Copy the full SHA
    320bc73 View commit details
    Browse the repository at this point in the history
  8. fix bug for test case

    Li, Hao H committed May 17, 2018
    Configuration menu
    Copy the full SHA
    2d5c270 View commit details
    Browse the repository at this point in the history
  9. retrigger the build

    Li, Hao H committed May 17, 2018
    Configuration menu
    Copy the full SHA
    3042b95 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. rebase code

    Li, Hao H committed May 20, 2018
    Configuration menu
    Copy the full SHA
    da2094c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from apache/master

    rebase latest code to my branch
    Hao Li committed May 20, 2018
    Configuration menu
    Copy the full SHA
    d7fc335 View commit details
    Browse the repository at this point in the history
  3. add gru code

    Li, Hao H committed May 20, 2018
    Configuration menu
    Copy the full SHA
    ddebe95 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Configuration menu
    Copy the full SHA
    5f031fc View commit details
    Browse the repository at this point in the history
  2. retrigger the build

    Li, Hao H committed May 22, 2018
    Configuration menu
    Copy the full SHA
    66dc9f7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. fix issues and add cudnn_gru_bucketing.py test case

    Li, Hao H committed May 25, 2018
    Configuration menu
    Copy the full SHA
    0bc9585 View commit details
    Browse the repository at this point in the history
  2. retrigger the build

    Li, Hao H committed May 25, 2018
    Configuration menu
    Copy the full SHA
    6f25c26 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from apache/master

    sync with master branch
    Hao Li committed May 25, 2018
    Configuration menu
    Copy the full SHA
    f1c43ef View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. update cudnn_rnn_bucketing.py test case

    Li, Hao H committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    7336cc3 View commit details
    Browse the repository at this point in the history
  2. update cudnn_rnn_bucketing.py test case

    Li, Hao H committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    33060ee View commit details
    Browse the repository at this point in the history
  3. update cudnn_rnn_bucketing.py test case

    Li, Hao H committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    0c580df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41a1382 View commit details
    Browse the repository at this point in the history
  5. retrigger the build

    Li, Hao H committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    9173088 View commit details
    Browse the repository at this point in the history
  6. retrigger the build

    Li, Hao H committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    bab3ced View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10 from apache/master

    update to latest code
    Hao Li committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    146ac33 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2018

  1. retrigger the build

    Li, Hao H committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    242ed83 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. add kNullOp check

    Li, Hao H committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    4dfb758 View commit details
    Browse the repository at this point in the history
  2. retrigger the build

    Li, Hao H committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    8bd9909 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

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

Commits on Jun 6, 2018

  1. update kAddToOp support for both GRU and LSTM

    Li, Hao H committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    27ebb4f View commit details
    Browse the repository at this point in the history