- 05 3月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* Fix memory_resuse for opencl. test=develop * remove useless code. test=develop
-
- 04 3月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
* test=devellop * add cl file into resulted lib test=develop * test=develop * test=develop
-
- 03 3月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 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
-
- 01 3月, 2020 1 次提交
-
-
由 cc 提交于
-
- 29 2月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 28 2月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 26 2月, 2020 2 次提交
-
-
由 石晓伟 提交于
-
由 huzhiqiang 提交于
-
- 24 2月, 2020 3 次提交
-
-
由 石晓伟 提交于
-
由 cc 提交于
* Support lac model, fix bug for argmax lod_reset, test=develop
-
由 Yuan Shuai 提交于
[LITE][OPENCL] support fp16 for cl_image_converter, layout, activation all OpenCL image kernel. test=develop (#2964) * [LITE][OPENCL] support fp16 for cl_image_converter, layout, activation image kernel. test=develop * add conv, depthwise and UT. test=develop * add pool, conv, nearest_interp kernel. test=develop * support fp16 for scale, reshape, concat, fc buffer opencl kernel. test=develop * refactor for mul opencl buffer kernel. test=develop * support fp16 for elementwise_mul opecl image kernel. test=develop * support fp16 for elementwise_mul opencl image kernel. test=develop * support fp16 for ele_add, fuse_ele_add_act opencl kernel. test=develop * rename io_copy. test=develop * mobilenetv1,v2 passed on 855. test=develop * fix opt for opencl. test=develop
-
- 22 2月, 2020 1 次提交
-
-
由 HappyAngel 提交于
-
- 21 2月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 20 2月, 2020 2 次提交
- 16 2月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 14 2月, 2020 1 次提交
-
-
由 xiaogang 提交于
fix fpga lite_tensor compile bug add fake quantize_abs_max op test=develop
-
- 13 2月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 12 2月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix con+relu6/leakyRelu fusion in Fp32, test=develop * note m=397 in sgemv_int8 ut, test=develop * fix ios build error. test=develop
-
- 11 2月, 2020 1 次提交
-
-
由 Yiqun Liu 提交于
* Optimize the InferShape of several operators. test=develop * Remove the new function, resize and CheckPositive in DDim. test=develop * Fix a bug in fc_op's InferShape. test=develop
-
- 08 2月, 2020 1 次提交
-
-
由 Yiqun Liu 提交于
test=develop
-
- 06 2月, 2020 1 次提交
-
-
由 juncaipeng 提交于
* optimize quant_dequant_fuse_pass, test=develop * update, test=develop * update, test=develop * fix bug for accessing the removed node, test=develop * set the bias of int8 conv as float, test=develop * support weight quantization, test=develop * up, test=develop * up, test=develop * up, test=develop
-
- 22 1月, 2020 1 次提交
-
-
由 HappyAngel 提交于
-
- 17 1月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 16 1月, 2020 1 次提交
-
-
由 HappyAngel 提交于
1. add conv_5x5s2_dw to support any padding 2. add 1x1s2pooling impl 3. fix conv dw 3x3 s1p01 bug
-
- 14 1月, 2020 2 次提交
-
-
由 myq406450149 提交于
* Support bitman backend
-
由 yiicy 提交于
-
- 13 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 09 1月, 2020 1 次提交
-
-
由 Wilber 提交于
* temporarily remove x86 fuse test=develop * remove useless logs test=develop
-
- 08 1月, 2020 1 次提交
-
-
由 hong19860320 提交于
[LITE][CORE][NPU][XPU] Recording the data type when mutable_data() is called, and supporting the type inference from the tensor for the op bridges (#2735)
-
- 06 1月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 03 1月, 2020 2 次提交
-
-
由 Wilber 提交于
temporarily remove cuda fc fuse because we don't support cuda fc now
-
由 hong19860320 提交于
-
- 02 1月, 2020 1 次提交
-
-
由 GaoWei8 提交于
* Enhance fc_fuse_pass to enable fusing relu to fc_op test=develop * restrict fusing relu in x86 test=develop
-
- 31 12月, 2019 2 次提交
-
-
由 Wilber 提交于
X86 and cuda compile simutaneously cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_MKL=ON -DLITE_WITH_CUDA=ON -DWITH_MKLDNN=OFF -DLITE_WITH_X86=ON -DLITE_WITH_PROFILE=OFF -DWITH_LITE=OFF -DLITE_WITH_LIGHT_WEIGHT_FRAMEWORK=OFF -DWITH_PYTHON=OFF -DWITH_TESTING=ON -DLITE_WITH_ARM=OFF -DLITE_ON_TINY_PUBLISH=OFF -DCUDNN_ROOT=/usr/local/cudnn/ -DLITE_BUILD_EXTRA=ON (#2708) x86 and cuda compile simutaneously
-
由 hong19860320 提交于
* Fix the compiling error which occurs when specify the ddk_root path and build for huawei NPU. * Refine the registration of op bridges and make it similar to the registration of op and kernel. * Refine the interfaces of the graph and node for op bridges, and support creating constant and data node automatically according to the attribute 'persistable' of the target tensor. * Add the unit test of the scale and softmax op bridge for NPU.
-
- 30 12月, 2019 1 次提交
-
-
由 Yiqun Liu 提交于
Optimize the execution of RuntimeProgram by saving the bool whether the op is feed/fetch op. (#2703) test=develop
-
- 28 12月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
-
- 27 12月, 2019 1 次提交
-
-
由 石晓伟 提交于
-