1. 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
  2. 08 6月, 2020 1 次提交
  3. 19 3月, 2020 1 次提交
    • Y
      [LITE][CMAKE] Armv7 gcc opencl compile (#3200) · a50a8bea
      Yuan Shuai 提交于
      * [LITE][OPENCL] Change fp32 fc to fp16's. test=develop
      
      * fix act in conv3x3opt opencl kernel. test=develop
      
      * [LITE][CMAKE] fix cmake for opencl tiny_pubish compile. test=develop
      a50a8bea
  4. 15 3月, 2020 1 次提交
    • Y
      [LITE][OPENCL] Fix armv7 gcc opencl compile (#3185) · 6617aa8b
      Yuan Shuai 提交于
      * [LITE][OPENCL] Change fp32 fc to fp16's. test=develop
      
      * fix act in conv3x3opt opencl kernel. test=develop
      
      * [LITE][OPENCL] Fix issue(previous definition in gcc.a) armv7 gcc compile for opencl. test=develop
      6617aa8b
  5. 12 3月, 2020 1 次提交
  6. 08 3月, 2020 1 次提交
    • H
      [Core] Support Clang toolchains for Android (#3107) · f6b3e784
      hong19860320 提交于
      * [CORE] Support Clang compiling for Android
      test=develop
      
      * fix lto for jni so
      test=develop
      
      * disable assembly code
      test=develop
      
      * disable layout.cc
      test=develop
      
      * refine
      test=develop
      
      * Enable LTO on Clang
      test=develop
      
      * Disable LTO when clang is used.
      test=develop
      
      * Remove space
      test=develop
      
      * [Core] enable clang in build.sh
      test=develop
      
      * [Core] Remove the workaround for clang compiling
      test=develop
      f6b3e784
  7. 07 3月, 2020 1 次提交
  8. 09 12月, 2019 1 次提交
    • H
      Static libraty in tiny pub (#2560) · ea837ec7
      huzhiqiang 提交于
      * add static library in tiny_publish
      * move flto and ffunction-sections cmake option into the tiny publish so result of java,cxx,python 
      ea837ec7
  9. 24 10月, 2019 1 次提交
  10. 16 8月, 2019 1 次提交