- 16 8月, 2023 2 次提交
-
-
由 kangguangli 提交于
* fix inset get_parameter op bug * fix bug: insert only for parameters * fix bug: wrong idx in vector --------- Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 wanghuancoder 提交于
* add TrilAndTriuOpTranscriber for ir translator * refine
-
- 15 8月, 2023 1 次提交
-
-
由 hong 提交于
-
- 14 8月, 2023 1 次提交
-
-
由 kangguangli 提交于
-
- 09 8月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* fix bug * fix bug
-
- 08 8月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
-
- 07 8月, 2023 3 次提交
-
-
由 gouzil 提交于
-
由 Ruibin Cheung 提交于
-
由 zhangbo9674 提交于
* sovle conflict bug * fix bug
-
- 05 8月, 2023 1 次提交
-
-
由 hong 提交于
* filter new ir inplace var set parameter * polish code * fix conflict * fix typo
-
- 04 8月, 2023 2 次提交
-
-
由 kangguangli 提交于
* fix bug: feed_with_place should consider variable existence * fix * fix build scope * change method to set feed var name * remove feed_with_place to placeholder * fix * rename to data * fix * fix
-
由 Ruibin Cheung 提交于
* [clang-tidy] enable modernize-use-emplace * Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into modernize_use_emplace
-
- 03 8月, 2023 2 次提交
-
-
由 Wang Xin 提交于
-
由 kangguangli 提交于
* fix bug: program translator not set value index correctly * fix slice for setparameter
-
- 01 8月, 2023 1 次提交
-
-
由 hong 提交于
* add ir output check in OpTest * add ir grad check in op test * fix legacy name converter bug * add more unittest * fix * fix warprnn op bug * add whit list * polish code * polish code * fix unique and close op bug * fix bug * update * fix new ir unique is close bug * remove useless code * use new stringattr api --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com> Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
- 31 7月, 2023 4 次提交
-
-
由 kangguangli 提交于
* fix bug: feed_with_place should consider variable existence * fix * fix build scope * change method to set feed var name * fix
-
由 hong 提交于
* fix new ir shadow typo * update
-
由 kangguangli 提交于
* support elementwise with axis!=-1 * fix coverage ci * fix bug * remove print
-
由 hong 提交于
-
- 27 7月, 2023 1 次提交
-
-
由 Asthestarsfalll 提交于
-
- 26 7月, 2023 2 次提交
-
-
由 kangguangli 提交于
* support attribute hook and fix_reduce_all * resolve merge conflicts * fix coverage ci * trigger CI * trigger CI * fix coverage ci
-
由 YuanRisheng 提交于
* bind ir core * perfect code * deal with conflict
-
- 25 7月, 2023 1 次提交
-
-
由 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>
-
- 21 7月, 2023 1 次提交
-
-
由 kangguangli 提交于
* fix empty_var_name problem * fix coverage ci * fix coverage ci
-
- 19 7月, 2023 1 次提交
-
-
由 kangguangli 提交于
* fix * fix * fix * fix * fix * fix coverage ci * add test case
-
- 18 7月, 2023 1 次提交
-
-
由 hong 提交于
* fix new ir concat op bug * fix bug * using add_n_with_kernel instead of add_n impl * fix pd_op yaml bug * fix bug
-
- 17 7月, 2023 1 次提交
-
-
由 winter-wang 提交于
-
- 13 7月, 2023 1 次提交
-
-
由 hong 提交于
* new ir support builtin slice op * fix phi kernel adaptor bug
-
- 12 7月, 2023 2 次提交
-
-
由 hong 提交于
* refine program translator * fix warning: not override * fix bug * merge new modifications * modify by reviews * resolve conflicts * resolve conflicts * fix * fix * update * support selected rows * update * add selectrows * fix bug * add ut * refine code * refien code * update * update * support selected rows * support selected rows * support dense tensor * remove useless code * polish code * remote standalone executor test --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com> Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 Wang Xin 提交于
* [clang-tidy] enable readability-container-size-empty check * fix test_custom_kernel Failed * add clang-tid-10 in dockerfile * add clang-tidy in dockerfile * fix bug
-
- 11 7月, 2023 2 次提交
-
-
由 hong 提交于
* suport optional input in new_ir * polish code * add coverate test * update * update * add unitest * remove reduplicate code * udpate * fix assign error * revert test arg min max * update * fix bug * polish code * update * fix unique and close op bug * update * update * revert test code * revert unique test * polish code * remove useless code --------- Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 zhangbo9674 提交于
* fix bug * fix bug * fix bug
-
- 10 7月, 2023 1 次提交
-
-
由 kangguangli 提交于
* add stop_gradient attribute for defining op * modify by reviews * fix
-
- 07 7月, 2023 3 次提交
-
-
由 hong 提交于
* fix exception bug * update * fix attribute translator bug * remove usless code
-
由 xiaoguoguo626807 提交于
* add ir output check in OpTest * add ir grad check in op test * fix legacy name converter bug * add more unittest * fix * fix warprnn op bug * add whit list * polish code * adagrad modify * recover * polish code * review --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com> Co-authored-by: Nphlrain <phliuhongyu@126.com>
-
由 hong 提交于
* add ir output check in OpTest * add ir grad check in op test * fix legacy name converter bug * add more unittest * fix * fix warprnn op bug * add whit list * polish code * polish code --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
-
- 05 7月, 2023 2 次提交
- 03 7月, 2023 1 次提交
-
-
由 hong 提交于
-
- 02 7月, 2023 1 次提交
-
-
由 hong 提交于
* fix_fetch_op_and_null_type_bug * fix compile bug * add test case
-