1. 19 4月, 2020 1 次提交
    • X
      [LITE][OPENCL]Fix opencl (#3433) · 9bd9311b
      xiebaiyuan 提交于
      * [lite][opencl] remove event with clfinish, add strict check for cl warning. add conv 3x3opt fallback opt layout cast ,test=develop
      
      * [LITE][OPENCL]rm event in element_add_buffer_compute test=develop
      
      * [LITE][OPENCL]suite cl_functions_test.cc test=develop
      
      * [LITE][OPENCL] suite cl_common.sh lint check test=develop
      
      * [LITE][OPENCL] suite conv_image_compute.cc lint check test=develop
      
      * [LITE][OPENCL] suite cl_wait_list() lint check test=develop
      9bd9311b
  2. 15 4月, 2020 1 次提交
  3. 12 4月, 2020 1 次提交
  4. 11 4月, 2020 2 次提交
  5. 10 4月, 2020 1 次提交
  6. 09 4月, 2020 1 次提交
  7. 08 4月, 2020 2 次提交
    • Y
      [LITE][OPENCL] Add ReleaseResource for OpenCL when Predictor dead (#3358) · 293d2d38
      Yuan Shuai 提交于
      * [LITE][OPENCL] Add ReleaseResource for OpenCL when Predictor dead. test=develop
      
      * fix void for decontrust. test=develop
      
      * fix miscs. test=develop
      
      * fix miscs. test=develop
      
      * fix miscs. test=develop
      
      * fix miscs. test=develop
      
      * [LITE][OPENCL] fix Hang of mobilenetv1_test and kernel test. test=develop
      
      * [LITE][OPENCL] Fix miscs. test is ok. test=develop
      293d2d38
    • H
      [OpenCL]add box coder op (#3347) · 8ae48e71
      HappyAngel 提交于
      
      * add boxcoder opencl kernel, test=develop
      
      * fix format, test=develop
      
      * fix , test=develop
      8ae48e71
  8. 05 4月, 2020 1 次提交
    • Y
      [LITE][OPENCL] Fix opencl backend: Free opencl resources; Fix... · af79018f
      Yuan Shuai 提交于
      [LITE][OPENCL] Fix opencl backend: Free opencl resources; Fix AddKernel/GetKernel, program and all opencl kernels (#3344)
      
      * [DONT MERGE] Fix opencl backend.
      
      * [LITE][OPENCL] Fix kernels overlapped when add/get for kernels of mnasnet/yolonano. test=develop
      
      * remove useless. test=develop
      
      * add all image kernels for Get/Add kernel. test=develop
      
      * add all image kernels for Get/Add kernel. test=develop
      
      * fix buffer kernels of opencl. test=develop
      
      * fix release opencl. test=develop
      af79018f
  9. 03 4月, 2020 1 次提交
    • X
      [LITE][OPENCL][Image] add lws turn & close cl check when shutdownlog… (#3309) · 942bc409
      xiebaiyuan 提交于
      * [LITE][OPENCL][Image] add lws turn &  close cl check when shutdownlog , test=develop
      
      * [LITE][OPENCL][Image] add lws turn &  close cl check when shutdownlog , test=develop
      
      * [LITE][OPENCL][Image] add lws turn &  close cl check when shutdownlog , test=develop
      
      * [LITE][OPENCL][Image] add lws turn &  close cl check when shutdownlog , test=develop
      
      * [LITE][OPENCL][Image] add lws turn &  close cl check when shutdownlog , test=develop
      942bc409
  10. 27 3月, 2020 1 次提交
  11. 24 3月, 2020 2 次提交
  12. 22 3月, 2020 1 次提交
  13. 15 3月, 2020 2 次提交
    • Y
      [LITE][OPENCL] Add lws for opencl conv image kernel (#3191) · a83e847f
      Yuan Shuai 提交于
      * [LITE][OPENCL] Change fp32 fc to fp16's. test=develop
      
      * fix act in conv3x3opt opencl kernel. test=develop
      
      * [LITE][OPENCL] fix opencl fc kernel. test=develop
      
      * [LITE][OPENCL] add lws for opencl conv image kernel. test=develop
      a83e847f
    • Y
      [LITE][OPENCL] Fix fc opencl (#3190) · 8fe9a566
      Yuan Shuai 提交于
      * [LITE][OPENCL] Change fp32 fc to fp16's. test=develop
      
      * fix act in conv3x3opt opencl kernel. test=develop
      
      * [LITE][OPENCL] fix opencl fc kernel. test=develop
      8fe9a566
  14. 14 3月, 2020 3 次提交
  15. 13 3月, 2020 1 次提交
  16. 11 3月, 2020 1 次提交
  17. 10 3月, 2020 2 次提交
  18. 09 3月, 2020 3 次提交
  19. 08 3月, 2020 1 次提交
  20. 06 3月, 2020 1 次提交
    • H
      【OpenCL】add bilinear_interp op (#3088) · 56a3e8d2
      HappyAngel 提交于
      
      
      * fix
      
      * fix format. test=develop
      
      * fix format, test=develop
      
      * fix resize error
      
      * fix format. test=develop
      
      * fix format, test=develop
      
      * fix format
      
      * note log(4) << x_image. test=develop
      
      * note x_image printf. test=develop
      56a3e8d2
  21. 04 3月, 2020 2 次提交
    • H
      [opencl compile] add into build.sh (#3031) · 51e14609
      huzhiqiang 提交于
      * test=devellop
      
      * add cl file into resulted lib test=develop
      
      * test=develop
      
      * test=develop
      51e14609
    • H
      [opencl] add grid_sampler op (#3075) · 18d974c0
      HappyAngel 提交于
      
      * add grid sampler
      
      * reset act
      
      * fix conflict and readme, test=develop
      
      * fix ios v8 run error
      
      * fix grid_sampler compute error. test=develop
      
      * fix exp act run error, test=develop
      
      * fix format, test=develop
      18d974c0
  22. 03 3月, 2020 2 次提交
  23. 02 3月, 2020 1 次提交
  24. 28 2月, 2020 1 次提交
  25. 27 2月, 2020 1 次提交
    • Y
      [LITE][OPENCL] replace vlog with log in pool, add each run duration print in test (#3010) · 4cf0287e
      Yuan Shuai 提交于
      * replace vlog with log in pool, add each run duration print in test. test=develop
      
      * change layout file path. test=develop
      
      * fix act, layout image kernel. test=develop
      
      * fix spell error. test=develop
      
      * remove clfinish in act, concat, layout, nearest_interp. test=develop
      
      * add RELU macro define in fc opencl kernel. test=develop
      
      * add cpu_ref print in activation opencl kernel.test=develop
      
      * fix layout ut. test=develop
      
      * replace log with vlog. test=develop
      
      * fix get output. test=develop
      4cf0287e
  26. 26 2月, 2020 2 次提交
  27. 25 2月, 2020 2 次提交
    • H
      [OpenCL] fix concat compute error (#3000) · a797ed0a
      HappyAngel 提交于
      * fix conv 2-pad to 4-pad
      
      * fix compute conv shape
      
      * fix pad, test=develop
      
      * change conv_depthwise_3x3s1_fp.cc name to conv3x3s1p01_depthwise_fp32.cc to distinguish between conv3x3s1_depthwise_fp32.cc
      
      * delete printf note in conv3x3s1, test=develop
      
      * delete printf note, test=develop
      
      * delete gem_sdot.h, test=develop
      
      it is coped from __gemm_sdot_meta_.h
      
      * update compute padding, test=develop
      
      * fix padding size, must be 2 or 4. test=develop
      
      * fix format in operators/conv_op.cc, test=develop
      
      * change #if 0 to #if 1, test=develop
      
      * put 2-pad to 4-pad in AttachImpl, test=develop
      
      * fix clang-format error inn tests/math/connv_compute_test, test=develop
      
      * fix x86 test result error, test=develop
      
      * add asymmetric padding test case in liite/tests/math/conv_compute.cc, test=develop
      
      * change paddings type to support dynamically modify, test=develop
      
      * fix x86 build error in connv_compute_test, test=develop
      
      * fix opencl build error, test=develop
      
      * fix oopencl build error, test=develop
      
      * fix  opencl/conv_compute build error, test=develop
      
      * fix  opencl/conv_compute build error, test=develop
      
      * fix format in kernels/opencl/conv_computte_ttest,test=develop
      
      * fix build error, test=develop
      
      fix build error in kernels/x86/conv_compute.h
      
      * fix ccompute shape error in ooperators/conv_op.h, test=develop
      
      * add conv_reelu6 and conv leaky_relu in conv_3x3s1_direct
      
      * add conv_relu6 in c1, c2, c4,test=develop
      
      * fix conflict in conv_bloock_utils.h, test=develop
      
      * add relu6 and leankyrelu in conv_3x3s1_dw
      
      * add conv_3x3s1px_dw relu6 and leaky_relu fusion, test=develop
      
      * fix conflict in tests/math/conv_compute_arm, test=develop
      
      * fix build error in winograd arm, test=develop
      
      * channge act_param as pointer in conv_block_tuils.h, test=develop
      
      * fix winograd in no equal 4-padding compute error, test=develop
      
      * add conv relu6 and leaky_relu in conv_dw_3x3s2, test=develop
      
      * fix format, test=develop
      
      * fix format in conv_block_utils, test=develop
      
      * move updatePadding from conv_op.cc to conv_op.h, test=develop
      
      * fix format conv_op.h, test=develop
      
      * fix buuilde error in conv_oop.h, test=develop
      
      * remove flag_relu parameter in conv_3x3_depthwise, test=develop
      
      * add conv relu6/lleakyrelu in sgemm, test=develop
      
      * delete some notes, test=develop
      
      * fix format, test=develop
      
      * fix build moobile_android error, test=develop
      
      * change matmul, conv_transpose, mul and fc in using sgemm, test=develop
      
      * fix build error in sgemm_test.ccc, test=develop
      
      * add act_param in gru_utils. test=develop
      
      * fix compute error in conv_dw, test=develop
      
      * delete con2d_transpose test, test=develop
      
      delete con2d_transpose test, this test can found in test/math/
      
      * fix build error, test=develop
      
      * add conv5x5s2_dw. pooling1x1s2_max, conv_act_fusion include relu6 and leaky_relu, teest=develop
      
      * fix fc_reluu fusion error, test=develop
      
      * fix compute error, test=develop
      
      * delete conv5x5s2p2_dw, test=develop
      
      * delete extra nnoote, test=develop
      
      * delete conv_relu6 fusion in conv_activation_fuse_pass, test=develop
      
      * fix build error, test=develop
      
      * fix test error in kernel, test=develop
      
      kernel/arm/test_pool_compute
      
      * fix no equal pooling compute error, test=develop
      
      * free space, test=develop
      
      * fix con5x5s2_dw compute error, test=develop
      
      * fix fromat, test=develop
      
      * fix hin compute. test=develop
      
      * fix con_dw leakyrelu compute error
      
      * fix conv3x3s1_dw leakyRelu compute error
      
      * delte note, test=develop
      
      * fix format, test=develop
      
      * fix format in conv_compute_test, test=develop
      
      * add conv+relu6/leakyRelu fusion, test=develop
      
      * fix format bug, test=develop
      
      * fix format, test=develop
      
      * fix format. test=develop
      
      * fix format bug, test=develop
      
      * fix con+relu6/leakyRelu fusion in Fp32, test=develop
      
      * note m=397 in sgemv_int8 ut, test=develop
      
      * note m=397 in sgemv_int8 ut, test=develop
      
      * fix ios build error. test=develop
      
      * add ut
      
      * fix calib compute in int32_to_int8, test=develop
      
      * add classify ut
      
      * add classify demo
      
      * add classify demo
      
      * fix build error
      
      * fix model_test_classify format
      
      * fix format, test=develop
      
      * fix v7 buiild error
      
      * fix run ut errorr
      
      * fix format and run ut Error, test=develop
      
      * fix build.sh, test=develop
      
      * fix format, test=develop
      
      * fix format. test=develop
      
      * fix format, test=develop
      
      * fix no-equal padding , test=develop
      
      * fix pooling
      
      * add no-equal padding inn pooling, test=develop
      
      * fix un-equal padding error. test=develop
      
      * fix conv+relu6 int8 fusion error, test=develop
      
      * fix int8 conv+relu6 error, test=develop
      
      * fix format, test=develop
      
      * delete pool_compute_test, test=develop
      
      * fix image compute error, test=develop
      a797ed0a
    • X
      [LITE][OPENCL][Image] conv 1x1 5x5 7x7 suite (#2998) · 4757e69e
      xiebaiyuan 提交于
      * [LITE][OPENCL][Image] conv 1x1 5x5 7x7 suite
      
      # Conflicts:
      #	lite/kernels/opencl/conv_image_compute_test.cc
      
      * [LITE][OPENCL][Image] conv 1x1 5x5 7x7 suite,test=develop
      
      * [LITE][OPENCL][Image] conv 1x1 5x5 7x7 suite,test=develop
      
      * [LITE][OPENCL][Image] conv 1x1 5x5 7x7 suite,test=develop
      
      * [LITE][OPENCL][Image] conv 1x1 5x5 7x7 suite,rm1x1 old,test=develop
      4757e69e