Commit Graph

17987 Commits (ebf689197d61af28110fa6b45e91527c47f68076)

Author SHA1 Message Date
Aurelius84 7ae3cb554a
Polish CUDA Information stdout (#29109)
4 years ago
chalsliu 7a15e64034
Support precision test for new ut
4 years ago
WangXi 173c22aec2
optimize fast graph executor (#28962)
4 years ago
Shang Zhizhou 562ded1041
fix unittest trt_dynamic_shape_transformer_prune_test error (#29122)
4 years ago
Shibo Tao db41258501
add API serialize_program, serialize_persistables, save_to_file, deserialize_program, deserialize_persistables, load_from_file. (#29034)
4 years ago
joanna.wozna.intel b0d1ac161e
Add bf16 pool2d and unify bf16 unit tests (#29039)
4 years ago
joanna.wozna.intel fddea67445
Fix cpu_bfloat16_pass (#28730)
4 years ago
Qi Li 2fd16cf6fc
fix win ci failure, test=develop (#29089)
4 years ago
Chen Weihang fea0e294ee
Hide the C++ stack by default and add hints (#29042)
4 years ago
Chen Weihang b1274ac3d6
set show cpp stack by default, test=document_fix (#29102)
4 years ago
joejiong 582c0a0468
add uint8 for reshape op (#28996)
4 years ago
Zhou Wei 8ca0a8a859
fix tensor detach to zero copy (#27921)
4 years ago
Aurelius84 8af0d85ea4
fix unittest failed on windows GPU (#29072)
4 years ago
taixiurong a5aa4dc7a9
add xpu elementwise ops (#29031)
4 years ago
joejiong b04c78ef5e
Update pow (#29000)
4 years ago
wawltor b2c8a00745
remove eigen threadpool for the speed up
4 years ago
Wojciech Uss 7b5a8e46de
Add multi_gru_fuse_pass and tests (#28601)
4 years ago
LoveAn c91bb084f4
Add op benchmark ci pipeline in Paddle repo (#28692)
4 years ago
Zhou Wei 5e26a15484
Open GPU unitest on windows (#29003)
4 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
4 years ago
lilong12 767d0ba267
update, test=develop (#28700)
4 years ago
Wojciech Uss 991345b368
Add multi_gru_seq_fuse_pass and tests (#28604)
4 years ago
123malin fbf9564f6b
【paddle.distributed.fleet】Optimize ParameterServer's Async Mode (#28442)
4 years ago
lilong12 f77a78cdee
enable pipeline to run with Executor.run() (#28373)
4 years ago
Thunderbrook 0073f9bdb0
support ps-gpu (#28752)
4 years ago
Chen Weihang 768dab441e
polish two api doc detail, test=document_fix (#28971)
4 years ago
furnace 8ff3550658
refactor momentum op to combine weight (#27414)
4 years ago
Jacek Czaja bd1d6d3b30
extends oneDNN caching keys so caching objects are unique to executor/predictor (#28758)
4 years ago
chen zhiyu 3d0ff8eebc
optimize musl docker build script (#28974)
4 years ago
Pei Yang 994673bf4f
change avg pooling and global pooling to trt layer in dynamic shape mode (#28702)
4 years ago
yaoxuefeng 71c1cd1408
fix truncated_gaussian seed (#28777)
4 years ago
HappyAngel de528981e5
fix paddlepredictor build error. test=develop (#28792)
4 years ago
Wilber a22ea652cf
fix trt delete_pass bug. (#28763)
4 years ago
gongweibao 1dad8ceaab
Fix gpu memory allocation bug. (#28703)
4 years ago
Chen Weihang b969c32ab1
fix occupied 0 device memory bug (#28771)
4 years ago
joejiong 1a532d5133
add uint8 support for squeeze operator (#28734)
4 years ago
wangchaochaohu 8b853b3030
fix the number of perf algo for conv cudnn in exhaustive mode (#28694)
4 years ago
joanna.wozna.intel 8c0ea4bffe
Add bf16 matmul, fc, elementwise add and mul (#28729)
4 years ago
Wojciech Uss efc3b182f0
a fix for the fc_lstm_fuse_pass (#28709)
4 years ago
Zhou Wei 3b0dd5f620
fix bug that to_tensor not support paddle.Place (#28717)
4 years ago
yaoxuefeng 08b62f4902
fix shuffle batch op shuffle (#28533)
4 years ago
taixiurong d3d1a6b6e0
add kunlun kernel: slice, slice_grad, top_k, cast. *test=kunlun (#28542)
4 years ago
Jack Zhou 9362d85e0e
Add LSTM, Simple RNN and GRU CPU kernel (#28577)
4 years ago
QingshuChen 30ef3815b3
adjust kunlun header file (#28536)
4 years ago
Zhang Ting dab4920568
improve performance of cast op (#28727)
4 years ago
Zhou Wei 3a88acd2ee
open unittests on windows (#28750)
4 years ago
yaoxuefeng 03f46e3526
fix truncated_gaussian op cuda seed setting (#28678)
4 years ago
Wilber 04cefeacc5
Disable windows gpu static lib. (#28741)
4 years ago
Wojciech Uss 04bcc13fac
Add multi_gru op and tests (#28591)
4 years ago
wanghuancoder 5aec7dbeb0
use forward declarations for framework.pb.h (#28494)
4 years ago
iducn f1074e3b19
hide the token output to safely (#28716)
4 years ago
joejiong 32b90b1c2d
add log10 (#28576)
4 years ago
Leo Chen 3d09929b1f
Add check for non-dispensable input (#28666)
4 years ago
Chen Weihang 7eeb99fe02
Add basic hook classes for dygraph & implement reduce hook (#28584)
4 years ago
Guo Sheng 858ffa0c8b
Fix the dropout setting when not initialized in rnn_op. (#28561)
4 years ago
Jacek Czaja 6d8d3d4c22
[oneDNN] Layer norm bf16 kernel (#28619)
4 years ago
lilong12 80d2024644
bug fix, test=develop (#28674)
4 years ago
Zhou Wei bf143652ac
fix lstm OP compile error on windows (#28667)
4 years ago
石晓伟 57dab959ca
add datanorm op new scale_w register (#28657)
4 years ago
cc 65aac81191
Fix fake_quant error when cout > 1024, test=develop (#28603)
4 years ago
lilong12 b2f7ab6636
bug fix, test=develop (#28648)
4 years ago
wawltor 8f2656ef5c
fix the gradient bug for the topk v2
4 years ago
wangchaochaohu a972c33fd7
refine gather OP performance for dynamic mode (#28587)
4 years ago
joanna.wozna.intel 2cb71c0cde
Add checkpoint to quantize (#28612)
4 years ago
lidanqing 804271cff9
Op version python mkldnn_inplace test (#28354)
4 years ago
pangyoki b889a0cee2
add gaussian_random op_version (#28602)
4 years ago
YUNSHEN XIE cf2c42a937
fix exec nightly error on mac (#28567)
4 years ago
Guo Sheng 110febdc54
Fix gradients with ignore_idx in softmax_with_cross_entropy (#28622)
4 years ago
Wilber 8b97bb2e1f
Update cmake for arm ft and fix a bug for Predictor dtor. (#28586)
4 years ago
Leo Chen f962bd3432
Fix cudnn workspace limit in cudnn-8 (#28611)
4 years ago
Leo Chen 90805e2df7
Register op_version for new attribute use_addto (#28463)
4 years ago
danleifeng a24d186814
fix nccl init failed in parallel dygraph mode (#28497)
4 years ago
Zhou Wei 93c39779b4
open a part of GPU unittest for windows (#28378)
4 years ago
lilong12 ed9dd7c9f0
add send and recv ops (#28590)
4 years ago
Zhong Hui a829357e4d
register the op version for some ops
4 years ago
Zhou Wei bf6e7cba7a
updata 2.0 API english doc (#28525)
4 years ago
YUNSHEN XIE 7b1619e69b
disable test_trt_dynamic_shape_transformer_prune,test=document_fix (#28588)
4 years ago
Zhou Wei 849467b5aa
fix user set CUDA_VISIBLE_DEVICES start/end with quotation marks (#28547)
4 years ago
Shang Zhizhou 8699f38d08
裁剪transformer模型trt支持;修复tensorRT不支持DeletePass的bug (#28517)
4 years ago
joejiong 08d2413142
add log2 operator (#28319)
4 years ago
lidanqing 0fc181dbd0
[Fix bug] If the pass name is not found, IsCompatible should return false (#28475)
4 years ago
Wilber 1bf4836580
[Inference] Add TryShrinkMemory interface. (#28409)
4 years ago
wangchaochaohu c52fe48f6f
fix the GetKernelTypeForVar of input for fluid.gather (#28534)
4 years ago
wangchaochaohu d7cfee9b31
Checkout point add (#28488)
4 years ago
YUNSHEN XIE 98dc11bb6a
add monitoring for executive ut at night (#28377)
4 years ago
Pei Yang 75196cda40
Paddle-TRT int8 support mul op channelwise quant (#28422)
4 years ago
zhupengyang 47cbf61dd4
fix softmax unittest float16 random error (#28480)
4 years ago
Zhou Wei 53e9aa948d
remove diff with develop (#28504)
4 years ago
YUNSHEN XIE 369605be1d
fix cmake error when execute build_inference_lib (#28503)
4 years ago
Wilber 645e999afc
fix api_impl test. (#28483)
4 years ago
YUNSHEN XIE 1e698c600e
fix cmake error when setting ut timeout properity (#28492)
4 years ago
wangchaochaohu e14ed71cc2
refine the performance of gather Op (#28458)
4 years ago
wanghuancoder e29ab5eacb
clear clcache cache file and reopen clcache (#28384)
4 years ago
YUNSHEN XIE ba0756325a
exec ut no more than 15s 1 (#28439)
4 years ago
Chen Weihang 155b4f9b6c
Remove selected rows all reduce over height check (#28460)
4 years ago
taixiurong fad4744aa4
fix crash in adam in xpu, *test=kunlun (#28433)
4 years ago
QingshuChen 6bba8e57b1
fix batch_norm_xpu bug & remove xpusimulator dependence (#28430)
4 years ago
Wilber ced5c40c41
Update memory release interface. (#28456)
4 years ago
joanna.wozna.intel 7821759d48
Add bfloat16 softmax and gelu (#28394)
4 years ago
iducn ba0fe0a812
revert the modified shell script (#28453)
4 years ago