Qiao Longfei
ffd0d1d216
clean need_broadcast_var_ test=develop
6 years ago
Qiao Longfei
16ec4b8c8b
clean code test=develop
6 years ago
Qiao Longfei
fbadd4b60c
follow comment test=develop
6 years ago
xuezhong
eeaa2066e5
add device info to tensor
...
test=develop
6 years ago
Wu Yi
fc198b1fea
fix fp16 initializer dtype check test=develop ( #15669 )
6 years ago
sneaxiy
7e399b0628
rename
...
test=develop
6 years ago
dzhwinter
04e9776aef
add details. test=develop
6 years ago
dzhwinter
b80bcbb4fd
Merge pull request #15660 from dzhwinter/enhance/memory
...
add elementwise_xxx_grad for inplace optimize
6 years ago
mozga-intel
1198ccae6b
Enable batch_norm operator for a ngraph engine
...
test=develop
6 years ago
baojun
f4a0e68481
Fix ngraph compile WITH_DISTRIBUTE=ON ( #15636 )
...
* fix compile issue with_distribute test=develop
* simplified logic test=develop
* use ngraph dependency test=develop
* set cpu only test=develop
* update test and eliminate fp16 test test=develop
6 years ago
Tao Luo
2fbfebc534
Merge pull request #15666 from Superjomn/fix/anakin-api-dependency
...
fix anakin compile dependency
6 years ago
Dun Liang
1905f1a108
bug fix && test=develop
6 years ago
Dun
a51c327270
Merge pull request #15664 from cjld/my_checkpoint
...
Fix Pr #15296 async buffered reader
6 years ago
sneaxiy
42f6d0f899
modify API.spec
...
test=develop
6 years ago
sneaxiy
4a1c65ebee
merge origin
...
test=develop
6 years ago
sneaxiy
f85245b409
test=develop
6 years ago
Chunwei
d85c2e4e5c
fix anakin compile dependency
...
test=develop
6 years ago
dzhwinter
104d3b4e68
add details. test=develop
6 years ago
dzhwinter
3932cd6714
Merge remote-tracking branch 'origin/develop' into enhance/memory
6 years ago
Dun Liang
ceec13562c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_checkpoint
...
test=develop
6 years ago
Dun Liang
bc92192747
Fix Pr #15296
...
test=develop
6 years ago
Qiao Longfei
abf17226f8
fix code style test=develop
6 years ago
Qiao Longfei
76072261f8
fix compiler
...
test=develop
6 years ago
Qiao Longfei
b99db0e2c2
cpu reduce mode did not need to broadcast test=develop
6 years ago
dzhwinter
94dd50c33f
add details. test=develop
6 years ago
Gabor Buella
4975a9050a
Tests - add some missing to_string calls
...
```
/home/tej/code/gbuella_paddle/paddle/fluid/framework/ir/seqpool_concat_fuse_pass_tester.cc:167:40: error: adding 'int' to a string does not append to the string [-Werror,-Wstring-plus-int]
std::string prefix = "seqpool_op_" + i;
~~~~~~~~~~~~~~^~~
/home/tej/code/gbuella_paddle/paddle/fluid/framework/ir/seqpool_concat_fuse_pass_tester.cc:167:40: note: use array indexing to silence this warning
std::string prefix = "seqpool_op_" + i;
^
& [ ]
1 error generated.
```
test=develop
6 years ago
Tao Luo
bec68fa0b3
Merge pull request #15637 from jerrywgz/refine_box_coder
...
speed up box_coder in CPU
6 years ago
乔龙飞 Qiao Longfei
7ddf4e2c55
Merge pull request #15649 from jacquesqiao/fix-ctr-reader-svm
...
fix ctr reader read svm data
6 years ago
Dang Qingqing
01d9bf9264
Fix batch_norm API for data_layout.
...
test=develop
6 years ago
wopeizl
0546f94f13
Merge pull request #15655 from wopeizl/win/fixci1
...
fix the lib_any dependency
6 years ago
peizhilin
883d22093a
fix the lib_any dependency
...
test=develop
6 years ago
Qiao Longfei
fa77186fdc
fix ctr_reader_test test=develop
6 years ago
Qiao Longfei
2afe82fe83
fix ctr reader read svm data
...
test=develop
6 years ago
Kaipeng Deng
9df7bc2c5a
fix exlusive pool doc. test=develop ( #15632 )
6 years ago
wopeizl
3614dadf23
Merge pull request #15631 from wopeizl/windows/fixci
...
fix ci broken randomly and disable some warnings
6 years ago
wopeizl
c1e18b13aa
Merge pull request #15635 from wopeizl/fixbuildissue
...
fix the build issue on gpu mode for win
6 years ago
peizhilin
55510744b5
test=develop
6 years ago
peizhilin
061299be87
fix dependency
...
test=develop
6 years ago
baojun
ac4cde009d
Enable accuracy op for ngraph engine ( #15592 )
...
* Added accuracy ngraph op test=develop
* fixed name type test=develop
6 years ago
dzhwinter
488719bac7
Enhance/memory optimize ( #15634 )
...
* add skip send.recv test=develop
* enhanced print message. test=develop
* rerun ci. test=develop
6 years ago
Gabor Buella
2bf63f4c33
Fix std::abs usage in memory_optimize_pass.cc ( #15627 )
...
test=develop
size_t is an unsigned integer, with a conversion rank
larger than int, therefore in the following expression
the int value was promoted to size_t, making it a
subtraction of unsigned values. The result of such
a subtraction is also an unsigned value.
6 years ago
peizhilin
db563ec2cd
test=develop
6 years ago
dzhwinter
5d30b55de1
rerun ci. test=develop
6 years ago
dzhwinter
641868ccbd
Merge remote-tracking branch 'origin/develop' into enhance/memory_optimize
6 years ago
Xin Pan
ac4d08b32f
Merge pull request #15639 from PaddlePaddle/revert-15296-async_double_buffered_py_reader
...
Revert "Async double buffered py reader"
6 years ago
peizhilin
805d505f14
disable warnings for third parties
...
test=develop
6 years ago
kolinwei
6f0f8045f6
Revert "Async double buffered py reader"
6 years ago
jerrywgz
ceb412b0ae
speed up box coder in CPU, test=develop
6 years ago
dzhwinter
4ef34916a4
enhanced print message. test=develop
6 years ago
peizhilin
238ef94702
fix the build issue on gpu mode for win
...
test=develop
6 years ago