- 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
-
- 06 3月, 2020 1 次提交
-
-
由 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
-
- 05 3月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* Fix act bug for opencl kernel. test=develop * add print ActToStr. test=develop * remove print code. test=develop
-
- 04 3月, 2020 3 次提交
-
-
由 huzhiqiang 提交于
* test=develop * test=develop
-
由 huzhiqiang 提交于
* test=devellop * add cl file into resulted lib test=develop * test=develop * test=develop
-
由 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
-
- 03 3月, 2020 2 次提交
-
-
由 Yuan Shuai 提交于
-
由 HappyAngel 提交于
* fix leakyrelu and tanh compute error, test=develop * delete extra file, test=develop * reset act * fix conflict and readme, test=develop * fix ios run error, test=develop
-
- 02 3月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] Support video-sr feature using OpenCL FP16 Image. test=develop * optimize image2d_to_buffer_with_post255. test=develop * add def debug in cl kernel. test=develop * remove conv image code in conv buffer. test=develop
-