1. 24 7月, 2020 2 次提交
  2. 23 7月, 2020 2 次提交
  3. 22 7月, 2020 2 次提交
    • H
      [Core] Add the graph optimization of subblocks for transformer model (#3947) · 7af1a258
      hong19860320 提交于
      * [Core][ARM] Fix beam_search, eltwise_mul supports broadcast and int64_t data type, add print op and kernel, add exeception
      test=develop
      
      * Fix the dims of parent idx of the arm kernel of beam_search op
      
      * elementwise_mul supports int64_t data type with broadcasting
      
      * Add print op and kernel for debugging
      
      * Support throwing the exception when the internal error occurs
      
      * Refine while and conditional_block op kernel
      
      * Support the graph optimization on subblocks
      
      * Pass program_desc and block_idx into the kernel of the control flow ops(while/conditional_block/subgraph), and create the RuntimeProgram online, it make it possiable to call the control flow ops recursively
      
      *Add unit test for masked transformer model
      7af1a258
    • H
      [arm] add conv+conv fusion (#3967) · f358cdb8
      HappyAngel 提交于
      * add conv+conv(1x1s1p0) fusion
      
      * fix build and run error
      
      * fix formmat. test=develop
      f358cdb8
  4. 21 7月, 2020 1 次提交
    • C
      [LITE][XPU] Support mmdnn3.0-ras (a.k.a. crmm-0608) (#3950) · 89a0ecd1
      Cwndmiao 提交于
      * fix typo
      
      * [LITE][XPU] accomodate crmm(variant 20200608)
      
      * refine lite/tests/api/test_mmdnn_lite_xpu.cc
      
      * more comments, test=develop test=xpu
      
      * bugfix in crmm pattern match
      
      * pr comments, test=develop test=xpu
      
      * add XPU_CALL and retval check, test=develop test=xpu
      89a0ecd1
  5. 20 7月, 2020 1 次提交
  6. 17 7月, 2020 1 次提交
  7. 16 7月, 2020 4 次提交
  8. 14 7月, 2020 2 次提交
  9. 13 7月, 2020 1 次提交
  10. 10 7月, 2020 1 次提交
  11. 08 7月, 2020 3 次提交
  12. 07 7月, 2020 1 次提交
  13. 06 7月, 2020 1 次提交
  14. 03 7月, 2020 1 次提交
  15. 30 6月, 2020 3 次提交
  16. 26 6月, 2020 1 次提交
  17. 23 6月, 2020 1 次提交
  18. 22 6月, 2020 1 次提交
  19. 15 6月, 2020 6 次提交
  20. 11 6月, 2020 1 次提交
  21. 08 6月, 2020 2 次提交
  22. 05 6月, 2020 2 次提交
    • Y
      [LITE][OEPNCL] Fix opencl compatibility error for opencl driver 1.10 (#3749) · 1c415218
      Yuan Shuai 提交于
      * [LITE][OPENCL] Fix OpenCL compatibility for opencl driver 1.10. test=develop
      1c415218
    • X
      [opencl] expand opencl kernel & unit test (#3742) · fbffa674
      xiebaiyuan 提交于
      * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
      
      * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
      
      * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
      
      * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
      
      * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
      
      * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
      
      * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
      
      * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
      
      * [OPENCL] develop expend opencl kernel & unit test ,test=develop
      
      * [OPENCL] develop expend opencl kernel & unit test ,test=develop
      fbffa674