Commit Graph

25186 Commits (63dd3183bcb89dbf1bf0501c70f3ded69a6feb09)
 

Author SHA1 Message Date
chengduo 5c4eb394e9 Make test_pe_seresnext serial (#19634)
5 years ago
chengduo ac34aac33f Disable the test_parallel_executor_test_while_train temporarily (#19641)
5 years ago
Chen Weihang 73daa3d6c0
Code Cleanup: delete three useless raw variables in Conv2D (#19644)
5 years ago
Jie Fang c6a598a276 init new amp, optimize inserting cast op for batchnorm (#18596)
5 years ago
123malin 2f037c3189
fix the diff between async mode and async_half mode (#19535)
6 years ago
Jiabin Yang e9233d1c1e Refactor dygraph (#19107)
6 years ago
mapingshuo dca9b6c5b0 add feed_var_names to Prune interface (#19589)
6 years ago
tangwei12 f45cb1c2ca
fix bug of communicator flag, test=develop (#19635)
6 years ago
whs 3abe84500e
Fix data type of variable in edit distance evaluator (#19618)
6 years ago
Yiqun Liu 42b5bec6f9
Integrate NVRTC to support compiling CUDA kernel at runtime (#19422)
6 years ago
Tao Luo 3ae939e48a
unify PADDLE_ASSERT_MSG into PADDLE_ENFORCE(error_message) (#19631)
6 years ago
Leo Chen af692c9140 update reduce_sum and reduce_mean to save memory, test=develop (#19608)
6 years ago
tensor-tang e3e98ed678
fix scope lock bug on infer (#19624)
6 years ago
Aurelius84 6364ebc4dd
Add distributions of Categorical and MultivariateNormal (#18263)
6 years ago
Zeng Jinle 710767d894
Enable inplace support for some ops (#19612)
6 years ago
FDInSky a18cf5e119 add a argument for softshrink python api (#19396)
6 years ago
Tao Luo d6c85c96dc
paddle::framework::vectorize() templatization (#19627)
6 years ago
Tao Luo 3aaea4c545
fix inference_lib deps error (#19632)
6 years ago
danleifeng 8672e15363 elementwise broadcast function enhancement (#19536)
6 years ago
xiaoting a50785b02d modifed cifar download url, test=develop (#19623)
6 years ago
Chen Weihang 8cb54ede8c
Add user-friendly error message in optimizer ops to give a hint about the position sensitive problem of run(startup_program) (#19605)
6 years ago
zhongpu 118bb897cf add kernel for flatten_op, test=develop (#19472)
6 years ago
Tao Luo 0a46d34538
refine some PADDLE_ENFORCE codes for unify PADDLE_ASSERT_MSG (#19607)
6 years ago
baojun a3a4b6e570 Enable ngraph through build_strategy (#19266)
6 years ago
Tao Luo 4cfe432cad
change default CMAKE_BUILD_TYPE to Release (#18234)
6 years ago
ShenLiang 2cd3fa3e9a add scatter_nd op and scatter_nd_add op (#19571)
6 years ago
wawltor 364c44422e
Add the support the int64 data type of `scatter_op` input Index(#18804) (#19508)
6 years ago
liuwei1031 9c88570881 fix the warning caused by mistach arguments of flags.cmake (#19576)
6 years ago
zhongpu 4d26274d25 add detach API for Variable in dygraph mode, test=develop (#19477)
6 years ago
silingtong123 e79cf3bce7 Enable online compilation of openblas on windows (#19602)
6 years ago
Adam 8d6d95cc2b paddle::framework::vectorize() templatization (#19611)
6 years ago
Tao Luo 75d1571995
refine PADDLE_ENFORCE codes for unify PADDLE_ASSERT_MSG (#19603)
6 years ago
whs 1c2aae567a
Skip start epoch and end epoch when dumping strategy in PaddleSlim (#19580)
6 years ago
Yiqun Liu c5548178b0
A a pass to enable the use of cudnn (#19346)
6 years ago
zhongpu cc443675e9 modify paddle_build.sh for Paddle python3 runtime image generation, test=develop (#19218)
6 years ago
Adam e94b26daf5 using MKLDNNMemoryFormat = mkldnn::memory::format changes (#19568)
6 years ago
Zeng Jinle e045aadf9a
fix retry_allocator_test by removing glog envs, test=develop (#19596)
6 years ago
hutuxian 66ad68ed7b
Update UT test_boxps (#19599)
6 years ago
baojun f2ad30c4dd Some ngraph op and unittest fix (#19515)
6 years ago
Tao Luo 49523ea189
replace PADDLE_ASSERT with PADDLE_ASSERT_MSG (#19586)
6 years ago
gongweibao abaf87be2b
Change backward_guard to optimize_guard to maximize the allreduce overlap. (#19506)
6 years ago
Zeng Jinle 578cccd48c fix parallel compilation error of allocator (#19581)
6 years ago
Zeng Jinle 635cd62d23
remove deprecated memory_optimize usages, test=develop (#19579)
6 years ago
Zeng Jinle f4562c3468
fix typo of allocator, test=develop (#19578)
6 years ago
Youwei Song 9a577f2e41 fix batchnorm api param: data_layout (#19524)
6 years ago
xiaoting 7a86706309 modified multiclass_nms example (#19553)
6 years ago
gongweibao 57f0f0f2dc
Delete pserver complete file before executor running. (#19468)
6 years ago
JesseyXujin 4a7e6deb63
add padding in linear_chain_crf op (#19583)
6 years ago
Zeng Jinle 19474019c2
fix fast pe to run highest priority ops first, test=develop (#19575)
6 years ago
zhouwei25 84c728013c fix the compilation issue on windows caused by mkl_CSRMM (#19533)
6 years ago