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
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f649c87
Merge pull request #26 from apache/master
Apr 19, 2019
5324c93
trigger the ci
Apr 19, 2019
b1c3d54
integrate mkldnn rnn fp32 inference(LSTM and vRNN with tanh and relu)
Apr 19, 2019
d398a1c
fix bug about comparison between signed and unsigned integer expressions
Apr 19, 2019
23a6e10
fix unix-gpu issue
Apr 19, 2019
18f51ac
fix unix gpu bug
Apr 19, 2019
6621343
fix unix-gpu issues
Apr 19, 2019
bdc37e8
Merge pull request #27 from apache/master
Apr 19, 2019
4b45093
fix some comments
Apr 23, 2019
ed641f9
Merge pull request #28 from apache/master
Apr 23, 2019
72d3f50
Merge pull request #29 from apache/master
Apr 23, 2019
8c526b6
Merge pull request #30 from apache/master
Apr 23, 2019
48c5808
fix issue
Apr 24, 2019
44be87a
Merge pull request #31 from apache/master
Apr 24, 2019
2c1b8bf
Merge pull request #32 from apache/master
Apr 25, 2019
82445ee
fix comment
Apr 25, 2019
b049d86
resolve conflicts
xinyu-intel May 20, 2019
0135b1f
rename `cached` to `initialized`
zixuanweeei May 20, 2019
75e4803
support IType
xinyu-intel May 20, 2019
8debc1d
Merge branch 'mkldnn_lstm_infer_fp32' of https://github.com/lihaofd/i…
zixuanweeei May 20, 2019
78f252e
TODO for MKLDNN GRU
zixuanweeei May 20, 2019
d926794
fix bugs in memory adjustment
zixuanweeei May 20, 2019
980ce85
Reformat TODO for MKLDNN GRU
zixuanweeei May 21, 2019
18d512f
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
zixuanweeei May 21, 2019
adfa2ef
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
zixuanweeei May 21, 2019
620bad3
Reserve original RNN path
zixuanweeei May 22, 2019
bc66cdf
Remove MKLDNN GRU
zixuanweeei May 22, 2019
02ee005
Fix bug for rnn forward
zixuanweeei May 22, 2019
41998f9
Remove `__CUDAACC__`
zixuanweeei May 23, 2019
f165f40
Move `RNNStatefulComputeCPU` to rnn.cc
zixuanweeei May 23, 2019
8245817
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
zixuanweeei May 23, 2019
5e8c20e
Remove redundent macro of `__CUDACC__`
zixuanweeei May 23, 2019
41772c9
Remove the last macro `__CUDACC__` from rnn*
zixuanweeei May 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading