- 11 7月, 2023 12 次提交
-
-
由 Wennie396 提交于
* format correction * variable names adjustment * variable names adjustment, name-->type, value-->sub_program
-
由 LoneRanger 提交于
replace the AdagradOptimizer 、adamaxOptimizer、AdadeltaOptimizer、RMSPropOptimizer、LambOptimizer and Momentum (#54152) * replace the AdadeltaOptimizer with Adadelta * replace the RMSPropOptimizer with RMSProp * replace the LambOptimizer with lamb * replace the momentum in contrib/optimizer.py with Momentum in python/paddle/optimizer/momentum.py * fix bug * fix bug * fix bug * fix bug of Lamp * fix bug of Lamp * fix bug of import * replace the AdamaxOptimizer with Admax and change the optimizer base for AdagradOptimizer * fix bug * fix bug * Update optimizer.py * fix bug * fix bug
-
由 ronnywang 提交于
-
由 MarDino 提交于
* add rmsnorm kernel * add static graph test * fix round type * use alignas to avoid msvc compile error * remove redundant headerfile to avoid rocm compile error * fix rocm compile not found cub * Add document
-
由 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
-
由 HongyuJia 提交于
-
由 FormlessUnit 提交于
* rename weight_only/llm.int8
-
由 qiuwenbo 提交于
* [尝试] 给tensor增加一个属性, 这个属性是一个定值 1 * 暴露gradnode 并构建gradnode新的方法(用来测试)进行暴露给python python端可以访问 * 开发grad_fn、next_functions两个API 并暴露到python端- 做一些规范化处理 * 增加一个单元测试 * 优化 code-style
-
由 hong 提交于
-
由 Aurelius84 提交于
* [NewIR]Refine IrPrinter and basic Concept Interface for const Object
-
- 10 7月, 2023 11 次提交
-
-
由 duanyanhui 提交于
-
由 hong 提交于
* update polygama * udpate compact * format yaml file
-
由 Leo Chen 提交于
* move ut of auto_parallel * fix ut
-
由 kangguangli 提交于
* add stop_gradient attribute for defining op * modify by reviews * fix
-
由 Yuanle Liu 提交于
-
由 ronnywang 提交于
-
由 ronnywang 提交于
-
由 hong 提交于
* fix affine grid bug * revert cummax
-
由 kangguangli 提交于
-
由 zhangbo9674 提交于
* add inplace interface * support inplace * refine code * fix bug * fix bug * refien code
-
由 WangZhen 提交于
-
- 08 7月, 2023 1 次提交
-
-
由 张春乔 提交于
Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 07 7月, 2023 16 次提交
-
-
由 hong 提交于
* fix exception bug * update * fix attribute translator bug * remove usless code
-
由 Yichen Zhang 提交于
* add reduction spmd rule for auto parallel * fix the logic of handling partial * fix code style * fix the partial handling
-
由 gouzil 提交于
* [jit] add copy-from; test=document_fix * [jit] add copy-from; test=document_fix * fix TracedLayer
-
由 xiaoye 提交于
-
由 wz1qqx 提交于
-
由 ronnywang 提交于
-
由 wz1qqx 提交于
-
由 ming1753 提交于
-
由 ming1753 提交于
* [IR&PASS] add conv + elementwise_add fuse pattern * add conv2dAddPattern to pass
-
由 张春乔 提交于
-
由 LoneRanger 提交于
* remove the extend_optimizer_with_weight_decay function * Update __init__.py * fix bug * fix bug
-
由 Shijie 提交于
-
由 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 cummin cummax bug --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
-
由 傅剑寒 提交于
This PR delete middle ir_visitor class and thus we can avoid middle virtual function call and codes look more clean pcard-72718
-
由 傅剑寒 提交于
* fix index_put bug when index is multi-dim bool tensor * fix name error
-
由 Leo Chen 提交于
-