- 08 9月, 2023 1 次提交
-
-
由 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>
-
- 07 9月, 2023 1 次提交
-
-
由 winter-wang 提交于
* [IR] add control flow dialect
-
- 30 8月, 2023 1 次提交
-
-
由 kangguangli 提交于
* fix logical op infermeta * add test * adpat inplace api
-
- 28 8月, 2023 1 次提交
-
-
由 winter-wang 提交于
-
- 24 8月, 2023 2 次提交
-
-
由 kangguangli 提交于
* check_unregistered_ops * fix
-
由 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
-
- 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
-
- 11 8月, 2023 1 次提交
-
-
由 Bo Zhang 提交于
IR 的 builtin dialect 中加入 IndexType
-
- 07 8月, 2023 1 次提交
-
-
由 gouzil 提交于
-
- 02 8月, 2023 1 次提交
-
-
由 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
-
- 12 7月, 2023 1 次提交
-
-
由 Wang Xin 提交于
* [clang-tidy] enable readability-container-size-empty check * fix test_custom_kernel Failed * add clang-tid-10 in dockerfile * add clang-tidy in dockerfile * fix bug
-
- 11 7月, 2023 2 次提交
-
-
由 zhangbo9674 提交于
* fix bug * fix bug * fix bug
-
由 Aurelius84 提交于
* [NewIR]Refine IrPrinter and basic Concept Interface for const Object
-
- 10 7月, 2023 1 次提交
-
-
由 kangguangli 提交于
* add stop_gradient attribute for defining op * modify by reviews * fix
-
- 03 7月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* add selectrows * fix bug * add ut * refine code * refien code
-
- 02 7月, 2023 1 次提交
-
-
由 Wilber 提交于
-
- 30 6月, 2023 3 次提交
-
-
由 Yuanle Liu 提交于
-
由 zhangbo9674 提交于
* support build * add ut
-
由 Aurelius84 提交于
-
- 29 6月, 2023 4 次提交
-
-
由 hong 提交于
* update * refactor build context * fix bug * polish code * change func name
-
由 zhangbo9674 提交于
* refine code * add some interface for phi kernel op * fix compile bug * delete unused code * support code * fix bug * refine code * delete unused code * fix compile bug * fix compile bug * delete unused code * add elementwise add op * fix compile bug * refine code * fix compile bug * add ut for attribute member function * delete unused code * refine ut
-
由 winter-wang 提交于
-
由 hong 提交于
* add kernel dialect * change DenseTensorTypeStorage to DenseTensorType * add test case` * add first pd_op to kernel dialect * lower pd op to kernel dialect * update * update * remove useless code * add attrite print test * fix bug * update * update * update * update * polish code * fix bug * polish code and add python test * add test * fix test error * add env flag * fix bug * revert test env * change cc_test_old to cc_test * fix build_static bug * fix type test error * udpate cmake * disable test in windows * update * update * fix bug * split file * fix conflict * polish code and fix conflict * support place transformer * finish bug * add gpu flags * fix with cuda macro * add fetch kernel * support fetch var in new ir * fix bug * polish code * change array equal to np.testing * support feed in new ir * update * fix bug * try to hack combine op * add scope guard * revert atan2 op * add scope guard * update * polish code * update * refactor build kernel context * fix unitest bug * polish code * use original order * remove useless code * polish code * fix bug
-
- 28 6月, 2023 4 次提交
-
-
由 zhangbo9674 提交于
* refine code * add some interface for phi kernel op * fix compile bug * delete unused code * support code * fix bug * refine code * delete unused code * fix compile bug * fix compile bug * delete unused code * add elementwise add op * fix compile bug
-
由 winter-wang 提交于
-
由 kangguangli 提交于
* complement ir type * fix ir_printer
-
由 winter-wang 提交于
-
- 27 6月, 2023 2 次提交
-
-
由 winter-wang 提交于
-
由 Wilber 提交于
-
- 26 6月, 2023 1 次提交
-
-
由 winter-wang 提交于
-
- 22 6月, 2023 1 次提交
-
-
由 hong 提交于
* update * update * polish code * polish code
-
- 21 6月, 2023 1 次提交
-
-
由 winter-wang 提交于
-
- 20 6月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* new_ir to shared * refine code * add ir lib path to env * refine type * refine code * fix bug * fix bug * refine code * refine code * close win * refine code * refine code * refine code * add win share * refine code * refie code * refine code * refine code * refien code * fix bug * fix bug * fix bug * solve conflict * solve conflict * fix bug * refine code * fix bug * fix bug * fix bug * fix bug * fix bug * refine code * fix interpretercore program bug * delete unuse code * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix cinn bug * fix cinn bug * debug * fix cinn bug * delete unused code * fix cinn bug * fix cinn bug * fix ug * test win openblas * test win openblas * fix win openblas bug * polish code * fix win open blas bug * close win dll * fix flag bug * test for windows * fix compile bug
-
- 15 6月, 2023 1 次提交
-
-
由 hong 提交于
* add kernel dialect * change DenseTensorTypeStorage to DenseTensorType * add test case` * add first pd_op to kernel dialect * lower pd op to kernel dialect * update * update * remove useless code * add attrite print test * fix bug * update * update * update * update * polish code * fix bug * polish code and add python test * add test * fix test error * add env flag * fix bug * revert test env * change cc_test_old to cc_test * fix build_static bug * fix type test error * udpate cmake * disable test in windows * fix inference compile
-
- 14 6月, 2023 2 次提交
-
-
由 zhangbo9674 提交于
* support mutable attr is input for build * add ut * solve conflict
-
由 Yuanle Liu 提交于
[IR&PASS] part 3-2: add PatternApplicator and FrozenRewritePatternSet, refine PatternMatch code, add some api for Builder (#54492) * [IR&PASS] add PatternApplicator and FrozenRewritePatternSet, refine PatternMatch code, add some api for Builder and TypeId * fix comment
-
- 13 6月, 2023 2 次提交
-
-
由 kangguangli 提交于
-
由 hong 提交于
* add kernel dialect * change DenseTensorTypeStorage to DenseTensorType * add test case` * add first pd_op to kernel dialect * lower pd op to kernel dialect * update * update * remove useless code * add attrite print test * fix bug * polish code
-