Jacek Czaja
13816dd4ac
[MKL-DNN] Fix to crash of Transformer when mkldnn is to be used ( #16233 )
...
* - Fix to crash of Transformer when mkldnn is to be used
Desc: TensorCopy was not setting MKLDNN primitive descriptor when layout was to be kMKLDNN
test=develop
* - Enable transformer for mkl-dnn
test=develo
* - Compilation fix
test=develop
* - Removed manual selection of MKL-DNN ops to be used in Transformer test
test=develop
6 years ago
chengduo
ad80bde824
Revert "Revert "Add Event for TensorCopy"" ( #16035 )
...
* Revert "Revert "Add Event for TensorCopy" (#16022 )"
This reverts commit e2da3a5b22
.
* use default stream
test=develop
6 years ago
chengduo
e2da3a5b22
Revert "Add Event for TensorCopy" ( #16022 )
...
* Revert "Add Event for TensorCopy (#15953 )"
This reverts commit 7235fd662b
.
test=develop
* fix CI
test=develop
6 years ago
chengduo
7235fd662b
Add Event for TensorCopy ( #15953 )
...
Add Event for TensorCopy
6 years ago
Yu Yang
9bd70a1e04
Change tensor uses proto::VarType::type
...
test=develop
6 years ago
minqiyang
53433d7f2e
Revert the changes of VLOG
...
test=develop
6 years ago
minqiyang
0c3227a523
Change the origin VLOG level to 10 times
...
Fix code to support cpplint syntax check
test=develop
6 years ago
Wu Yi
91b2851cdc
enable pyreader use pin memory ( #14066 )
...
* enable pyreader use pin memory
* add py reader pin memory test test=develop
7 years ago
minqiyang
24c9fbdba3
Polish code
...
test=develop
7 years ago
minqiyang
d9b202e717
Move tensor copy src_ptr and dst_ptr check to TensorCopy function
...
test=develop
7 years ago
dzhwinter
a46e30aa6d
enhance isinf/isnan in tensor util, avoid copy back to cpu ( #12688 )
...
* "avoid copy back to cpu"
* "add infinity support"
* "fix ci"
* "add cpu macro"
* rerun ci; test=develop
* "fix api"
test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
7 years ago
dzhwinter
ab1097cd8e
Feature/template ( #13093 )
...
* remove template operator
* "fix compile"
* "fix ci"
* "fix ci"
7 years ago
yuyang18
47ad8d4909
Fix deserialize bug
7 years ago
chengduo
7b54f16855
Follow comment ( #11845 )
7 years ago
chengduo
8d76cf397d
Fix TensorCopy bug ( #11822 )
...
* Fix tensorcopy bug
* follow comment
* Refine TensorCopy
7 years ago
fengjiayi
330fa95cbd
Follow comments
7 years ago
fengjiayi
c5e178f4fd
fix errors
7 years ago
fengjiayi
9f11da5931
Add synchronous TensorCopy and use it in double buffer
7 years ago
chengduoZH
384d6ee8ac
follow comments
7 years ago
chengduoZH
ab601c19c3
Add CUDAPinnedPlace
7 years ago
武毅
45af8c1e99
Performance/zero copy variable seriralization ( #8839 )
7 years ago
Yi Wang
cfffb1a362
Update tensor_util.h ( #8422 )
...
* Update tensor_util.h
* Update with moved TensorDesc
* Fix tensur_utils.cu
* Update
* Update
* Update
* Update
* Make tensor_util.cu a symbolic link
7 years ago
Yi Wang
fc374821dd
Correct #include path
7 years ago
Yi Wang
90648f336d
Move file to fluid/; Edit CMakeLists.txt
7 years ago