1. 08 7月, 2020 1 次提交
  2. 19 6月, 2020 1 次提交
  3. 18 5月, 2020 1 次提交
  4. 08 5月, 2020 1 次提交
  5. 28 4月, 2020 1 次提交
  6. 22 4月, 2020 1 次提交
  7. 19 4月, 2020 1 次提交
    • X
      [LITE][OPENCL]Fix opencl (#3433) · 9bd9311b
      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
      9bd9311b
  8. 13 4月, 2020 1 次提交
  9. 12 4月, 2020 1 次提交
  10. 05 4月, 2020 1 次提交
    • Y
      [LITE][OPENCL] Fix opencl backend: Free opencl resources; Fix... · af79018f
      Yuan Shuai 提交于
      [LITE][OPENCL] Fix opencl backend: Free opencl resources; Fix AddKernel/GetKernel, program and all opencl kernels (#3344)
      
      * [DONT MERGE] Fix opencl backend.
      
      * [LITE][OPENCL] Fix kernels overlapped when add/get for kernels of mnasnet/yolonano. test=develop
      
      * remove useless. test=develop
      
      * add all image kernels for Get/Add kernel. test=develop
      
      * add all image kernels for Get/Add kernel. test=develop
      
      * fix buffer kernels of opencl. test=develop
      
      * fix release opencl. test=develop
      af79018f
  11. 03 4月, 2020 1 次提交
    • X
      [LITE][OPENCL][Image] add lws turn & close cl check when shutdownlog… (#3309) · 942bc409
      xiebaiyuan 提交于
      * [LITE][OPENCL][Image] add lws turn &  close cl check when shutdownlog , test=develop
      
      * [LITE][OPENCL][Image] add lws turn &  close cl check when shutdownlog , test=develop
      
      * [LITE][OPENCL][Image] add lws turn &  close cl check when shutdownlog , test=develop
      
      * [LITE][OPENCL][Image] add lws turn &  close cl check when shutdownlog , test=develop
      
      * [LITE][OPENCL][Image] add lws turn &  close cl check when shutdownlog , test=develop
      942bc409
  12. 27 3月, 2020 1 次提交
  13. 24 3月, 2020 3 次提交
  14. 15 3月, 2020 2 次提交
  15. 14 3月, 2020 1 次提交
    • Y
      [LITE][DEMO] Fix mobile light demo (#3180) · bb217292
      Yuan Shuai 提交于
      * [LITE][OPENCL] Change fp32 fc to fp16's. test=develop
      
      * fix act in conv3x3opt opencl kernel. test=develop
      
      * [LITE][DEMO] fix input arg. test=develop
      
      * fix shutdownlog for std::endl. test=develop
      bb217292
  16. 13 3月, 2020 1 次提交
  17. 09 3月, 2020 1 次提交
  18. 07 3月, 2020 2 次提交
  19. 04 3月, 2020 1 次提交
  20. 25 2月, 2020 1 次提交
  21. 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
  22. 15 2月, 2020 1 次提交
  23. 14 2月, 2020 1 次提交
  24. 13 2月, 2020 1 次提交
  25. 08 2月, 2020 1 次提交
  26. 03 2月, 2020 1 次提交
  27. 22 11月, 2019 1 次提交
    • H
      update conv 2-pad to 4-pad (#2404) · 820eb6d4
      HappyAngel 提交于
      * fix conv 2-pad to 4-pad
      
      * fix compute conv shape
      
      * fix pad, test=develop
      
      * change conv_depthwise_3x3s1_fp.cc name to conv3x3s1p01_depthwise_fp32.cc to distinguish between conv3x3s1_depthwise_fp32.cc
      
      * delete printf note in conv3x3s1, test=develop
      
      * delete printf note, test=develop
      
      * delete gem_sdot.h, test=develop
      
      it is coped from __gemm_sdot_meta_.h
      
      * update compute padding, test=develop
      
      * fix padding size, must be 2 or 4. test=develop
      
      * fix format in operators/conv_op.cc, test=develop
      
      * change #if 0 to #if 1, test=develop
      
      * put 2-pad to 4-pad in AttachImpl, test=develop
      
      * fix clang-format error inn tests/math/connv_compute_test, test=develop
      
      * fix x86 test result error, test=develop
      
      * add asymmetric padding test case in liite/tests/math/conv_compute.cc, test=develop
      
      * change paddings type to support dynamically modify, test=develop
      
      * fix x86 build error in connv_compute_test, test=develop
      
      * fix opencl build error, test=develop
      
      * fix oopencl build error, test=develop
      
      * fix  opencl/conv_compute build error, test=develop
      
      * fix  opencl/conv_compute build error, test=develop
      
      * fix format in kernels/opencl/conv_computte_ttest,test=develop
      
      * fix build error, test=develop
      
      fix build error in kernels/x86/conv_compute.h
      820eb6d4
  28. 03 9月, 2019 1 次提交
  29. 16 8月, 2019 1 次提交