- 27 7月, 2023 6 次提交
-
-
由 hong 提交于
-
由 GGBond8488 提交于
【inplace api】batch add inplace api paddle.log_, paddle.i0_, paddle.nn.functional.leaky_relu_... (#55576) * batch add inplace api * add inplace test * add activation inplace * fix test * remove atan2 ge, gt, le, lt, nq * remove atan2 ge, gt, le, lt, nq * fix windows ci error * rerun ci * fix typro * fix bugs --------- Co-authored-by: Nzhangrui34 <v_zhangrui34@baidu.com>
-
由 ronnywang 提交于
* add support for outputting the intermediate variables * fix fuse_rresnet_unit
-
由 zhangbo9674 提交于
* fix bug * fix bug
-
由 Asthestarsfalll 提交于
-
由 sneaxiy 提交于
-
- 26 7月, 2023 25 次提交
-
-
由 Huihuang Zheng 提交于
Remove the remaining old schedules.
-
由 xuxinyi389 提交于
-
由 Sonder 提交于
* add sharing event info * add sharing event info * fix * remove const * add flag * fix
-
由 tianhaodongbd 提交于
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
-
由 kangguangli 提交于
-
由 tianhaodongbd 提交于
-
由 JYChen 提交于
* remove api staticrnn * move select_input/output to static/controw flow * delete some func, only remain Switch * clean fluid.layers.controw_flow * remove fluid.layers.controlflow * fix conditional_block ut
-
由 Fisher 提交于
test_dot_merger和test_dot_merger_pass在CI和本地环境中会随机出现segmentation fault错误,导致单测随机挂,经排查后发现是ginac库相关的问题,现避免使用MathIsZero绕过
-
由 kangguangli 提交于
* support attribute hook and fix_reduce_all * resolve merge conflicts * fix coverage ci * trigger CI * trigger CI * fix coverage ci
-
由 Difer 提交于
-
由 zhouweiwei2014 提交于
-
由 YuanRisheng 提交于
* bind ir core * perfect code * deal with conflict
-
由 Yuang Liu 提交于
-
由 Aurelius84 提交于
* [NewIR]Add ConvertIRType and fix some TODO for IR+CINN * modify into GPUPlace
-
由 LiYuRio 提交于
* Implement replicated to split reshard function * fix link error in clang * refine split functor * simplify reshard code
-
由 HongyuJia 提交于
* [0D-Tensor] CINN supports fill_constant, fix infershape and pass * fix infershape of fill_constant * add back fill_constant to zero_tensor_trick_pass
-
由 tianshuo78520a 提交于
* Add py3.10;test=py3-ninja * Add py3.10;test=py3-ninja * test=py3-ninja * test=py3-ninja * test=py3-ninja * test=py3-ninja * test=py3-ninja * Fix test error * Fix build docker error * Fix build docker error
-
由 ronnywang 提交于
-
由 hong 提交于
* new ir support save combine * update * polish code
-
由 Zhang Zheng 提交于
* Refactor the error message system * fix header * fix compile
-
由 gouzil 提交于
-
由 ronnywang 提交于
-
由 Vigi Zhang 提交于
-
- 25 7月, 2023 9 次提交
-
-
由 lishicheng1996 提交于
-
由 Jeng Bai-Cheng 提交于
* Fix LayerNormForward perf issue * Bugfix, fast_layer_norm OOB * apply pre-commit --------- Co-authored-by: NShijie Wang <jaywan@nvidia.com>
-
由 Aurelius84 提交于
-
由 傅剑寒 提交于
-
由 TaoTao Li 提交于
-
由 Lucas 提交于
-
由 wanghuancoder 提交于
-
由 tianshuo78520a 提交于
* Update ccache * del 3.7.9 * fix error
-
由 hong 提交于
* add kernel dialect * change DenseTensorTypeStorage to DenseTensorType * add test case` * add first pd_op to kernel dialect * lower pd op to kernel dialect * update * update * remove useless code * add attrite print test * fix bug * update * update * update * update * polish code * fix bug * polish code and add python test * add test * fix test error * relax constraint when inserting get_parameter * add env flag * fix bug * dygraph2static support new ir * fix bug * revert test env * change cc_test_old to cc_test * update * fix build_static bug * update test * fix type test error * udpate cmake * disable test in windows * fix inference compile * fix program translator error * only run on cpu, not support gpu yet * fix conflict * polish code * fix bug * add feed with place op * update * remove useless unitest * udpate mkldnn * update * update * align mkldnn version * new ir support builtin slice op * fix bug * fix phi kernel adaptor bug * add enable static * add enable_static * remove useless test case * change feed list to single variable * update * add feed with place and shaddow output op * fix bug * remove usless code * support gpu * fix bug * fix bug * remove template * add more data type * fix cimpile bug * udpate * remove useless code * revert dygraph2st test * remove usless code * revert op * fix bug * new ir dygraph2static support gpu * remove usless code * code polish * add const * revert code and remove useless code * revert code * revert legacy op yaml * remove useless code * delete std::move --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
-