1. 28 4月, 2020 1 次提交
  2. 22 4月, 2020 1 次提交
    • Y
      [LITE][OPENCL] Fix opencl miscs (#3438) · 3779511d
      Yuan Shuai 提交于
      * fix bilinear opencl kernel. test=develop
      
      * [LITE][OPENCL] replace map with memsync. test=develop
      
      * [GIT] Ehance ignore. test=develop
      
      * replace map of Fc with MemCpySync. test=develop
      
      * comment for mul of opencl. test=develop
      
      * Fix opencl miscs. test=develop
      3779511d
  3. 19 4月, 2020 1 次提交
    • X
      [LITE][OPENCL]Fix opencl (#3433) · 44fc847d
      xiebaiyuan 提交于
      * [lite][opencl] remove event with clfinish, add strict check for cl warning. add conv 3x3opt fallback opt layout cast ,test=develop
      
      * [LITE][OPENCL]rm event in element_add_buffer_compute test=develop
      
      * [LITE][OPENCL]suite cl_functions_test.cc test=develop
      
      * [LITE][OPENCL] suite cl_common.sh lint check test=develop
      
      * [LITE][OPENCL] suite conv_image_compute.cc lint check test=develop
      
      * [LITE][OPENCL] suite cl_wait_list() lint check test=develop
      44fc847d
  4. 13 4月, 2020 1 次提交
  5. 24 3月, 2020 1 次提交
  6. 05 3月, 2020 1 次提交
  7. 02 3月, 2020 1 次提交
  8. 27 2月, 2020 1 次提交
    • Y
      [LITE][OPENCL] replace vlog with log in pool, add each run duration print in test (#3010) · 5014c3ce
      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
      5014c3ce
  9. 26 2月, 2020 1 次提交
  10. 25 2月, 2020 1 次提交
  11. 24 2月, 2020 1 次提交
    • Y
      [LITE][OPENCL] support fp16 for cl_image_converter, layout, activation all... · 55b45651
      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
      55b45651
  12. 12 2月, 2020 1 次提交
  13. 16 12月, 2019 1 次提交
  14. 12 12月, 2019 1 次提交
    • X
      [LITE][OPENCL] Add conv2d_1x1 opencl kernel (#2591) · 06e754c9
      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
      06e754c9
  15. 15 10月, 2019 1 次提交
    • Y
      [LITE][OPENCL] Fix layout, target pass for OpenCL, add macro of... · 26d05370
      Yuan Shuai 提交于
      [LITE][OPENCL] Fix layout, target pass for OpenCL, add macro of CONVERT_TYPE_TO and READ/WRITE image, memory reuse in ResetLazyImage2D (#2170)
      
      * add macro of CONVERT_TYPE_TO and READ/WRITE image. test=develop
      
      * add data type control. test=develop
      
      * fix io op as general layout and precision. test=develop
      
      * Fix memory reuse strategy for opencl image2d. test=develop
      
      * remove std::array, std::map in about opencl backend. test=develop
      26d05370
  16. 11 10月, 2019 1 次提交
    • Y
      [LITE][OPENCL] support image2d type (#2158) · 74074146
      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
      74074146