- 04 8月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 24 7月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 16 7月, 2020 3 次提交
- 08 7月, 2020 2 次提交
- 03 7月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 30 6月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 15 6月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 01 6月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 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
-
- 09 5月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 08 5月, 2020 1 次提交
-
-
由 Wilber 提交于
* add eltwise_activate_fuse. test=develop
-
- 01 4月, 2020 1 次提交
-
-
由 Wilber 提交于
add cuda kernel. abs, tanh, elementwise_sub
-
- 17 3月, 2020 1 次提交
-
-
由 Wilber 提交于
add cuda ci. Organize cuda compilation products.
-
- 19 12月, 2019 1 次提交
-
-
由 Wilber 提交于
* optimize content-dnn cuda kernel
-
- 15 12月, 2019 1 次提交
-
-
由 Wilber 提交于
optimize search_grnn
-
- 04 12月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* init resnet cuda int8 support test=develop * refine cuda unit test test=develop * add the forgeted file. test=develop
-
- 22 11月, 2019 1 次提交
-
-
由 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
-
- 21 11月, 2019 1 次提交
-
-
由 石晓伟 提交于
* fix cuda building, test=develop * remove sequence_pool from cmake because build error, test=develop
-
- 19 11月, 2019 1 次提交
-
-
由 hong19860320 提交于
-
- 17 11月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* add cuda match_matrix_tensor op and test, test=develop
-
- 21 10月, 2019 2 次提交
-
-
由 石晓伟 提交于
* add static libraries of cuda, test=develop * update cuda make
-
由 myq406450149 提交于
* add gpu kernel mul pool relu scale softmax dropout bilinear_interp and can run in tx2 * rm GREATER_EQUAL
-
- 16 10月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* init: delete feed and fetch op, using zero copy test=develop * delete the unused test test=develop
-
- 14 10月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
test=develop
-
- 11 10月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* add conv int8 support(in condition which the input or output channel not be the times of 4) add add_kernel for cuda. * can run yolov3 fp32 test=develop * 1. fix bug with yolov3 run test=develop * can run yolov3 int8 test=develop
-
- 10 10月, 2019 1 次提交
-
-
由 Wilber 提交于
* fix yolobox_cuda bug * update code format
-
- 27 9月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* add conv int8 support(in condition which the input or output channel not be the times of 4) add add_kernel for cuda. * can run yolov3 fp32 test=develop * 1. fix bug with yolov3 run test=develop
-
- 19 9月, 2019 1 次提交
-
-
由 石晓伟 提交于
* add full_api_static target and fix building errors, test=develop * fix build errors, test=develop * fix code style, test=develop * fix lite/model_parser/pb/var_desc.cc, test=develop * fix building errors, test=develop * modify lite/tools/debug/CMakeLists.txt, test=develop
-
- 12 9月, 2019 1 次提交
-
-
由 Wilber 提交于
add transpose kernel for cuda
-
- 11 9月, 2019 1 次提交
-
-
由 石晓伟 提交于
* make passes related to the device type, test=develop * improve tips, test=develop
-
- 06 9月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* paddle lite cuda init can run model with leaky_relu * add the missing file. test=develop * add the load from memory interface. test=develop * refine this pr. fix comments fix ci error test=develop * conv impl fp32: conv, conv+bais, conv+bias+relu, conv+bias+leaky_relu int8: conv, conv+bais+relu(int8 or fp32 output), conv+bias+leaky_relu(int8 or fp32 output) can run conv+ bias+relu using cxx_api test=develop * move the lite/cuda/math to backends/cuda/math test=develop
-