1. 04 8月, 2020 2 次提交
  2. 27 7月, 2020 1 次提交
    • H
      [arm] add elu activation op (#3978) · bfaa2c93
      HappyAngel 提交于
      * add elu act
      
      * fix elu act not find error, test=develop
      
      * fix format.test=develop
      
      * fix int8 model opt error in conv+conv fusion, test=develop
      
      * fix format. test=develop
      
      * test=develop
      bfaa2c93
  3. 24 7月, 2020 2 次提交
  4. 22 7月, 2020 1 次提交
    • 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
  5. 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
  6. 15 7月, 2020 1 次提交
    • update desc interfaces, test=develop (#3926) · 42ab4d55
      石晓伟 提交于
      * update desc interfaces, test=develop
      
      * update desc interfaces, test=develop
      
      * update compatible_pb.cc, test=develop
      
      * fix build errors, test=develop
      
      * remove the fstream to shrink the size of library, test=develop
      42ab4d55
  7. 14 7月, 2020 1 次提交
  8. 13 7月, 2020 1 次提交
  9. 10 7月, 2020 1 次提交
  10. 07 7月, 2020 1 次提交
  11. 03 7月, 2020 1 次提交
  12. 01 7月, 2020 3 次提交
  13. 30 6月, 2020 1 次提交
  14. 29 6月, 2020 1 次提交
  15. 26 6月, 2020 1 次提交
  16. 23 6月, 2020 1 次提交
  17. 22 6月, 2020 1 次提交
    • S
      optimize register mechanism (#3745) · db7639ca
      Shibo Tao 提交于
      * refactor register mechanism, current so size: 1.20MB. test=develop
      
      * fix KernelRegistry::Global().Create. test=develop
      
      * fix cpplint errors. test=develop
      
      * fix test_subgraph_pass bug. test=develop
      
      * register kernel with target,precision,datalayout combination. test=develop
      
      * fix test_paddle_api no op found bug. test=develop
      
      * enhance comment
      
      * fix lite/kernels/arm/elementwise_compute_test.cc. test=develop
      
      * fix code style
      
      * revert format of unchanged files. test=develop
      
      * fix code format according to cpplint 1.5.1. test=develop
      
      * remove redundant include header. test=develop
      db7639ca
  18. 17 6月, 2020 2 次提交
  19. 16 6月, 2020 1 次提交
  20. 15 6月, 2020 4 次提交
  21. 11 6月, 2020 1 次提交
  22. 09 6月, 2020 1 次提交
  23. 04 6月, 2020 1 次提交
    • X
      [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop (#3733) · e5e01469
      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
      e5e01469
  24. 28 5月, 2020 1 次提交
  25. 25 5月, 2020 1 次提交
  26. 21 5月, 2020 1 次提交
  27. 18 5月, 2020 1 次提交
  28. 14 5月, 2020 1 次提交
  29. 12 5月, 2020 1 次提交
    • C
      [LITE][XPU] 1. Add precision switch(int16/int31) in XPUMultiEncoderOp; 2. Fix... · ca51f68f
      Cwndmiao 提交于
      [LITE][XPU] 1. Add precision switch(int16/int31) in XPUMultiEncoderOp; 2. Fix identity_dropout_eliminate_pass, |AttrType| of 'is_test' in OpDesc can be INT or BOOLEAN; 3. Enhance |__xpu__multi_encoder_fuse_pass|; (#3596)
      
      * [LITE][XPU] Add precision switch(int16/int31) in XPUMultiEncoderOp
      
      * [LITE][XPU] fix identity_dropout_eliminate_pass, |AttrType| of 'is_test' in OpDesc can be INT or BOOLEAN
      
      * test=develop
      
      * [LITE][XPU] suppress linkage error
      test=develop
      
      * [LITE][XPU] 1. Reorder |identity_dropout_eliminate_pass| before |__xpu__multi_encoder_fuse_pass|; 2. Enhance |__xpu__multi_encoder_fuse_pass|, it works well in more scenarios;
      test=develop
      
      * [LITE][XPU] Remove XPUConfig
      test=develop
      ca51f68f
  30. 08 5月, 2020 1 次提交
  31. 28 4月, 2020 1 次提交
  32. 26 4月, 2020 1 次提交