- 29 8月, 2023 1 次提交
-
-
由 Leo Chen 提交于
* add pass registry * add pass registry macro
-
- 28 8月, 2023 3 次提交
-
-
由 gouzil 提交于
-
由 liuruyan 提交于
Add dimOp, tieProductEqualOp. access constraint_func in SymbolTable. Lowing DenseTensorType. (#56615) * add symbolicDimProduct & symbolicDimMgr without method shape_constraint related. * add pd_type.cc to ir_shape CMakeLists. * add dimOp, tieProductEqualOp. access constraint_func in SymbolTable. * put DenseTensorType into builtin_type.
-
由 winter-wang 提交于
-
- 24 8月, 2023 2 次提交
-
-
由 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
-
- 18 8月, 2023 1 次提交
-
-
由 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 * add builtin split op --------- 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>
-
- 16 8月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Refine shape dialect directory * modify IR into ir * fix cmake * fix typo
-
- 14 8月, 2023 1 次提交
-
-
由 liuruyan 提交于
* Add ShapeDialect dict & SymbolicDimOp without UT. * add unittest and fix Update_xxx_Func. * change std::string to const std::string & and remove phi dependency.
-
- 11 8月, 2023 1 次提交
-
-
由 Bo Zhang 提交于
IR 的 builtin dialect 中加入 IndexType
-
- 08 8月, 2023 2 次提交
-
-
由 zyfncg 提交于
-
由 jjyaoao 提交于
* Provide opoperands(), opresults() methods for the Operation module Signed-off-by: Njjyaoao <jjyaoao@126.com> * Update test_ir_pybind.py --------- Signed-off-by: Njjyaoao <jjyaoao@126.com>
-
- 07 8月, 2023 2 次提交
-
-
由 Ruibin Cheung 提交于
-
由 zhangbo9674 提交于
* sovle conflict bug * fix bug
-
- 04 8月, 2023 1 次提交
-
-
由 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 提交于
-
由 xiaoguoguo626807 提交于
-
- 02 8月, 2023 2 次提交
-
-
由 gouzil 提交于
* [clang-tidy] modernize-avoid-c-arrays * rollback * [clang-tidy] fix * close modernize-avoid-c-arrays * fix PHI_DEFINE_string; add PHI_DEFINE_bool NOLINT * fix PHI_DEFINE_string * fix next_h_state and parity err * fix win32 * fix cuda_graph * fix accuracy_kernel * fix math_function * fix fused_softmax_mask_kernel.cu load_data and warp_reduce; rollback concat_and_split_functor ins_addr * fix fused_dropout_add_grad_kernel * fix * rollback cu * rollback concat_and_split_functor.cu * rollback
-
由 xiaoguoguo626807 提交于
* add ir core * add test * modify name * merge * add test for __eq__ * shield test for __eq__ * --amend * Update new_ir_compiler.cc
-
- 01 8月, 2023 1 次提交
-
-
由 gouzil 提交于
-
- 31 7月, 2023 1 次提交
-
-
由 kangguangli 提交于
* support elementwise with axis!=-1 * fix coverage ci * fix bug * remove print
-
- 26 7月, 2023 1 次提交
-
-
由 YuanRisheng 提交于
* bind ir core * perfect code * deal with conflict
-
- 24 7月, 2023 1 次提交
-
-
由 xingmingyyj 提交于
* fix_ir_printer * Update ir_printer.cc * Update ir_printer.cc * Update ir_printer.cc * Update ir_printer.cc * Update ir_printer.cc * Update paddle/ir/core/ir_printer.cc Co-authored-by: Nkangguangli <kangguangli@hotmail.com> * Update ir_printer.cc --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
-
- 21 7月, 2023 1 次提交
-
-
由 Ruibin Cheung 提交于
-
- 17 7月, 2023 2 次提交
-
-
由 winter-wang 提交于
-
由 winter-wang 提交于
-
- 14 7月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* add inplace interface * support inplace * refine code * fix bug * fix bug * refien code * add file * add interface * refine code * refine code * add phi kernel instruction * refine code * add test * delete unuse code * add test * add test * add deps * delete unused code * fix bug * fix bug
-
- 13 7月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Disable copy and assign for Operation * add macros.h
-
- 11 7月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Refine IrPrinter and basic Concept Interface for const Object
-
- 10 7月, 2023 2 次提交
-
-
由 kangguangli 提交于
* add stop_gradient attribute for defining op * modify by reviews * fix
-
由 Yuanle Liu 提交于
-
- 06 7月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* fix bug * fix bug * refien code * refien code * fix bug * refine code
-
- 05 7月, 2023 2 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Fix VLOG Ptr display problem and decrease amp log level * fix codestyle
-
由 winter-wang 提交于
-
- 04 7月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
-
- 03 7月, 2023 1 次提交
-
-
由 xingmingyyj 提交于
* fix_ir_printer * Update ir_printer.cc
-
- 02 7月, 2023 2 次提交
-
-
由 Wilber 提交于
-
由 zhangbo9674 提交于
-
- 30 6月, 2023 2 次提交
-
-
由 Yuanle Liu 提交于
-
由 Aurelius84 提交于
-