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

MKLDNN RNN Inference Integration(fp32 LSTM and vRNN with tanh and relu) #14713

Merged
merged 33 commits into from May 24, 2019

Commits on Apr 19, 2019

  1. Merge pull request #26 from apache/master

    sync code
    Hao Li committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    f649c87 View commit details
    Browse the repository at this point in the history
  2. trigger the ci

    Li, Hao H committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    5324c93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1c3d54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d398a1c View commit details
    Browse the repository at this point in the history
  5. fix unix-gpu issue

    Li, Hao H committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    23a6e10 View commit details
    Browse the repository at this point in the history
  6. fix unix gpu bug

    Li, Hao H committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    18f51ac View commit details
    Browse the repository at this point in the history
  7. fix unix-gpu issues

    Li, Hao H committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    6621343 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #27 from apache/master

    sync code to latest
    Hao Li committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    bdc37e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. fix some comments

    Li, Hao H committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    4b45093 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from apache/master

    sync to latest code
    Hao Li committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    ed641f9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from apache/master

    fix min max on zero-sized ndarray (apache#14745)
    Hao Li committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    72d3f50 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from apache/master

    sync to lastest code
    Hao Li committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    8c526b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. fix issue

    Li, Hao H committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    48c5808 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from apache/master

    sync code to latest
    Hao Li committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    44be87a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Merge pull request #32 from apache/master

    sync to latest code
    Hao Li committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    2c1b8bf View commit details
    Browse the repository at this point in the history
  2. fix comment

    Li, Hao H committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    82445ee View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. resolve conflicts

    xinyu-intel committed May 20, 2019
    Configuration menu
    Copy the full SHA
    b049d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0135b1f View commit details
    Browse the repository at this point in the history
  3. support IType

    xinyu-intel committed May 20, 2019
    Configuration menu
    Copy the full SHA
    75e4803 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8debc1d View commit details
    Browse the repository at this point in the history
  5. TODO for MKLDNN GRU

    zixuanweeei committed May 20, 2019
    Configuration menu
    Copy the full SHA
    78f252e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d926794 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    980ce85 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 mkldnn_lstm_infer_fp32
    zixuanweeei committed May 21, 2019
    Configuration menu
    Copy the full SHA
    18d512f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to mkldnn_lstm_infer_fp32
    zixuanweeei committed May 21, 2019
    Configuration menu
    Copy the full SHA
    adfa2ef View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Reserve original RNN path

    zixuanweeei committed May 22, 2019
    Configuration menu
    Copy the full SHA
    620bad3 View commit details
    Browse the repository at this point in the history
  2. Remove MKLDNN GRU

    zixuanweeei committed May 22, 2019
    Configuration menu
    Copy the full SHA
    bc66cdf View commit details
    Browse the repository at this point in the history
  3. Fix bug for rnn forward

    zixuanweeei committed May 22, 2019
    Configuration menu
    Copy the full SHA
    02ee005 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Remove __CUDAACC__

    zixuanweeei committed May 23, 2019
    Configuration menu
    Copy the full SHA
    41998f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f165f40 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to mkldnn_lstm_infer_fp32
    zixuanweeei committed May 23, 2019
    Configuration menu
    Copy the full SHA
    8245817 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e8c20e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41772c9 View commit details
    Browse the repository at this point in the history