1. 01 5月, 2020 1 次提交
  2. 27 4月, 2020 1 次提交
  3. 15 4月, 2020 1 次提交
  4. 14 4月, 2020 3 次提交
  5. 11 4月, 2020 1 次提交
  6. 09 4月, 2020 1 次提交
  7. 08 4月, 2020 2 次提交
    • H
      [Core][XPU] Add XPU op kernels (#3274) · 99deb7d9
      hong19860320 提交于
      * [LITE][XPU] bind xpu resnet50 kernels
      
      * [LITE][XPU] fuse resnet50 and encoder
      
      * [LITE][XPU] bind xpu bert kernels
      
      * [LITE][XPU] refine xpu_resnet_fuse_pass.cc
      
      * [LITE][XPU] add xpu stack kernel
      
      * [LITE][XPU] add xpu slice/tanh kernel
      
      * [LITE][XPU] refine resnet50 and encoder fusor
      
      * [LITE][XPU] split resnet50 and multi_encoder op from subgraph_op.h
      
      * [LITE][XPU] clean workspace
      
      * [LITE][XPU] add build script
      
      * [LITE][XPU] fix compilation errors
      
      * [LITE][XPU] fix kernel matmul
      
      * [LITE][XPU] fix kernel ewadd ewsub
      
      * [LITE][XPU] add xpu cast kernel
      
      * [LITE][XPU] fix kernel slice
      
      * [LITE][XPU] switch dev by LITE_XPU_DEV env
      
      * [LITE][XPU] eliminate useless cast op
      
      * [LITE][XPU] add PerThread Ops
      
      * [LITE][X86] add SequenceUnpad op and kernel
      
      * [LITE][XPU] add LITE_WITH_XTCL option
      
      * [LITE][X86] add SequenceConv kernel
      
      * [LITE][XPU] fix cmake dependency
      
      * [LITE][XPU] add xpu sigmoid kernel
      
      * [XPU] Remove the dependencies of framework.pb.h
      test=develop
      
      Change-Id: Icfb44efb0482a6369b365b5c09017765328fc10d
      
      * [XPU] Fix the precision of cast kernel
      test=develop
      
      Change-Id: Icb18be47d7ab490de9fb9c92eae1165f49dbf492
      
      * [Core] Fix the compiling error when build for the target that disable XPU
      test=develop
      
      Change-Id: I38ec53f222391d3bf06b70512e6c3ad1282e4683
      
      * [XPU] Add io_copy kernel for xpu<->arm
      test=develop
      
      Change-Id: Iec7ea066f040534285557f9948b73e6a1970aed7
      
      * fix
      test=develop
      
      Change-Id: I4db1c93df48e22afbba904ce6c3b0babd9fda4c3
      
      * fix target matching of type_target_cast_pass and remove the unnecessary registration of io_copy kernel
      test=develop
      
      Change-Id: I432c10c9d1064e778d43fd0d12d8cf0599252f7a
      
      * [X86] Add the keyword 'template' to avoid the compiling errors
      test=develop
      
      Change-Id: I015d5d323adafb3884029c8287ced66c90ad931e
      
      * Fix the build.sh for XPU and x86
      test=develop
      
      Change-Id: I7d9575243669ce02af69a8ddbd6421db31902bd6
      
      * [XPU] Add the keyword 'template' to avoid the compiling errors
      test=develop
      
      Change-Id: I46d0b3b6861286a73ee2999934b8e185e453e749
      
      * [XPU] Add XTCL compiling option in build.sh
      test=develop
      
      Change-Id: I8b3fd998ca5f898d5bd2e665646e3874b3b73c80
      
      * fix namespace conflicts, test=develop
      
      * [API][XPU] Move the XPU related APIs into CxxConfig
      test=develop
      
      Change-Id: I75ac35e8bae96bcb835683f413f01b9db45afbf9
      
      * [API][XPU] Remove the LITE_WITH_XPU in paddle_api.h
      test=develop
      
      Change-Id: Idbd64013bdf331ad876919511c1c349332d46f93
      
      * [API][XPU] Remove XPUSetWorkspaceL3SizePerThread and XPUSetDevPerThread
      test=develop
      
      Change-Id: I515958f56f8e129280bae61c923513cc91fb9728
      
      * [API][Core][XPU] Refine the test case and remove the necessary modifications
      test=develop
      
      Change-Id: I1e0e2957a2f9d5f4207b06c0bc98a5ab611fee56
      
      * [Core] Remove useless code
      test=develop
      
      Change-Id: I6293faa10424aea2836d09d85ddb6a30f7811678
      
      * [XPU] Refine the test cases
      test=develop
      
      Change-Id: I6818fc3addf1bca5b96a7d66ee99263242e3374f
      
      * [XPU] Remove useless scripts and code
      test=develop
      
      Change-Id: I965ba6712d3cf881d0038f0473fec27d4c1bc684
      
      * [XPU] Use InferShapeImpl in sequence_unpad, resnet50 and multi_encoder op
      test=develop
      
      Change-Id: I5375f524d36836a394d426b4b2bc9fb44be0b59c
      
      * test=develop
      
      Change-Id: I42ee68c8a5e891dd0f3e95d6cfbc498be7cf1519
      
      * test=develop
      
      Change-Id: If679e5aa73e1368e0ee5bd5f286d2e1b4c2f354e
      
      * [XPU] Add __xpu__ prefix to the op and graph pass name of resnet50 and multi_encoder
      test=develop
      
      Change-Id: Idb61c99b4b8429cb87665bfd6835ab4d7d263be2
      
      * [XPU] Fix and refine the xpu fuse pass
      test=develop
      
      Change-Id: If1c5b6788d994e2809c1a00d9384685a89440907
      
      * test=develop
      
      Change-Id: Icfa333e322fc4351700103692c46cfcb3d4f9a89
      
      * [XPU] Remove the dependency on xpu api for xpu fuse passes
      test=develop
      
      Change-Id: I6094b5536f58ae18bab068284b32f9bd10a2ab92
      
      * [XPU] Move unit tests from lite/api to lite/tests/api
      test=develop
      
      Change-Id: I7ba27abb23abeffb0c95fdbbefec7ac16cdbd250
      
      * test=develop
      
      Change-Id: I33230c84d6c4e61bf19f46668bae2baa3ef68794
      
      * [XPU] Refine code
      test=develop
      
      Change-Id: I37bc5b948b4927e44cd3ea2594ebe3fd7671be06
      
      * [XPU] Add env XPU_ENABLE_XTCL to enable xpu_subgraph_pass
      test=develop
      
      Change-Id: Ifb8e07e86f307f562adaca3ce792015a6f2a2204
      
      * [XPU] refine code
      test=develop
      
      Change-Id: I1380654b930d51ae704dbc0cd855464d9c3b5b79
      
      * [XPU] Refine code
      test=develop
      
      Change-Id: I73285c2718ccd3612490eb2635bef4fd608c9bde
      
      * [XPU] Add comments for the XPU APIs
      test=develop
      
      Change-Id: Ieb5015f37984f8869b90c4c625c5894bb26164fd
      Co-authored-by: Nmiaotianxiang <miaotianxiang@baidu.com>
      Co-authored-by: NShixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
      99deb7d9
    • H
      [x86] Fix x86 code style (#3287) · 77734ce7
      huzhiqiang 提交于
      77734ce7
  8. 07 4月, 2020 1 次提交
  9. 03 4月, 2020 1 次提交
  10. 02 4月, 2020 1 次提交
  11. 25 3月, 2020 1 次提交
  12. 17 3月, 2020 2 次提交
    • S
      [LITE][BM] support reduce and other ops, test=develop (#3199) · 7bf64f67
      Santa An 提交于
      * * support download bm_sdk, test=develop
      
      * [LITE][BM] add slice op
      
      * [LITE][BM] fix concat issue
      
      * [LITE][BM] support reduce full ops, test=develop
      
      * [LITE][BM] change test_resnet50 to change test_classify
      
      * [LITE][BM] add cast op
      
      * [LITE][BM] add reduce and other ops, test=develop
      
      * [LITE][BM] add reduce,cast and other ops, test=develop
      7bf64f67
    • W
      For cuda compilation products and ci (#3152) · 774b4652
      Wilber 提交于
      add cuda ci.
      
      Organize cuda compilation products.
      774b4652
  13. 08 3月, 2020 1 次提交
    • H
      [Core] Support Clang toolchains for Android (#3107) · f6b3e784
      hong19860320 提交于
      * [CORE] Support Clang compiling for Android
      test=develop
      
      * fix lto for jni so
      test=develop
      
      * disable assembly code
      test=develop
      
      * disable layout.cc
      test=develop
      
      * refine
      test=develop
      
      * Enable LTO on Clang
      test=develop
      
      * Disable LTO when clang is used.
      test=develop
      
      * Remove space
      test=develop
      
      * [Core] enable clang in build.sh
      test=develop
      
      * [Core] Remove the workaround for clang compiling
      test=develop
      f6b3e784
  14. 07 3月, 2020 1 次提交
  15. 06 3月, 2020 1 次提交
    • X
      Develop nlp patch (#3059) · e1aab593
      xiaogang 提交于
      * fix: fix nlp ops input and output type
      * fix: add elementwise x_dims>y_dims case
      e1aab593
  16. 04 3月, 2020 1 次提交
  17. 20 2月, 2020 1 次提交
  18. 13 2月, 2020 2 次提交
  19. 17 1月, 2020 1 次提交
  20. 14 1月, 2020 1 次提交
  21. 08 1月, 2020 1 次提交
    • H
      [arm] add test_cv demo (#2691) · e84406a7
      HappyAngel 提交于
      * add cv image process
      
      * fix arm liunx build error
      
      * add LITE_WITH_CV defien to make cv, test=develop
      
      * fix cv format, annd add describe in utils/cv
      
      * set LITE_WITH_CV=OFF in build.sh, test=develop
      
      * delete cv_enum.h in utils/cv, push the contents in cv_ennum.h to paddle_image_preprocess.h, test=develop
      
      * according to reviews to redefine paddle_image_preprocess.h, test=develop
      
      * add detailed note of flipParam, test=develop
      
      * fix format in paddle_image_preprocess.h, test=develop
      
      * fix cmake error in llite/CMakeLists.txt, missing mkdir cxx, test=develop
      
      * according to review change, test=develop
      
      * add elemetnwise mul constant elimination and deconv+relu, deconv+batchnorm fusion, test=develop
      
      * fix format, test=develop
      
      * fix model_optimize bug, update concat and split op, speed up, test=develop
      
      * update split speed, test=develop
      
      * fix format, test=develop
      
      * add classify demo inn demo/cxx/ , test=develop
      
      * fix formart inn mobile_classify, test=develop
      
      * delete some note and extra code, test=develop
      
      * remove test.jpg and labels.txt, test=develop
      
      * add test_cv in cxx/demo
      
      * add test_cv READMEE, test=develoop
      
      * add note info, flip only support x, y, xy;rotate only support 90, 180, 270; test=develop
      
      * fix build error, paddle_cv_arm , test=develop
      
      * add GRAY to RGBA(BGRA) convert and RGBA(BGRA)_to_Tensor, test=develop
      
      * fix format from review, test=develop
      
      * fix makefile format. test=devellop
      
      * fix bbuuild v7 error, test=develop
      e84406a7
  22. 31 12月, 2019 1 次提交
    • W
      X86 and cuda compile simutaneously cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo... · f1cedb8f
      Wilber 提交于
      X86 and cuda compile simutaneously cmake ..  -DCMAKE_BUILD_TYPE=RelWithDebInfo  -DWITH_MKL=ON           -DLITE_WITH_CUDA=ON           -DWITH_MKLDNN=OFF           -DLITE_WITH_X86=ON           -DLITE_WITH_PROFILE=OFF          -DWITH_LITE=OFF           -DLITE_WITH_LIGHT_WEIGHT_FRAMEWORK=OFF           -DWITH_PYTHON=OFF           -DWITH_TESTING=ON           -DLITE_WITH_ARM=OFF           -DLITE_ON_TINY_PUBLISH=OFF           -DCUDNN_ROOT=/usr/local/cudnn/           -DLITE_BUILD_EXTRA=ON (#2708)
      
      x86 and cuda compile simutaneously
      f1cedb8f
  23. 28 12月, 2019 1 次提交
  24. 26 12月, 2019 1 次提交
  25. 25 12月, 2019 1 次提交
  26. 24 12月, 2019 1 次提交
  27. 23 12月, 2019 1 次提交
  28. 18 12月, 2019 1 次提交
  29. 13 12月, 2019 1 次提交
  30. 09 12月, 2019 1 次提交
    • H
      Static libraty in tiny pub (#2560) · ea837ec7
      huzhiqiang 提交于
      * add static library in tiny_publish
      * move flto and ffunction-sections cmake option into the tiny publish so result of java,cxx,python 
      ea837ec7
  31. 21 11月, 2019 1 次提交
  32. 20 11月, 2019 1 次提交
  33. 18 11月, 2019 1 次提交
    • Y
      [LITE][OPENCL] Enable full and light api for OpenCL (#2331) · d242bdfb
      Yuan Shuai 提交于
      * Fix bug target for kHost and kARM not equal. test=develop
      
      * Fix license. test=develop
      
      * add debug -g option. test=develop
      
      * enable opencl demo. test=develop
      
      * Fix model_optimize_tool found no opencl kernel. test=develop
      
      * add more vlog. test=develop
      
      * remove macro LITE_WITH_OPENCL, LITE_WITH_FPGA in passes. test=develop
      
      * Fix valid_places in mobilenetv1_test. test=develop
      
      * Fix bug of find no real output of fetch, after tool OPs of optimzer passes. test=develop
      
      * Fix vlog as log message in model_optimize_tool. test=develop
      
      * fix miscs. test=develop
      
      * fix comment. test=develop
      
      * Fix misspell of opencl, fpga kernels name in lite/api/CMakeLists.txt. test=develop
      
      * add opencl macro in full_api of demo. test=develop
      d242bdfb
  34. 05 11月, 2019 1 次提交
  35. 31 10月, 2019 1 次提交
    • L
      Alter the model unit tests api (#2297) · fd9ceec8
      liu zhengxi 提交于
      * alter the unit tests api for googlenet, resnet50, inceptionv4, mobilenetv1, mobilenetv2 and thier corresponding cmake, test=develop
      
      * disable checks and correct some incorrect statement, test=develop
      fd9ceec8