- 25 8月, 2023 9 次提交
-
-
由 hong 提交于
* update * fix comile error
-
由 chen2016013 提交于
* generate .parsed.yaml file from .yaml file * code style fix * bug fix * remove backward op * add generator/ folder * add .gitignore * fix bug : mkdir for .parsed.yaml file * try to fix bug:add dir
-
由 Yichen Zhang 提交于
* fix small bug in reshape spmd rule * small fix in unit test
-
由 Leo Chen 提交于
* bind python interface for pass manager * add ut * revert unused change
-
由 niuliling123 提交于
-
由 ronnywang 提交于
-
由 yoyoIcy 提交于
-
由 wanghuancoder 提交于
-
由 WangZhen 提交于
* Gen all Apis * Gen python c apis * Add empty file * Fix cast data type * Fix None dtype
-
- 24 8月, 2023 19 次提交
-
-
由 csy0225 提交于
-
由 niuliling123 提交于
-
由 zhangbo9674 提交于
* fix inplace with set_parameter * fix bug * fix bug * fix bug * fix bug * fix bug * refine code * refine code * fix bug * refine op_gem * fix bug
-
由 wanghuancoder 提交于
-
由 wanghuancoder 提交于
* stride flag open
-
由 wanghuancoder 提交于
-
由 Leo Chen 提交于
* shard_tensor support static graph * add comments * add dy2static ut * use property in c++ side
-
由 xiaoguoguo626807 提交于
* modify sum with divide net bug mutablesttribute * delete prin
-
由 kangguangli 提交于
* check_unregistered_ops * fix
-
由 Zhenghai Zhang 提交于
-
由 xiaoguoguo626807 提交于
* [prim][newir] add basic framework for primitive * support desctensor in new ir * add vjp interface * support vjp in new ir * support vjp in new ir * polish vjp interface * fix stop_gradients set * fix vjp dispatch * add comment * add vjp test for new ir * add test for tanh vjp * [prim][newir] add basic framework for primitive * support desctensor in new ir * support vjp in new ir * support vjp in new ir * polish vjp interface * fix stop_gradients set * fix vjp dispatch * add comment * add vjp test for new ir * add test for tanh vjp * add eager and static backend for warp lower level api * support call_vjp pybind * polish code and add test for vjp * remove useless code * polish code * remove useless code * support mean vjp * backward origin code * add test for mean vjp and support has_vjp function * fix call_vjp * polish code * add attrs and dtype interface * add primitive ops set for backend * fix compile bugs * fix some bugs * fix windows bugs * add vjp test for tanh_ * fix inference CI * fix inference ci * modify fluid cmake * origin test of tanh and mean passed * fix conflict * modify stop_gradient * remove useless deps * add cmake * modify block.ops * modify test * fix conflict * reply review comments * reply review comments * pulish code * fix comment * fix test * polish code * modify backward stop_gradients * modify static_backend.cc * refactor grad_op * support add and add_inplace vjp * remove useless code * remove useless code * remove cout * modify add_n * modify add_n with add_vjp test * modify add_n with add_vjp test * fix conflict and concat call_vjp * modify backward test * Add more gen api * modify split kernel pass * modify concat api * modify builtin split bug * delete vlog --------- Co-authored-by: Ncxxly <chenxx_id@163.com> Co-authored-by: NCharles-hit <wanghao107@baidu.com> Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com> Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com> Co-authored-by: N0x45f <wangzhen45@baidu.com>
-
由 liuruyan 提交于
* add symbolicDimProduct & symbolicDimMgr without method shape_constraint related * split ddim in phi, add a target ddim, used by pd_type * add pd_type.cc to ir_shape CMakeLists
-
由 Aurelius84 提交于
[NewIR]Add NOT_FOR_INFER to prune Inference Library Size and Split VJP CodeGen into pd_op_vjp.cc (#56352) * [NewIR]Prune Inference Library Size and Remove IR Dialect * remove options * add NOT_FOR_INFER * fix pd_vjp.cc * polish deps * fix code style * fix unittest * fix cmake * fix inference CI
-
由 YuanRisheng 提交于
-
由 WangZhen 提交于
-
由 zhangbo9674 提交于
* add code * fix bug * fix bug
-
由 InsaneOnion 提交于
* Fixed a mismatch between Chinese and English documents for the CrossEntropyLoss #50424 * Update python/paddle/nn/layer/loss.py Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> * Update python/paddle/nn/layer/loss.py Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> * update fix * update fix * Uniform Context Format --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
由 csy0225 提交于
-
由 QingshuChen 提交于
-
- 23 8月, 2023 12 次提交
-
-
由 Fisher 提交于
Support to dump information in stages according to the fusion group during the compilation process, instead of after the compilation is completely completed.
-
由 Wang Xin 提交于
-
由 ronnywang 提交于
-
由 WangZhen 提交于
-
由 张春乔 提交于
* 203 * 204 * 205 * 206 * 207 * 208 * 209 * 210 * 211 * Update all_to_all.py * Apply suggestions from code review
-
由 Aurelius84 提交于
* [NewIR]Add approve list for Inference library size growth * test=document_fix
-
由 Aurelius84 提交于
-
由 QingshuChen 提交于
-
由 zhangbo9674 提交于
* fix inplace with set_parameter * fix bug * fix bug * fix bug * fix bug * fix bug * refine code * refine code
-
由 wanghuancoder 提交于
* support ir fill constant
-
由 Leo Chen 提交于
* Integrate quantize/dequantize linear and add config for explicit quantization * Fix the build error * Add macro for TRT version < 8.0 * Remove qdq UT from windows * Fix UT failure * Check TRT version in qdq UT * Test tensorrt_explicit_enabled API * Disable QDQ UT if TRT version < 8.5 * Add quantization postfix into public APIs * Apply code formatter * Fix the UT failure for explicit quantization * Apply code formatter on modified files * Correct the year in copyright
-
由 Charles-hit 提交于
-