- 09 11月, 2022 4 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2] remove unnecessary u-prefix in string literal * `"{}".format(x)` -> `x` * remove duplicated dtype literals * revert changes in data_feeder.py * remove u-prefix in data_feeder * revert remove duplicated dtype literals in data_feeder * remove unnecessary convert to str * for test * add some comments * refine comment * restore a removed str conversion * re-trigger all ci, empty commit
-
由 LiYuRio 提交于
-
由 FlyingQianMM 提交于
* fix scale kernel configuration error where input numel is 0 * fix code stype * add unit test case for scale op when numel of input x is zero * fix ci codestyle check * add cpu and gpu unit test case for scale op when numel of input x is zero * add uninitialized judgment for input of scale
-
由 Wangzheee 提交于
* upgrade scale and slice op convert for Paddle-TensorRT
-
- 08 11月, 2022 17 次提交
-
-
由 JZ-LIANG 提交于
[Auto Parallel] Sharding Optimization:Partition Algorithm & Stage2 Parameter Bucket communication (#47180) * partition param by order * add logging * reorder opt * config * stage2 bucket * update unitest
-
由 LiYuRio 提交于
-
由 zhouweiwei2014 提交于
* [Zero-Dim] support input 0D Tensor for sundary api * fix comment
-
由 Sławomir Siwek 提交于
* softplus+activation * fc + elementwise_add test refactored * rename MKLDNN to OneDNN * fc+activation tests refactored * remove softplus ut * whitespace * whitespace * codestyle * codestyle * add more cases to fc+act * remove softplus+hard_sigmoid pass * remove softplus + hard_sigmoid UT * add approximate for gelu * swish beta range * new codestyle * reduce number of tests
-
由 zhouweiwei2014 提交于
* [Zero-Dim] support input 0D Tensor for distribution api * fix comment
-
由 zhangyikun02 提交于
-
由 zhangyikun02 提交于
-
由 shentanyue 提交于
-
由 Nyakku Shigure 提交于
-
由 xiongkun 提交于
* fix tensor_array slice bugs in _getitem_impl_ * fix when var is a paddle.Tensor * code format
-
由 zhoutianzi666 提交于
* allow fold fill_constant && allow nms3 into trt in int8 model * use unordered_map * fix CI failing
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2][U004] unecessary explicit `object` inheritance in class definition * fix an increment
-
由 zyfncg 提交于
-
由 Paulina Gacek 提交于
* Split kernel registered, tests for uint/int added * Split quantized * Split output scales calculated only once * NearestInterp test fix reversed * DequantizeOutputs corrected
-
由 tianshuo78520a 提交于
* disable distributed xpu tests * test=kunlun * test=document_fix;test=kunlun * test=document_fix;test=kunlun * test=document_fix;test=kunlun * test=document_fix;test=kunlun
-
由 Charles-hit 提交于
* support pow_double_grad op * add unit test for pow double grad * fix pow double grad * optimize pow double grad kernel * fix pow double grad kernel
-
由 zhoutianzi666 提交于
* fix cast bug
-
- 07 11月, 2022 9 次提交
-
-
由 QingshuChen 提交于
*test=kunlun
-
由 zhaoyingli 提交于
* fp16 pass support assign op * choose assign op exec mode * add unittest * add cmakelist
-
由 ykkk2333 提交于
add roll and roll_grad kernels and strided_slice and strided_slice_grad kernels, test=kunlun (#47368) * add stat tool * add roll and roll_grad kernels and strided_slice and strided_slice_grad kernels, test=kunlun
-
由 wanghuancoder 提交于
* test_paddle_multiprocessing support eager tensor pickler
-
由 WangZhen 提交于
* Get three grad lists in CPP to avoid gpu idle time * Support legacy mode
-
由 JYChen 提交于
* remove paddle.fluid.dygraph.nn.conv2D * fix ut * fix conv fp16 UT
-
由 Nyakku Shigure 提交于
* [CodeStyle][E262][E265] make comments start with `# ` * flake8 config
-
由 Wen Sun 提交于
-
由 zhaoyingli 提交于
* expand op donot use naive data parallel * fix unittest
-
- 05 11月, 2022 1 次提交
-
-
由 Yuang Liu 提交于
-
- 04 11月, 2022 6 次提交
-
-
由 LiYuRio 提交于
-
由 zyfncg 提交于
* generate static graph code for some activation op * fix bug * fix infermeta of selected_rows
-
由 shentanyue 提交于
-
由 cyber-pioneer 提交于
* add sin double grad operator * add sin double grad test example * move sindoublegradopmaker to backward.yaml * fix sindoublegrad code * simplify sindoublegrad functor
-
由 houj04 提交于
* [XPU] add cumsum op. test=kunlun * try to fix linker. test=kunlun * try to fix linker. test=kunlun * try to fix linker. test=kunlun * debug. test=kunlun * update xpu.cmake. remove unnecessary codes. test=kunlun.
-
由 zhangyikun02 提交于
-
- 03 11月, 2022 3 次提交