1. 09 3月, 2020 2 次提交
  2. 08 3月, 2020 1 次提交
  3. 06 3月, 2020 1 次提交
    • H
      【OpenCL】add bilinear_interp op (#3088) · 56a3e8d2
      HappyAngel 提交于
      
      
      * fix
      
      * fix format. test=develop
      
      * fix format, test=develop
      
      * fix resize error
      
      * fix format. test=develop
      
      * fix format, test=develop
      
      * fix format
      
      * note log(4) << x_image. test=develop
      
      * note x_image printf. test=develop
      56a3e8d2
  4. 04 3月, 2020 2 次提交
    • H
      [opencl compile] add into build.sh (#3031) · 51e14609
      huzhiqiang 提交于
      * test=devellop
      
      * add cl file into resulted lib test=develop
      
      * test=develop
      
      * test=develop
      51e14609
    • H
      [opencl] add grid_sampler op (#3075) · 18d974c0
      HappyAngel 提交于
      
      * add grid sampler
      
      * reset act
      
      * fix conflict and readme, test=develop
      
      * fix ios v8 run error
      
      * fix grid_sampler compute error. test=develop
      
      * fix exp act run error, test=develop
      
      * fix format, test=develop
      18d974c0
  5. 27 2月, 2020 1 次提交
    • Y
      [LITE][OPENCL] replace vlog with log in pool, add each run duration print in test (#3010) · 4cf0287e
      Yuan Shuai 提交于
      * replace vlog with log in pool, add each run duration print in test. test=develop
      
      * change layout file path. test=develop
      
      * fix act, layout image kernel. test=develop
      
      * fix spell error. test=develop
      
      * remove clfinish in act, concat, layout, nearest_interp. test=develop
      
      * add RELU macro define in fc opencl kernel. test=develop
      
      * add cpu_ref print in activation opencl kernel.test=develop
      
      * fix layout ut. test=develop
      
      * replace log with vlog. test=develop
      
      * fix get output. test=develop
      4cf0287e
  6. 25 2月, 2020 1 次提交
  7. 24 2月, 2020 1 次提交
    • Y
      [LITE][OPENCL] support fp16 for cl_image_converter, layout, activation all... · 8b90a0c7
      Yuan Shuai 提交于
      [LITE][OPENCL] support fp16 for cl_image_converter, layout, activation all OpenCL image kernel. test=develop (#2964)
      
      * [LITE][OPENCL] support fp16 for cl_image_converter, layout, activation image kernel. test=develop
      
      * add conv, depthwise and UT. test=develop
      
      * add pool, conv, nearest_interp kernel. test=develop
      
      * support fp16 for scale, reshape, concat, fc buffer opencl kernel. test=develop
      
      * refactor for mul opencl buffer kernel. test=develop
      
      * support fp16 for elementwise_mul opecl image kernel. test=develop
      
      * support fp16 for elementwise_mul opencl image kernel. test=develop
      
      * support fp16 for ele_add, fuse_ele_add_act opencl kernel. test=develop
      
      * rename io_copy. test=develop
      
      * mobilenetv1,v2 passed on 855. test=develop
      
      * fix opt for opencl. test=develop
      8b90a0c7
  8. 14 2月, 2020 1 次提交
  9. 12 2月, 2020 3 次提交
  10. 10 2月, 2020 1 次提交
  11. 08 2月, 2020 1 次提交
  12. 07 2月, 2020 1 次提交
  13. 03 2月, 2020 1 次提交
  14. 28 12月, 2019 1 次提交
  15. 17 12月, 2019 1 次提交
    • X
      Develop lite reshape (#2613) · e3808d79
      xiebaiyuan 提交于
      * add reshape opencl kernel && optimise conv 1x1 ,test=develop
      
      * add reshape opencl kernel && optimise conv 1x1 &&code style ,test=develop
      
      * add reshape opencl kernel && optimise conv 1x1 &&code style ,test=develop
      e3808d79
  16. 16 12月, 2019 2 次提交
  17. 12 12月, 2019 1 次提交
    • X
      [LITE][OPENCL] Add conv2d_1x1 opencl kernel (#2591) · e583a55d
      xiebaiyuan 提交于
      * add opencl conv1x1 image impl and unit test pass with relu & bias,
      add layout_compute --> buffer2image float32 --> with unit test pass
      suite checked test for more situation , test=develop
      
      * add opencl conv1x1 image impl and unit test pass with relu & bias,
      add layout_compute --> buffer2image float32 --> with unit test pass
      suite checked test for more situation , test=develop
      
      * fix white space cpp lint , test=develop
      e583a55d
  18. 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
  19. 11 10月, 2019 1 次提交
    • Y
      [LITE][OPENCL] support image2d type (#2158) · 77cdbdce
      Yuan Shuai 提交于
      * [LITE][OPENCL] support image2d. test=develop
      
      * add context changed with consider image*. test=develop
      
      * add layout, relu image kernels. test=develop
      
      * replace image_data with data, mutable_image_data with mutable_data, test=develop
      
      * comment unused var. test=develop
      
      * remove unused var. test=develop
      77cdbdce
  20. 03 9月, 2019 1 次提交
  21. 24 8月, 2019 1 次提交
  22. 16 8月, 2019 1 次提交