Commit Graph

17929 Commits (47af5c3c9dbc58d7a8c771bfef2f2d4b177574bd)

Author SHA1 Message Date
Chen Weihang fea0e294ee
Hide the C++ stack by default and add hints (#29042)
5 years ago
Chen Weihang b1274ac3d6
set show cpp stack by default, test=document_fix (#29102)
5 years ago
joejiong 582c0a0468
add uint8 for reshape op (#28996)
5 years ago
Zhou Wei 8ca0a8a859
fix tensor detach to zero copy (#27921)
5 years ago
Aurelius84 8af0d85ea4
fix unittest failed on windows GPU (#29072)
5 years ago
taixiurong a5aa4dc7a9
add xpu elementwise ops (#29031)
5 years ago
joejiong b04c78ef5e
Update pow (#29000)
5 years ago
wawltor b2c8a00745
remove eigen threadpool for the speed up
5 years ago
Wojciech Uss 7b5a8e46de
Add multi_gru_fuse_pass and tests (#28601)
5 years ago
LoveAn c91bb084f4
Add op benchmark ci pipeline in Paddle repo (#28692)
5 years ago
Zhou Wei 5e26a15484
Open GPU unitest on windows (#29003)
5 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
5 years ago
lilong12 767d0ba267
update, test=develop (#28700)
5 years ago
Wojciech Uss 991345b368
Add multi_gru_seq_fuse_pass and tests (#28604)
5 years ago
123malin fbf9564f6b
【paddle.distributed.fleet】Optimize ParameterServer's Async Mode (#28442)
5 years ago
lilong12 f77a78cdee
enable pipeline to run with Executor.run() (#28373)
5 years ago
Thunderbrook 0073f9bdb0
support ps-gpu (#28752)
5 years ago
Chen Weihang 768dab441e
polish two api doc detail, test=document_fix (#28971)
5 years ago
furnace 8ff3550658
refactor momentum op to combine weight (#27414)
5 years ago
Jacek Czaja bd1d6d3b30
extends oneDNN caching keys so caching objects are unique to executor/predictor (#28758)
5 years ago
chen zhiyu 3d0ff8eebc
optimize musl docker build script (#28974)
5 years ago
Pei Yang 994673bf4f
change avg pooling and global pooling to trt layer in dynamic shape mode (#28702)
5 years ago
yaoxuefeng 71c1cd1408
fix truncated_gaussian seed (#28777)
5 years ago
HappyAngel de528981e5
fix paddlepredictor build error. test=develop (#28792)
5 years ago
Wilber a22ea652cf
fix trt delete_pass bug. (#28763)
5 years ago
gongweibao 1dad8ceaab
Fix gpu memory allocation bug. (#28703)
5 years ago
Chen Weihang b969c32ab1
fix occupied 0 device memory bug (#28771)
5 years ago
joejiong 1a532d5133
add uint8 support for squeeze operator (#28734)
5 years ago
wangchaochaohu 8b853b3030
fix the number of perf algo for conv cudnn in exhaustive mode (#28694)
5 years ago
joanna.wozna.intel 8c0ea4bffe
Add bf16 matmul, fc, elementwise add and mul (#28729)
5 years ago
Wojciech Uss efc3b182f0
a fix for the fc_lstm_fuse_pass (#28709)
5 years ago
Zhou Wei 3b0dd5f620
fix bug that to_tensor not support paddle.Place (#28717)
5 years ago
yaoxuefeng 08b62f4902
fix shuffle batch op shuffle (#28533)
5 years ago
taixiurong d3d1a6b6e0
add kunlun kernel: slice, slice_grad, top_k, cast. *test=kunlun (#28542)
5 years ago
Jack Zhou 9362d85e0e
Add LSTM, Simple RNN and GRU CPU kernel (#28577)
5 years ago
QingshuChen 30ef3815b3
adjust kunlun header file (#28536)
5 years ago
Zhang Ting dab4920568
improve performance of cast op (#28727)
5 years ago
Zhou Wei 3a88acd2ee
open unittests on windows (#28750)
5 years ago
yaoxuefeng 03f46e3526
fix truncated_gaussian op cuda seed setting (#28678)
5 years ago
Wilber 04cefeacc5
Disable windows gpu static lib. (#28741)
5 years ago
Wojciech Uss 04bcc13fac
Add multi_gru op and tests (#28591)
5 years ago
wanghuancoder 5aec7dbeb0
use forward declarations for framework.pb.h (#28494)
5 years ago
iducn f1074e3b19
hide the token output to safely (#28716)
5 years ago
joejiong 32b90b1c2d
add log10 (#28576)
5 years ago
Leo Chen 3d09929b1f
Add check for non-dispensable input (#28666)
5 years ago
Chen Weihang 7eeb99fe02
Add basic hook classes for dygraph & implement reduce hook (#28584)
5 years ago
Guo Sheng 858ffa0c8b
Fix the dropout setting when not initialized in rnn_op. (#28561)
5 years ago
Jacek Czaja 6d8d3d4c22
[oneDNN] Layer norm bf16 kernel (#28619)
5 years ago
lilong12 80d2024644
bug fix, test=develop (#28674)
5 years ago
Zhou Wei bf143652ac
fix lstm OP compile error on windows (#28667)
5 years ago