- 31 7月, 2023 8 次提交
-
-
由 hong 提交于
* fix new ir shadow typo * update
-
由 gouzil 提交于
-
由 Sonder 提交于
-
由 zhangbo9674 提交于
* add interface * add code * add code * add code * add code * fix bug * fix bug * add var prefix * add code * add code * add code * fix compile bug * fix bug * refine code * refine code * refine code * refine code * fix bug * add code * add code * fix bug * add code * add code * refine code * refine code * fix bug
-
由 wanghuancoder 提交于
support stride
-
由 zhangyuqin1998 提交于
* rename BatchNormGradFunctor * Update batch_norm_grad_kernel.cc * Update batch_norm_grad_kernel.cu * Update batch_norm_grad_kernel.cc * fix * Update batch_norm_grad_kernel.cc
-
由 kangguangli 提交于
* support elementwise with axis!=-1 * fix coverage ci * fix bug * remove print
-
由 hong 提交于
-
- 30 7月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* add interface * add code * add code * add code * add code * fix bug * fix bug * add var prefix * add code * add code * add code * fix compile bug * fix bug * refine code * refine code * refine code * refine code * fix bug
-
- 28 7月, 2023 1 次提交
-
-
由 hong 提交于
* new ir support save combine * update * polish code * update * new ir support fluid op * remove depulicate op * fix ir exe test compile error * fix compile bug * update * code format * update * update * polish code
-
- 27 7月, 2023 6 次提交
-
-
由 ming1753 提交于
* [Paddle-TRT] add flip op
-
由 ming1753 提交于
* Paddle-TRT support float64 in/out type, support fill_any_like_op in int64
-
由 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 * remove instance norm * fix concat grad bug * revert code --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
-
由 ronnywang 提交于
* add support for outputting the intermediate variables * fix fuse_rresnet_unit
-
由 zhangbo9674 提交于
* fix bug * fix bug
-
由 Asthestarsfalll 提交于
-
- 26 7月, 2023 8 次提交
-
-
由 Sonder 提交于
* add sharing event info * add sharing event info * fix * remove const * add flag * fix
-
由 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
-
由 Yuang Liu 提交于
-
由 LiYuRio 提交于
* Implement replicated to split reshard function * fix link error in clang * refine split functor * simplify reshard code
-
由 hong 提交于
* new ir support save combine * update * polish code
-
由 gouzil 提交于
-
由 ronnywang 提交于
-
- 25 7月, 2023 5 次提交
-
-
由 TaoTao Li 提交于
-
由 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>
-
由 qiuwenbo 提交于
* [尝试] 给tensor增加一个属性, 这个属性是一个定值 1 * 暴露gradnode 并构建gradnode新的方法(用来测试)进行暴露给python python端可以访问 * 开发grad_fn、next_functions两个API 并暴露到python端- 做一些规范化处理 * 增加一个单元测试 * 优化 code-style * 将单侧文件迁到正确的位置 * 优化 code-style * 删除无用注释 * 解决 __main__ has no attribute * 修改单侧文件 * 修改单侧脚本-temp * 解决 grad_fn next_functions api 接口导致内存异常的问题 * 修改单测内容 * 解决 code-style 问题
-
由 jiangfan06 提交于
-
由 zhangbo9674 提交于
-
- 24 7月, 2023 7 次提交
-
-
由 Chen Weihang 提交于
* simplify dist tensor namespace path * fix tensor dist attr decl error
-
由 chen 提交于
[Paddle-TRT] Convert 0D tensor to 1D tensor, increase the shape tensor's number count when collecting shape (#55503) * make 0-D tensor to 1-D tensor to support Grounding-SAM and add shape check * recover identity_op_clean_pass.cc
-
由 Yichen Zhang 提交于
* [Semi-Auto] Add transpose spmd rule * add unit test in cmake file * log perm info
-
由 Yuang Liu 提交于
-
由 Xinyu Chen 提交于
* onednn: remove fc+eltwiseadd fusion pass * onednn: remove post-sum fusion in fc kernel * onednn: tests: make unfused add run into f32
-
由 Yichen Zhang 提交于
* add split spmd rule * add pytest in cmake file * small fix
-
由 张春乔 提交于
* IntArrayAttributeStorage
-
- 22 7月, 2023 1 次提交
-
-
由 ronnywang 提交于
-
- 21 7月, 2023 3 次提交
-
-
由 kangguangli 提交于
* fix empty_var_name problem * fix coverage ci * fix coverage ci
-
由 Yuanle Liu 提交于
* fix cudnn 8.7+ bug on cudnnConvolutionBiasActivationForward * save_optimized_model_pass support gpu
-
由 Ruibin Cheung 提交于
-