1. 18 3月, 2020 1 次提交
  2. 17 3月, 2020 3 次提交
    • Z
      enhance shuffle-channel fuse pass (#3208) · 670fcc3c
      zhupengyang 提交于
      670fcc3c
    • W
      add cuda cxx demo (#3205) · f6461e39
      Wilber 提交于
      - 增加cuda c++ demo.
      - 考虑到检测模型尾部一般是multiclass_nms,该kernel为host,如果fetch kernel为cuda的话,则会在此处插入无用的io_copy(host->cuda),由于该原因,注释掉fetch的cuda kernel. 默认使用host的fetch kernel. 此处暗中进行的行为:每次predictor run完,都会默认把数据从cuda拷贝到cpu
      f6461e39
    • feature: buffer sharing, test=develop (#3161) · e04399ba
      石晓伟 提交于
      * feature: buffer sharing, test=develop
      
      * fix the warning of buffer.h, test=develop
      
      * test cuda only if necessary, test=develop
      e04399ba
  3. 16 3月, 2020 3 次提交
  4. 10 3月, 2020 2 次提交
  5. 09 3月, 2020 1 次提交
  6. 07 3月, 2020 1 次提交
  7. 06 3月, 2020 2 次提交
  8. 05 3月, 2020 2 次提交
  9. 04 3月, 2020 1 次提交
  10. 03 3月, 2020 1 次提交
  11. 02 3月, 2020 1 次提交
  12. 01 3月, 2020 1 次提交
  13. 29 2月, 2020 1 次提交
  14. 28 2月, 2020 1 次提交
  15. 26 2月, 2020 2 次提交
  16. 24 2月, 2020 3 次提交
    • fix data type of asserts, test=develop (#2787) · 2b6fb9ba
      石晓伟 提交于
      2b6fb9ba
    • C
      Support lac model, fix bug for argmax lod_reset (#2967) · 3fb309c3
      cc 提交于
      * Support lac model, fix bug for argmax lod_reset, test=develop
      3fb309c3
    • 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
  17. 22 2月, 2020 1 次提交
  18. 21 2月, 2020 1 次提交
  19. 20 2月, 2020 2 次提交
  20. 16 2月, 2020 1 次提交
  21. 14 2月, 2020 1 次提交
  22. 13 2月, 2020 1 次提交
  23. 12 2月, 2020 1 次提交
  24. 11 2月, 2020 1 次提交
  25. 08 2月, 2020 1 次提交
  26. 06 2月, 2020 1 次提交
    • J
      Support weight quantization (#2791) · 6329a9a2
      juncaipeng 提交于
      * optimize quant_dequant_fuse_pass, test=develop
      
      * update, test=develop
      
      * update, test=develop
      
      * fix bug for accessing the removed node, test=develop
      
      * set the bias of int8 conv as float, test=develop
      
      * support weight quantization, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      6329a9a2
  27. 22 1月, 2020 1 次提交
  28. 17 1月, 2020 1 次提交
  29. 16 1月, 2020 1 次提交