- 08 9月, 2023 2 次提交
-
-
由 zhangbo9674 提交于
* add control flag * add log
-
由 zhangbo9674 提交于
* fix bug * refine code * refine code * refine code * refine code * refine code * refine code * fix bug
-
- 07 9月, 2023 7 次提交
-
-
由 Difer 提交于
* rename fluid to base * fix setup and rename paddle.fluid * fix protobuf generated paddle.fluid * fix some errors * fix cmake depends * fix some error * try to fix cache error * fix codestyle && some doc error * remove build change * fix some error --------- Co-authored-by: NXiangGao <jeff41404@gmail.com>
-
由 cyberslack_lee 提交于
-
由 Zhenghai Zhang 提交于
[clang-tidy] NO.33,64 enable `bugprone-signed-char-misuse`,`clang-analyzer-optin.portability.UnixAPI` check (#56744) * enable bugprone-signed-char-misuse&clang-analyzer-optin.portability.UnixAPI check * fix bugprone-signed-char-misuse * fix bug
-
由 gouzil 提交于
-
由 cyberslack_lee 提交于
-
由 kangguangli 提交于
* optimize GetNameById in check_gc * remove debug code * fix * fix
-
由 zhangbo9674 提交于
* enable inplace in dy2st with newir * fix bug --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
-
- 06 9月, 2023 5 次提交
-
-
由 leolishaohao 提交于
* [XPU] add squeeze_excitation_block_xpu op&pass to optimize ppocr_v3_det model test=kunlun * fix * fix Codestype * remove xpu name
-
由 zhangbo9674 提交于
* fix bug * fix bug
-
由 zhangbo9674 提交于
* add meta tensor * refine code * fix bug * fix bug
-
由 Ruibiao Chen 提交于
-
由 zhenhailiu 提交于
* sep group * add test * test ok * polish * test cmake script generated * add sep group * format * polish * polish
-
- 05 9月, 2023 5 次提交
-
-
由 lzydev 提交于
* fix static_build for pp * add mannual_event to support streams across progs * revert static_build.sh * fix coverage-ci * modify the method to name events * change code according to review
-
由 gouzil 提交于
* [clang-tidy] replenish cppcoreguidelines-narrowing-conversions * fix * fix
-
由 jiangfan06 提交于
-
由 jiangfan06 提交于
-
由 xiaoye 提交于
-
- 04 9月, 2023 3 次提交
-
-
由 Sonder 提交于
* remove has_structed_kerenl and has_fluid_kernel * add test_fused_layernorm_op to STATIC_BUILD_TESTS list * open static_build flag * remove distributed_fused_lamb_init from StaticBuildBlackList * use initialized replacing IsInitialized * recover codes * delete useless codes * close the flag
-
由 zhangbo9674 提交于
* add code * add code * refine code * add code * fix bug * fix bug * fix bug * add code * add ut * polish code * fix bug * refine code * fix bug * refine code * fix bug * refine code * fix bug * refine code * fix bug * refine code * add code * fix bug * fix bug * fix bug * fix bug * fix bug * refine code
-
由 huangjiyi 提交于
* update * fix bug * fix bug * fix bug * fix bug * rerun ci * turn off shared_phi
-
- 02 9月, 2023 2 次提交
-
-
由 Leo Chen 提交于
* polish code of pass and executor * update ut
-
由 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
-
由 cyberslack_lee 提交于
[clang-tidy] No.34,36 enable performance-noexcept-move-constructor,modernize-use-transparent-functors (#56261) * fix * fix * CI * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * CI * fix * CI
-
- 31 8月, 2023 1 次提交
-
-
由 Leo Chen 提交于
* Add elementwise_add support into NHWC IR
-
- 30 8月, 2023 3 次提交
-
-
由 huangjiyi 提交于
* update * repalce gflags header * replace DEFINE_<type> with PD_DEFINE_<type> * fix bug * fix bug * fix bug * update cmake * add :: before some paddle namespace * fix link error * fix CI-Py3 * allow commandline parse * fix SetFlagsFromEnv * fix bug * fix bug * fix CI-CINN * fix CI-Coverage-build * fix CI-Windows-build * fix CI-Inference * fix bug * fix bug * fix CI-CINN * fix inference api test * fix infer_ut test * revert infer_ut gflags usage * update * fix inference * remove flags export macro * revert inference demo_ci gflags usage * update * update * update * update * update * update * update * update * fix bug when turn on WITH_GFLAGS * turn on WITH_GFLAGS * fix bug when turn on WITH_GFLAGS * fix bug when turn on WITH_GFLAGS * update * update and add unittest * add unittest * fix conflict * rerun ci * update * resolve conflict
-
由 chen2016013 提交于
* Register LegacyKernelDialect & Rigister LegacyKernelOp * fix code style * delete LegacyKernelDialect ,register LegacyKernelOp into PaddleKernelDialect * fix bug * change as reviewed comments * bug fix * bug fix * try to restart coverage CI * pass legacy op to kernel pass * fix code style * fix code style * fix code style
-
由 Nyakku Shigure 提交于
* [clang-tidy] enable `hicpp-exception-baseclass` and fix existing errors * config * update error format to pass the ci check (at least 20 chars)
-
- 29 8月, 2023 6 次提交
-
-
由 Fisher 提交于
When using paddle2cinn, CompilationContext.with_instantiate_variables should be set to false, otherwise CINN will instant and manage variables memory, this leads to double the memory usage, which eventually leads to out of memory error. This PR will set CompilationContext.with_instantiate_variables to false before context pass to constructing the graph compiler.
-
由 Sonder 提交于
* remove flag * open static build flag * add searchsorted to list * add register info for fused layernorm * fix fused_layernorm_kernel output registe info * fix stft registe info * add include * fix registe info * add skip fake init for fused_layernorm:residual_out * fix error * add distributed_fused_lamb_init to StaticBuildBlackList * set static_build flag to false
-
由 cyberslack_lee 提交于
* fix * fix
-
由 xiaoye 提交于
[clang-tidy] No. 53,54 enable cppcoreguidelines-c-copy-assignment-signature and bugprone-use-after-move (#56601)
-
由 gouzil 提交于
-
由 gouzil 提交于
-
- 28 8月, 2023 2 次提交
-
-
由 gouzil 提交于
-
由 Yuanle Liu 提交于
-
- 25 8月, 2023 2 次提交
-
-
由 hong 提交于
* support new ir load combine * update * polish code * remove print * update * update * update * polish code * fix bug * polish code * fix compile bug * fix bug * revert code * remove useless code * polish code
-
由 Yuanle Liu 提交于
* auto mixed precision inference support white list * update * update * update * move down identity_op_clean_pass * fix code style
-