1. 18 3月, 2020 1 次提交
  2. 17 3月, 2020 5 次提交
    • W
      add cuda c++ doc. (#3207) · fcc6b2da
      Wilber 提交于
      add cuda c++ doc
      fcc6b2da
    • W
      add cuda cxx demo (#3205) · 9098da7c
      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
      9098da7c
    • S
      [LITE][BM] support reduce and other ops, test=develop (#3199) · 64a796d1
      Santa An 提交于
      * * support download bm_sdk, test=develop
      
      * [LITE][BM] add slice op
      
      * [LITE][BM] fix concat issue
      
      * [LITE][BM] support reduce full ops, test=develop
      
      * [LITE][BM] change test_resnet50 to change test_classify
      
      * [LITE][BM] add cast op
      
      * [LITE][BM] add reduce and other ops, test=develop
      
      * [LITE][BM] add reduce,cast and other ops, test=develop
      64a796d1
    • W
      For cuda compilation products and ci (#3152) · ca2481e6
      Wilber 提交于
      add cuda ci.
      
      Organize cuda compilation products.
      ca2481e6
    • M
      add sgd op (#3187) · 92204e52
      mapingshuo 提交于
      * add sgd op, test=develop
      
      * test=develop
      92204e52
  3. 16 3月, 2020 4 次提交
  4. 15 3月, 2020 2 次提交
  5. 14 3月, 2020 2 次提交
  6. 13 3月, 2020 3 次提交
  7. 12 3月, 2020 2 次提交
    • H
      [Core] Fix findar for Clang (#3160) · a4d3252d
      hong19860320 提交于
      * [Core] Fix findar for Clang
      test=develop
      
      * [CORE] Fix the missing of feed and fetch kernel when using light API to loade the optimized model
      test=develop
      a4d3252d
    • M
      add mean op (#3130) · 12bb2228
      mapingshuo 提交于
      * add mean op, test=develop
      
      * split forward and backward, test=develop
      12bb2228
  8. 11 3月, 2020 1 次提交
  9. 10 3月, 2020 5 次提交
  10. 09 3月, 2020 9 次提交
  11. 08 3月, 2020 1 次提交
  12. 07 3月, 2020 3 次提交
  13. 06 3月, 2020 2 次提交