- 09 7月, 2020 1 次提交
-
-
由 ysh329 提交于
* fix opencl fc kernel caused int16 model weight abnormal. test=develop
-
- 01 5月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 22 4月, 2020 3 次提交
-
-
由 Yuan Shuai 提交于
* Fix Places of CXX Config for OpenCL. test=develop * fix shared ptr as unqiue ptr. test=develop
-
由 Yuan Shuai 提交于
* fix bilinear opencl kernel. test=develop * [LITE][OPENCL] replace map with memsync. test=develop * [GIT] Ehance ignore. test=develop * replace map of Fc with MemCpySync. test=develop * comment for mul of opencl. test=develop * Fix opencl miscs. test=develop
-
由 Yuan Shuai 提交于
* Fix activation act_type default value. test=develop * Fix enum value. test=develop * Fix conv test for relu. test=develop
-
- 20 4月, 2020 1 次提交
-
-
由 xiebaiyuan 提交于
1. fix clang android log warning. 2. remove an unused event.
-
- 19 4月, 2020 1 次提交
-
-
由 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
-
- 15 4月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* fix bilinear opencl kernel. test=develop * [LITE][OPENCL] replace map with memsync. test=develop
-
- 13 4月, 2020 1 次提交
-
-
由 xiebaiyuan 提交于
* [LITE][OPENCL][Image] lazy init cl::event , test=develop * [LITE][OPENCL][Image] lazy init cl::event , test=develop
-
- 12 4月, 2020 1 次提交
-
-
由 xiebaiyuan 提交于
[LITE][OPENCL][Image] use unique_ptr to wrap filter and bias in conv image compute , test=develop (#3388)
-
- 11 4月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
1. clean code; 2. change `cl::Kernel` from unique to shared ptr; 3. `reset` `cl::Program` and `clear` `device_info_` in destroyed of CLRuntime; 4. remove clFlush in destroyed of CLRuntime.
-
- 10 4月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] fix OpenCL global static resources. test=develop * Fix Cxx and light api. test=develop
-
- 08 4月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* add boxcoder opencl kernel, test=develop * fix format, test=develop * fix , test=develop
-
- 05 4月, 2020 1 次提交
-
-
由 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
-
- 04 4月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] improve perf and support variable length for fc_buffer、elementwise_add、scale、activation、grid_sampler. test=develop
-
- 03 4月, 2020 1 次提交
-
-
由 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
-
- 27 3月, 2020 2 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] fix elemul kernel of opencl. test=develop * fix instanceNorm of opencl. test=develop * add more info about cl device info. test=develop
-
由 xiebaiyuan 提交于
* [LITE][OPENCL][Image] mv kernel init gws lws into prepare for run, test=develop * [LITE][OPENCL][Image] shut down profile, test=develop * [LITE][OPENCL][Image] move log ahead, test=develop
-
- 25 3月, 2020 2 次提交
-
-
由 huzhiqiang 提交于
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] enhance elemul, fix reshape for opencl. test=develop * comment loop test for pad2 opencl kernel. test=develop * [LITE][PROFILE] add sequnce statics for precision profiler. test=develop
-
- 24 3月, 2020 3 次提交
-
-
由 xiebaiyuan 提交于
-
由 xiebaiyuan 提交于
* [LITE][OPENCL][Image]optimise conv2d 5x5 7x7,test=develop * [LITE][OPENCL][Image]optimise conv2d 5x5 7x7,test=develop * [LITE][OPENCL][Image]optimise conv2d 5x5 7x7,test=develop
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] comment vlog for opencl kernel. test=develop
-
- 22 3月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] clean code for opencl. test=develop * [LITE][PROFILER] Enhance Precision Profiler. test=develop * delete useless var in profiler. test=develop * add ocl header. test=develop
-
- 18 3月, 2020 2 次提交
-
-
由 Yuan Shuai 提交于
* Fix OpenCL kernel of exp, tanh, * Fix layout pass for opencl backend, * Add how to debug cl kernel. test=develop.
-
由 HappyAngel 提交于
-
- 15 3月, 2020 2 次提交
-
-
由 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
-
由 xiebaiyuan 提交于
-
- 14 3月, 2020 2 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] Change fp32 fc to fp16's. test=develop * fix act in conv3x3opt opencl kernel. test=develop * [LITE][DEMO] fix input arg. test=develop * fix shutdownlog for std::endl. test=develop
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] Change fp32 fc to fp16's. test=develop * fix act in conv3x3opt opencl kernel. test=develop
-
- 13 3月, 2020 1 次提交
-
-
由 Jiaying Zhao 提交于
-
- 11 3月, 2020 1 次提交
-
-
由 yiicy 提交于
add pad2d image kernel and ut
-
- 10 3月, 2020 2 次提交
- 09 3月, 2020 3 次提交
-
-
由 yiicy 提交于
add instance norm kernel and ut
-
由 xiaogang 提交于
* feat: add opencl elementwise_sub op & ut
-
由 xiebaiyuan 提交于
[LITE][OPENCL][Image] revert router of depthwisespl --> fix mnasnet and nanoyolo ,test=develop (#3109)
-
- 08 3月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* add lrn op * fix v7 build error, test=develop
-
- 07 3月, 2020 2 次提交
-
-
由 xiebaiyuan 提交于
-
由 Jiaying Zhao 提交于
* [Lite][OpenCL]fix depthwise_conv3*3 test. test=develop * [Lite][OpenCL]fix depthwise_conv3*3 test, format codestyle. test=develop
-