- 05 3月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
-
- 04 3月, 2020 3 次提交
-
-
由 huzhiqiang 提交于
* test=develop * test=develop
-
由 Yuan Shuai 提交于
add opencl kernel build list; set num cores to build opencl in ci_build.sh and build.sh. test=develop (#3081)
-
由 huzhiqiang 提交于
* test=devellop * add cl file into resulted lib test=develop * test=develop * test=develop
-
- 22 2月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 21 2月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 13 2月, 2020 2 次提交
-
-
由 huzhiqiang 提交于
-
由 huzhiqiang 提交于
* modify opt name test=develop * fix code style test=develop * test=develop
-
- 19 1月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 14 1月, 2020 1 次提交
-
-
由 myq406450149 提交于
* Support bitman backend
-
- 10 1月, 2020 2 次提交
-
-
由 juncaipeng 提交于
* upgrade benchmark 2, test=develop
-
由 juncaipeng 提交于
* update benchmark, test=develop
-
- 07 1月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 02 1月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 28 12月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
-
- 27 12月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
remove test_models ci projects, because these project hass been removed in ci test test=develop (#2669)
-
- 24 12月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
-
- 19 12月, 2019 1 次提交
-
-
由 石晓伟 提交于
-
- 13 12月, 2019 1 次提交
-
-
由 hong19860320 提交于
[LITE][NPU][XPU] Refine subgraph pass, and support NPU/XPU model generation at execution time (#2576)
-
- 12 12月, 2019 2 次提交
-
-
由 huzhiqiang 提交于
-
由 huzhiqiang 提交于
-
- 10 12月, 2019 2 次提交
-
-
由 huzhiqiang 提交于
-
由 Wilber 提交于
修改了选kernel的逻辑,默认从模型文件中读取出lod_tensor的data type,在static_kernel_pick pass中如果kernel输入输出的类型与读取的data type完全一致,则选择该Kernel的概率增大。 - 增加 从模型文件__model__读取lod_tensor的data type到cpp::vardesc - program中增加unordered_map<string, type>字段,并在 Program::PrepareWorkspace中对该字段赋值 - 修改了node.h文件,将const Type* 更改为Type*,并在SSAGraph::Build过程中为符合条件的type*赋值 - static_kernel_pick_pass中添加新规则,如果kernel的输入类型输出类型与__model__中存储的类型的一致,则score*=2。 - 支持模型中用到sequence_reverse_float kernel(输入输出均为float)和sequence_reverse_int64 kernel(输入输出均为int64),能够根据输入输出type选kernel
-
- 21 11月, 2019 1 次提交
-
-
由 石晓伟 提交于
* fix cuda building, test=develop * remove sequence_pool from cmake because build error, test=develop
-
- 20 11月, 2019 2 次提交
-
-
由 myq406450149 提交于
* support build C++ cuda shared lib
-
由 石晓伟 提交于
* add cuda ci building, test=develop * update comments, test=develop
-
- 19 11月, 2019 1 次提交
-
-
由 sangoly 提交于
-
- 14 11月, 2019 2 次提交
-
-
由 lijianshe02 提交于
* fix conv kernel bugs and open mobilenet ci test=develop
-
由 hong19860320 提交于
-
- 12 11月, 2019 1 次提交
-
-
由 HappyAngel 提交于
* add cv image process * fix arm liunx build error * add LITE_WITH_CV defien to make cv, test=develop * fix cv format, annd add describe in utils/cv * delete some Meaningless comments, test=develop * set LITE_WITH_CV=OFF in build.sh, test=develop * delete cv_enum.h in utils/cv, push the contents in cv_ennum.h to paddle_image_preprocess.h, test=develop * according to reviews to redefine paddle_image_preprocess.h, test=develop * add detailed note of flipParam, test=develop * fix format in paddle_image_preprocess.h, test=develop * fix error when build x86. test=develop * lite_with_X86 does not contain lite_with_cv
-
- 04 11月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
* move some basic ops into extra type to reduce library size test=develop (#2347)
-
- 01 11月, 2019 1 次提交
-
-
由 juncaipeng 提交于
-
- 31 10月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
Add 'inference' folder into build.lite.x86, 'inference' folder contains head files、library files and demo of x86 compiling (#2301) Add inference folder into build.lite.x86, build.lite.x86/inference folder contains head files、library files and demo of x86 compiling
-
- 30 10月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
* we can build x86 dynamic library by `build.sh x86`
-
- 29 10月, 2019 1 次提交
-
-
由 hong19860320 提交于
* Add supporting for Huawei offical DDK * Fix the param of graph op in NPU graph computing kernel
-
- 28 10月, 2019 1 次提交
-
-
由 hong19860320 提交于
* Initial support for XPU * Fix compiling errors of XPU * Move XPU op kernel bridges from backends to kernels to fix deps order * Change the namespace and directory of XPU bridges * Add XPU SDK * Fix header files and namespace of XPU SDK * Add unit tests for relu and conv2d ops * Restore the modification of paddle_api_test * Supports simple model which contains only a relu layer * Add compiling scripts for XPU * Fix compiling errors of XPU * Add comments for XPU LoadModel and BuildModel
-
- 27 10月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
* add shell file to automatically build and collect publish result test=develop * modify API inference of model_optimize_tool and add option for tiny&full publish test=develop
-
- 24 10月, 2019 2 次提交
-
-
由 liu zhengxi 提交于
* make inceptionv4, resnet50, googlenet can run on x86 paltform and fix the compare part in x86 unittests, test=develop * fix googlenet tests for benchmark record, test=develop * [framework][profile] fix profile dump bug when op is feed and fetch test=develop (sangoly)
-
由 sangoly 提交于
* [python api] add armlinux supported and publish paddle-lite python lib & demo * add cuda build test=develop
-
- 23 10月, 2019 1 次提交
-
-
由 石晓伟 提交于
* update framework.proto * add compatibility check, test=develop * remove head files, test=develop
-