1. 25 3月, 2020 1 次提交
  2. 17 3月, 2020 2 次提交
    • S
      [LITE][BM] support reduce and other ops, test=develop (#3199) · 64a796d1
      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
      64a796d1
    • W
      For cuda compilation products and ci (#3152) · ca2481e6
      Wilber 提交于
      add cuda ci.
      
      Organize cuda compilation products.
      ca2481e6
  3. 08 3月, 2020 1 次提交
    • H
      [Core] Support Clang toolchains for Android (#3107) · 57e3f5a2
      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
      57e3f5a2
  4. 07 3月, 2020 1 次提交
  5. 06 3月, 2020 1 次提交
    • X
      Develop nlp patch (#3059) · 8425c924
      xiaogang 提交于
      * fix: fix nlp ops input and output type
      * fix: add elementwise x_dims>y_dims case
      8425c924
  6. 04 3月, 2020 1 次提交
  7. 20 2月, 2020 1 次提交
  8. 13 2月, 2020 2 次提交
  9. 17 1月, 2020 1 次提交
  10. 14 1月, 2020 1 次提交
  11. 08 1月, 2020 1 次提交
    • H
      [arm] add test_cv demo (#2691) · 945e4341
      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
      945e4341
  12. 31 12月, 2019 1 次提交
    • W
      X86 and cuda compile simutaneously cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo... · a48c8b23
      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
      a48c8b23
  13. 28 12月, 2019 1 次提交
  14. 26 12月, 2019 1 次提交
  15. 25 12月, 2019 1 次提交
  16. 24 12月, 2019 1 次提交
  17. 23 12月, 2019 1 次提交
  18. 18 12月, 2019 1 次提交
  19. 13 12月, 2019 1 次提交
  20. 09 12月, 2019 1 次提交
    • H
      Static libraty in tiny pub (#2560) · 8aee9417
      huzhiqiang 提交于
      * add static library in tiny_publish
      * move flto and ffunction-sections cmake option into the tiny publish so result of java,cxx,python 
      8aee9417
  21. 21 11月, 2019 1 次提交
  22. 20 11月, 2019 1 次提交
  23. 18 11月, 2019 1 次提交
    • Y
      [LITE][OPENCL] Enable full and light api for OpenCL (#2331) · cfa086e9
      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
      cfa086e9
  24. 05 11月, 2019 1 次提交
  25. 31 10月, 2019 1 次提交
    • L
      Alter the model unit tests api (#2297) · bd0b9667
      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
      bd0b9667
  26. 29 10月, 2019 3 次提交
  27. 28 10月, 2019 1 次提交
    • H
      [LITE][XPU] initial support for XPU (#2202) · ac1b2f9f
      hong19860320 提交于
      * Initial support for XPU
      * Fix compiling errors of XPU
      * Move XPU op kernel bridges from backends to kernels to fix deps order
      * Change the namespace and directory of XPU bridges
      * Add XPU SDK
      * Fix header files and namespace of XPU SDK
      * Add unit tests for relu and conv2d ops
      * Restore the modification of paddle_api_test
      * Supports simple model which contains only a relu layer
      * Add compiling scripts for XPU
      * Fix compiling errors of XPU
      * Add comments for XPU LoadModel and BuildModel
      ac1b2f9f
  28. 25 10月, 2019 1 次提交
  29. 24 10月, 2019 1 次提交
    • L
      Make inceptionv4, resnet50, googlenet can run on x86 paltform (#2250) · ca7fefa1
      liu zhengxi 提交于
      * make inceptionv4, resnet50, googlenet can run on x86 paltform and fix the compare part in x86 unittests, test=develop
      
      * fix googlenet tests for benchmark record, test=develop
      
      * [framework][profile] fix profile dump bug when op is feed and fetch test=develop (sangoly)
      ca7fefa1
  30. 23 10月, 2019 2 次提交
  31. 21 10月, 2019 1 次提交
  32. 15 10月, 2019 2 次提交
    • J
      fix benchmark, test=develop (#2188) · dbb660ee
      juncaipeng 提交于
      * fix benchmark, test=develop
      dbb660ee
    • H
      [NPU] Fix and refine the supporting of multi NPU models (#2037) · e184d474
      hong19860320 提交于
      * [NPU] Fix the bug of loading multi NPU models
      test=develop
      
      * [NPU] Use lite tensor to store NPU model, fix the management of multi NPU models, support loading NPU model from memory and reduce the modification of framework
      test=develop
      
      * [NPU] Remove redundant header files for NPU bridges,
      test=develop
      
      * [NPU] fix NPU deps
      test=develop
      
      * [NPU] refine the compiling script for NPU
      test=develop
      
      * [NPU] remove redundant subdirectory in lite/CMakeLists.txt
      test=develop
      
      * [NPU] Fix and refine NPU test case
      test=develop
      
      * [NPU] revoke the modification of other non-NPU modules
      test=develop
      
      * [NPU] Remove NPU bridges if target is tiny publish
      test=develop
      e184d474
  33. 11 10月, 2019 1 次提交
  34. 25 9月, 2019 1 次提交