- 08 9月, 2023 2 次提交
-
-
由 xingmingyyj 提交于
* add parser * add parser * add parser * add parser * add parser * add parser * add parser * Update test/cpp/ir/core/ir_parser_test.cc Co-authored-by: Nkangguangli <kangguangli@hotmail.com> * add parser * add parser * add parser * Update test/cpp/ir/core/program_translator_test.cc Co-authored-by: Nkangguangli <kangguangli@hotmail.com> * Update test/cpp/ir/core/program_translator_test.cc Co-authored-by: Nkangguangli <kangguangli@hotmail.com> * Update dialect.h * add parser * add parser * Update CMakeLists.txt * add parser --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
-
由 zhangbo9674 提交于
* fix bug * refine code * refine code * refine code * refine code * refine code * refine code * fix bug
-
- 07 9月, 2023 2 次提交
-
-
由 zyfncg 提交于
-
由 winter-wang 提交于
* [IR] add control flow dialect
-
- 06 9月, 2023 5 次提交
-
-
由 Xianduo Li 提交于
* add <with_grad_semantic> in OpInputInfo to represent whether an input of OP has grad semantics * add support for check OP's input grad semantic by comparing fwd_op inputs and bwd_op outputs * add pybind interface to support checking OP's inputs grad semantic in python-level * add test * fix bugs * fix bugs in op_gen * fix bugs in op_gen * add test for multiply_op * fix bugs in codestype * fix bugs in codestype
-
由 zyfncg 提交于
-
由 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. * add dimOp, tieProductEqualOp. access constraint_func in SymbolTable. * put DenseTensorType into builtin_type. * add constraint related Mgr func. * move to out assert.
-
由 Aurelius84 提交于
* [NewIR]Support Build(GroupOps) in NewIRCompiler and Add UT * fix unittest
-
由 Yuanle Liu 提交于
-
- 02 9月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Refine CINN Dilact directory * fix conflict * fix deps * fix unittest deps
-
- 01 9月, 2023 2 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Part-2.1 Refactor NewIRCompiler to support Group Ops * fix gflags link error * fix include ir_printer.h * fix unittest * fix conflict * fix flags * fix comment
-
由 chen2016013 提交于
* add test for legacy_op * add test for legacy_op * add test * change test legacy op : pd.c_concat * fix codestyle * add legacy kernel op test * Update ir_kernel_dialect_pass_test.cc * Update ir_kernel_dialect_pass_test.cc * Update ir_kernel_dialect_pass_test.cc
-
- 30 8月, 2023 1 次提交
-
-
由 kangguangli 提交于
* fix logical op infermeta * add test * adpat inplace api
-
- 28 8月, 2023 3 次提交
-
-
由 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.
-
由 Xianduo Li 提交于
* test ci pattern_rewrite on mac_apple test=develop * remove todo test=develop
-
由 winter-wang 提交于
-
- 25 8月, 2023 2 次提交
- 24 8月, 2023 3 次提交
-
-
由 kangguangli 提交于
* check_unregistered_ops * fix
-
由 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
-
- 23 8月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* fix inplace with set_parameter * fix bug * fix bug * fix bug * fix bug * fix bug * refine code * refine code
-
- 21 8月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Split PaddleDialect and KernelDialect and Implement Layered Compailation * remove ir_core DEPS * fix header files * fix conflict * ignore test_assert UT * fix code style * fix UT
-
- 16 8月, 2023 2 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Add CinnJitInstruction for interpreter * fix windows compile error
-
由 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
-
- 09 8月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Add cinn RuntimeDialect and JitKernelOp * remove PointerAttribute register * fix comment
-
- 08 8月, 2023 2 次提交
-
-
由 hong 提交于
* new ir remove fetch list * fix pattern rewrite bug * try to remove constant fold * revert code * add pattern rewrite test flag * fix multi fetch * remove usless code * new ir support legacy kernel instraction * new ir support legacy kernel instruction * add scope prefix * update * update * update * update * fix * revert channel shuffl test * polish code * try to fix windows compile error * polish code * update * update * revert op test
-
由 Charles-hit 提交于
* [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 * add test for mean vjp and support has_vjp function * fix call_vjp * polish code * add primitive ops set for backend * add vjp test for tanh_ * fix inference CI * fix inference ci * modify fluid cmake * remove useless deps * add cmake --------- Co-authored-by: Ncxxly <chenxx_id@163.com> Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
- 07 8月, 2023 1 次提交
-
-
由 gouzil 提交于
-
- 03 8月, 2023 1 次提交
-
-
由 Wang Xin 提交于
-
- 02 8月, 2023 2 次提交
-
-
由 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 * add code * fix bug in phi__kernel_utils * refine code * fix bug * open flag * refine code * fix bug * fix bug * refine code * fix bug
-
由 xiaoguoguo626807 提交于
* add ir core * add test * modify name * merge * add test for __eq__ * shield test for __eq__ * --amend * Update new_ir_compiler.cc
-
- 31 7月, 2023 1 次提交
-
-
由 kangguangli 提交于
* support elementwise with axis!=-1 * fix coverage ci * fix bug * remove print
-
- 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 1 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Split NewIRCompiler with .h/.cc and decoupling compilatiom with cinncore * fix cmake * fix CINN_ONLY
-
- 26 7月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Add ConvertIRType and fix some TODO for IR+CINN * modify into GPUPlace
-
- 25 7月, 2023 1 次提交
-
-
由 Aurelius84 提交于
-
- 19 7月, 2023 1 次提交
-
-
由 Aurelius84 提交于
-