- 04 6月, 2020 1 次提交
-
-
由 xiebaiyuan 提交于
* [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
-
- 03 6月, 2020 1 次提交
-
-
由 yiicy 提交于
int8 direct_conv, dw_conv add relu6 and leaky relu fusion
-
- 01 6月, 2020 2 次提交
-
-
由 Wilber 提交于
-
由 HappyAngel 提交于
* improve 3x3s1 direct profile * add gemv+relu6/lleakyRelu * fix relu6 problem, test=develop * fix format, test=develop * add six / scale , test=develop
-
- 28 5月, 2020 1 次提交
-
-
由 T8T9 提交于
* reduce .so size. test=develop * compile all targets when LITE_ON_TINY_PUBLISH=OFF * unordered_map is more convenient when key is customized class * test=develop
-
- 26 5月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix pooling bug and speed * add 2x2s2p1 pooling. test=develop * fix conflict, test=develop
-
- 18 5月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
[LITE][OPENCL] Enhance Profiler for OpenCL with in/out/filter shape, macs/macs_ps, real backend kernel etc. (#3641) * [LITE][OPENCL] Enhance Precision Profiler for OpenCL. test=develop
-
- 17 5月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 13 5月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 09 5月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 08 5月, 2020 2 次提交
-
-
由 xiebaiyuan 提交于
-
由 Wilber 提交于
* add eltwise_activate_fuse. test=develop
-
- 06 5月, 2020 1 次提交
-
-
由 Santa An 提交于
fix reshape infer shape issue adaptive pool, support adaptive pool2, multi thread ok, optimize global pool, support faceboxes and behavior image, realize bm device info, multi device ok, support multi cards, support efficienet
-
- 30 4月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 28 4月, 2020 2 次提交
-
-
由 huzhiqiang 提交于
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] add gpu perf mode, priority level for qcom adreno. test=develop
-
- 26 4月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
[x86] [BUG FIX] Fix x86 kernels and fix the issue x86 compiling fails when `with_profiler=ON` #3478
-
- 24 4月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* add scale+relu/relu6/leakyrelu test=develop * fix format, test=develop
-
- 21 4月, 2020 2 次提交
- 20 4月, 2020 3 次提交
-
-
由 xiebaiyuan 提交于
-
由 xiaogang 提交于
-
由 yiicy 提交于
improve sgemm performance on A53
-
- 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 3 次提交
-
-
由 Yuan Shuai 提交于
* fix bilinear opencl kernel. test=develop * [LITE][OPENCL] replace map with memsync. test=develop
-
由 MaxwellDing 提交于
refactor(*): reduce Wsign-compare warning
-
由 hong19860320 提交于
-
- 14 4月, 2020 4 次提交
-
-
由 silingtong123 提交于
-
由 airockchip 提交于
-
由 xiaogang 提交于
-
由 huzhiqiang 提交于
-
- 13 4月, 2020 2 次提交
- 12 4月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
-
- 11 4月, 2020 2 次提交
-
-
由 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.
-
由 xiebaiyuan 提交于
fix opencl hang on mali
-
- 10 4月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] fix OpenCL global static resources. test=develop * Fix Cxx and light api. test=develop
-
- 09 4月, 2020 2 次提交
-
-
由 xiebaiyuan 提交于
为了及时响应业务上线问题,先行合入
-
由 jackzhang235 提交于
[MLU] add some basic support for MLU, including related passes, kernels, gtests and some api in padddle_api.h Passes:mlu_subgraph_pass ,mlu_postprocess_pass Kernels: act,batch_norm, concat, conv, elementwise, fc, interpolate, pool, scale, softmax
-
- 08 4月, 2020 1 次提交
-
-
由 cc 提交于
* Add hard_swish, ctc_align and reciprocal op, test=develop * Move some activation ops to extra, test=develop
-