- 19 6月, 2023 1 次提交
-
-
由 AlbertVan 提交于
-
- 14 6月, 2023 1 次提交
-
-
由 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 1 次提交
-
-
由 winter-wang 提交于
-
- 12 6月, 2023 3 次提交
-
-
由 winter-wang 提交于
-
由 kangguangli 提交于
* adapt_startup_program * refactor program translator * polish * add custom op printer hook * fix merge conflicts * fix top level op printer * adapt full int array op * modify by reviews * fix
-
由 zhangbo9674 提交于
-
- 10 6月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* fix ir storage bug * refine code * refine code * fix bug * refine code * refine code
-
- 09 6月, 2023 2 次提交
-
-
由 winter-wang 提交于
-
由 zhangbo9674 提交于
* refine code * refine code * refine code * refine code * refine code * refine code * refine code * fix bug * refine code * refine code * refine code * refine code * refine code * delete unused code * delete unused code * refine code
-
- 08 6月, 2023 3 次提交
-
-
由 Aurelius84 提交于
-
由 hong 提交于
* add kernel dialect * change DenseTensorTypeStorage to DenseTensorType * add test case`
-
由 kangguangli 提交于
* add vector type support for program translator * polish * support basic attribute type * resolve conflicts * add verify for combine/slice and unittests * polish * support more type in attribute translator * modify by reviews * fix merge mistakes * refine code * refine code * add interface * fix: op name normalization * fix typo * refactor input translator * fix merge conflicts * fix op normalizer bug * refactor attribute translator * fix bug * refactor output translator * fix typo * fix * fix approval error * fix coverage * fix op_compat parser * fix merge conflicts * fix merge conflicts * fix merge conflicts * fix merge conflicts * fix merge conflicts * refactor scalar attribute * draft * fix * fix op build * fix op build * temporarily save * adpat mutable attribute * refine op_comat_gen process * fix merge conflicts * fix merge conflicts * fix merge conflicts * complete dialect attribute printer and refine ir_throw * polish code --------- Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
- 07 6月, 2023 2 次提交
-
-
由 Yuanle Liu 提交于
-
由 Wilber 提交于
-
- 06 6月, 2023 2 次提交
-
-
由 Yuanle Liu 提交于
-
由 winter-wang 提交于
-
- 05 6月, 2023 2 次提交
-
-
由 zhangbo9674 提交于
-
由 zhangbo9674 提交于
* add constant op * support mutable attribute * refine code * fix bug * fix bug * refine code * fix bug * refine code * refine code * add ut * refine code * fix test bug * solve conflict * refine code
-
- 04 6月, 2023 2 次提交
-
-
由 Yuanle Liu 提交于
* adjust some API name * fix inference.a undefined reference to utf8proc
-
由 Yuanle Liu 提交于
[IR&PASS] part 2-2: add IRPrinting beforce and after pass, refine IRPrinter use for Program/Operation... printing (#54308) * add IRPrinting before/after pass, update pass_manager ut to run ir::Program, IRPrinter support region/block * rename printer.cc to ir_printer.cc * fix comment * remove newline
-
- 02 6月, 2023 5 次提交
-
-
由 kangguangli 提交于
* add vector type support for program translator * polish * support basic attribute type * resolve conflicts * add verify for combine/slice and unittests * polish * support more type in attribute translator * modify by reviews * fix merge mistakes * refine code * refine code * add interface * fix: op name normalization * fix typo * refactor input translator * fix merge conflicts * fix op normalizer bug * refactor attribute translator * fix bug * refactor output translator * fix typo * fix * fix approval error * fix coverage * fix op_compat parser * fix merge conflicts * fix merge conflicts * fix merge conflicts * fix merge conflicts * fix merge conflicts * revert some changes --------- Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 winter-wang 提交于
-
由 Aurelius84 提交于
-
由 Aurelius84 提交于
* [IR]Polish code in builtin type declaration * fix typo
-
由 winter-wang 提交于
-
- 01 6月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* add build * add build * refine code * refine code * refine code * refine code * refine interface * fix bug * fix bug * fix bug * refine yaml
-
- 30 5月, 2023 2 次提交
-
-
由 Yuanle Liu 提交于
add pass/analysis_manager.h ir/type_name.h pass/pass_instrumentation.h pass/utils.h and adjust pass dir (#54170)
-
由 winter-wang 提交于
-
- 29 5月, 2023 1 次提交
-
-
由 winter-wang 提交于
-
- 25 5月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* refine code * delete some unused code * refine code of build * refine code of build * add block * refine builder * refine code * refine code by comment * fix compiler bug
-
- 24 5月, 2023 2 次提交
-
-
由 kangguangli 提交于
* add vector type support for program translator * polish * resolve conflicts * add verify for combine/slice and unittests * polish
-
由 王明冬 提交于
-
- 23 5月, 2023 2 次提交
-
-
由 zhangbo9674 提交于
* Use copy_if_different to avoid recompilation of generated cutlass kernels. * add program parameter dialect_interface * fix op create bug * add conv2d * draft of paddle converter * fix CI * fix windows CI * fix program destructor * printer draft * fix bug * printer draft finish * fix windows CI * reserve inplace semantics * revert program::destroy since no need to do topology sort * revert * modify by reviews * commit printer and resnet50 related ops * fix * fix * fix op definition * refine op dyn_cast * fix bug * refine code * refine code * refine code * refine code * add code gen * refine code * refine code * refine code --------- Co-authored-by: Numiswing <umiswing@foxmail.com> Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
-
由 co63oc 提交于
-
- 22 5月, 2023 2 次提交
-
-
由 zhangbo9674 提交于
* refine op dyn_cast * fix bug * refine code * refine code * refine code * refine code
-
由 kangguangli 提交于
* add conv2d * printer draft * fix bug * printer draft finish * fix windows CI * commit printer and resnet50 related ops * fix * fix * fix op definition --------- Co-authored-by: Numiswing <umiswing@foxmail.com> Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
- 20 5月, 2023 2 次提交
-
-
由 zhangbo9674 提交于
-
由 zhangbo9674 提交于
* add types and attributes * remove some const_cast * refine code
-
- 19 5月, 2023 1 次提交
-
-
由 王明冬 提交于
-
- 18 5月, 2023 1 次提交
-
-
由 co63oc 提交于
-