- 12 5月, 2023 16 次提交
-
-
由 PommesPeter 提交于
* added base code for i0 and i0e * added grad base code for i0 and i0e * added i0 and i0e python code * added ops and backward yaml config * added i0 and i0e cpu kernel, but not test. * added i0 and i0e code and unitest files * added test files * added i0/i0e gpu implementation code * updated code style * updated code style * fixed unitests code * updated i0 with eigen3 * fixed bug and added more test cases * refactor: fixed static graph bug * refactor: removed i0 and i0e from op_compat * refactor: updated code style * refactor: updated op_compat.yaml * refactor: updated op_compat.yaml * refactor: fixed op name mapping and optimize unittest case * refactor: manually implement i0 / i0e * refactor: added grad kernel for i0 / i0e,didn't finish * Update math.py * refactor: added equation to doc in English and added comments for computing i0 / i0e gradient * refactor: removed eigen implementation * refactor: finished i0 / i0e cpu and gpu op * refactor: updated code style * fix: find a bug but not fix * fix: incorrect unittest cases * update: updated code style and remove my file * update: updated unittest case * fix: fixed sign error * fix: fixed mistakes when merging * refactor: updated code style * refactor: remove unused code * refactor: updated code style
-
由 Leo Chen 提交于
-
由 ronnywang 提交于
-
由 houj04 提交于
-
由 xiaoguoguo626807 提交于
* add rules * modify silu_grad input * modify kernel signature * modify kernel signature * code style * review
-
由 ronnywang 提交于
* [CustomDevice] add inference MP support, PART0 * update
-
由 Wilber 提交于
-
由 Yuanle Liu 提交于
* softmax support * support stack
-
由 Wang Xin 提交于
* sequence_mask functionalization * fix sequence_mask test
-
由 RuohengMa 提交于
-
由 huangjiyi 提交于
* update * update
-
由 Ruibiao Chen 提交于
* Skip fake alloc in static build for depend and nop op * Skip communication op * Skip sync op
-
由 Xiaoxu Chen 提交于
* [Dy2St]Fix x grad names when high order gradient * Polish error msg * Add inputs var to backward in dy2st * Fix error * Get grad names for backward API * Fix save load * Polish code * Add ut * [prim] fix not support optional grad bugs in higher order autodiff * [prim] remove duplicate fill_any_like caused by infershape_for_composite * fix _strip_grad_suffix_ bugs in higher-order autodiff * [prim] create output for test_static_prim.cc --------- Co-authored-by: N0x45f <wangzhen45@baidu.com>
-
由 傅剑寒 提交于
-
由 Wangzheee 提交于
-
由 houj04 提交于
-
- 11 5月, 2023 18 次提交
-
-
由 xiaoxiaohehe001 提交于
* support_act * delete_silu
-
由 lanxianghit 提交于
添加CINN与Paddle框架的BFloat16类型映射
-
由 Yuanle Liu 提交于
* prelu op trt converter support zero dim
-
由 Zhang Jun 提交于
-
由 Zhang Jun 提交于
-
由 Galaxy1458 提交于
* test,test=develop * test,test=develop * test,test=develop * test,test=develop * test,test=develop * test,test=develop
-
由 ronnywang 提交于
-
由 lijin23 提交于
* add pad op for xpu * add pad op for xpu * add pad op for xpu
-
由 xiaoguoguo626807 提交于
* modify concat_grad add sum comp rule * delete default mul_double_grad * delete high grad test * recover yaml * modify yaml
-
由 jjyaoao 提交于
-
由 gouzil 提交于
* [test]mv fluid controlflow detection dlnne tensorrt tests to tests * [test]clean dlnne * [test] fix test_tensorrt_engine_op * [test] try fix path error * [test] RollBACK test_tensorrt_engine_op * [test] RollBACK test_tensorrt_engine_op * [test]add todo * Empty-Commit; test=document_fix
-
由 xiaoxiaohehe001 提交于
* support_expand_mish
-
由 SaltFish11 提交于
* add_depthwise_conv2d_transpose * Update test_depthwise_conv2d_transpose_op_xpu.py 删除print语句
-
由 JYChen 提交于
* up warning level * numpy still vlog-0
-
由 kangguangli 提交于
* remove execution_strategy docstring * remove doc of num_iteration_per_run; test=document_fix
-
由 houj04 提交于
* [XPU] update log for bkcl function calls. * minor update * revert unnecessary modifications.
-
由 张春乔 提交于
-
由 xiaoguoguo626807 提交于
【prim】add dygraph error code when close prim flag for op who has composite implement but no grad kernel (#53610) * add no prim no gradOp error code * delete prim_white_list throw error * delete invoke_forward_api throw error * delete invoke_forward_api throw error * review * review
-
- 10 5月, 2023 6 次提交
-
-
由 傅剑寒 提交于
* add index_put api * fix value broadcast in backward and add test case in static * add timeout=120s for index_put * add op_compat for index_put * add inplace index_put test * add test case when index tensor in indices is int32 when indices.size less than x.dims * add index_put api backward in cpu place * add backward test case * refactor code to delete some duplicated code * replace reshape with resize for decrease extra memcpy * add datatype flag in backward yaml * fix bug in documentation * Update python/paddle/tensor/manipulation.py --------- Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 Yuang Liu 提交于
-
由 wz1qqx 提交于
* fix as review, add fp16 conv2d_transpose * fix unittest of bn and reduce_mean * fix bn unittest * fix ci * fix ci
-
由 张春乔 提交于
-
由 Zhang Zheng 提交于
-
由 Yuanle Liu 提交于
-