- 29 6月, 2023 1 次提交
-
-
由 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
-
- 28 6月, 2023 1 次提交
-
-
由 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
-
- 27 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
-
- 13 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 * polish code
-
- 08 6月, 2023 1 次提交
-
-
由 hong 提交于
* add kernel dialect * change DenseTensorTypeStorage to DenseTensorType * add test case`
-
- 05 6月, 2023 1 次提交
-
-
由 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
-
- 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
-
- 20 5月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* add types and attributes * remove some const_cast * refine code
-
- 18 5月, 2023 1 次提交
-
-
由 co63oc 提交于
-
- 17 5月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* add program parameter dialect_interface * fix op create bug * add ir parameter convert pd variable methods * refine code * fix bug * refine by ut * refine ut * delete unused code * refine code * refine code by comment * reset WITH_NEW_IR * refine op attribute map * refine program and op create * refine program and op create
-
- 19 4月, 2023 1 次提交
-
-
由 LiYuRio 提交于
* optimize gap between generation step * remove useless header
-
- 07 2月, 2023 1 次提交
-
-
由 LiYuRio 提交于
-
- 17 1月, 2023 1 次提交
-
-
由 LiYuRio 提交于
-
- 02 12月, 2021 1 次提交
-
-
由 WangXi 提交于
-
- 10 11月, 2021 1 次提交
-
-
由 Yuang Liu 提交于
[fleet_executor] Implementation of the message bus, the carrier and part of the interceptor (#37049)
-
- 04 11月, 2021 1 次提交
-
-
由 Yuang Liu 提交于
-
- 03 11月, 2021 1 次提交
-
-
由 LiYuRio 提交于
-
- 22 9月, 2021 1 次提交
-
-
由 Aurelius84 提交于
* Modify H2D and D2H as kQueue::Sync * fix interface error
-
- 17 9月, 2021 1 次提交
-
-
由 Aurelius84 提交于
* format code * format interface * polish interface * Remove std::memory_order * modify into SpinLock * remove fetch_context_pool_ * fix comment * modify into WorkQueueGroup * refine code * fix pointer * fix paddle_enforce * split into AsyncWorkQueue * polish code * specify std::memory_relax * fix atomic fetch_sub * fix num_thread
-
- 14 9月, 2021 1 次提交
-
-
由 Aurelius84 提交于
-
- 24 8月, 2021 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 04 2月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* use iwyu clean include second time, test=develop
-
- 24 9月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* use iwyu clean include, test=develop, test=win * compilation error, test=develop * fix compilation error2, test=develop * fix compilation error3, test=develop * fix compilation error4, test=develop * fix compilation error5, test=develop * fix compilation error6, test=develop * fix compilation error7, test=develop * fix compilation error8, test=develop * fix compilation error8, test=develop * fix compilation error10, test=develop * fix compilation error11, test=develop
-
- 19 12月, 2018 1 次提交
-
-
由 sneaxiy 提交于
test=develop
-
- 17 10月, 2018 1 次提交
-
-
由 nhzlx 提交于
test=develop
-
- 16 10月, 2018 2 次提交
- 15 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
test=develop
-
- 13 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 12 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
This can cause a lot of problem: 1. Wrong operator implementation, Op can get a wrong type without failure. 2. Anytype can be Get without defined in VarType. Also fix wrong STEP_SCOPE usage. test=develop
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 2 次提交
- 23 1月, 2018 1 次提交
-
-
由 Tao Luo 提交于
-
- 21 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "fix decode bug" * "follow commnet" * "fix error" * "fix hook bug" * fix based comment * fix copyright * fix based on comment
-
- 24 6月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-