- 13 12月, 2019 1 次提交
-
-
由 hong19860320 提交于
[LITE][NPU][XPU] Refine subgraph pass, and support NPU/XPU model generation at execution time (#2576)
-
- 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 次提交
-
-
由 hong19860320 提交于
[LITE][ALL] Refine NPU and XPU passes, fix the pass matching based on the bound targets and excluded targets (#2477)
-
- 18 11月, 2019 1 次提交
-
-
由 Yuan Shuai 提交于
* Fix bug target for kHost and kARM not equal. test=develop * Fix license. test=develop * add debug -g option. test=develop * enable opencl demo. test=develop * Fix model_optimize_tool found no opencl kernel. test=develop * add more vlog. test=develop * remove macro LITE_WITH_OPENCL, LITE_WITH_FPGA in passes. test=develop * Fix valid_places in mobilenetv1_test. test=develop * Fix bug of find no real output of fetch, after tool OPs of optimzer passes. test=develop * Fix vlog as log message in model_optimize_tool. test=develop * fix miscs. test=develop * fix comment. test=develop * Fix misspell of opencl, fpga kernels name in lite/api/CMakeLists.txt. test=develop * add opencl macro in full_api of demo. test=develop
-
- 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
-
- 22 10月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 16 10月, 2019 1 次提交
-
-
由 sangoly 提交于
* [framework][place] remove prefered_place, use place order in valid_place array instead test=develop * remove kHost from valid_places test=develop
-
- 15 10月, 2019 2 次提交
-
-
由 石晓伟 提交于
-
由 hong19860320 提交于
* [NPU] Fix the bug of loading multi NPU models test=develop * [NPU] Use lite tensor to store NPU model, fix the management of multi NPU models, support loading NPU model from memory and reduce the modification of framework test=develop * [NPU] Remove redundant header files for NPU bridges, test=develop * [NPU] fix NPU deps test=develop * [NPU] refine the compiling script for NPU test=develop * [NPU] remove redundant subdirectory in lite/CMakeLists.txt test=develop * [NPU] Fix and refine NPU test case test=develop * [NPU] revoke the modification of other non-NPU modules test=develop * [NPU] Remove NPU bridges if target is tiny publish test=develop
-
- 11 10月, 2019 1 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] support image2d. test=develop * add context changed with consider image*. test=develop * add layout, relu image kernels. test=develop * replace image_data with data, mutable_image_data with mutable_data, test=develop * comment unused var. test=develop * remove unused var. test=develop
-
- 18 9月, 2019 1 次提交
-
-
由 石晓伟 提交于
-
- 13 9月, 2019 2 次提交
-
-
由 石晓伟 提交于
* checkout if passes match targets and kernels, test=develop * add pass_utils, test=develop * fix lite/core/mir/pass_registry.h, test=develop * improve code styles, test=develop * fix spell error, test=develop
-
由 Zhaolong Xing 提交于
-
- 11 9月, 2019 1 次提交
-
-
由 石晓伟 提交于
* make passes related to the device type, test=develop * improve tips, test=develop
-
- 06 9月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 01 9月, 2019 1 次提交
-
-
由 Yuan Shuai 提交于
* Fix timer of arm cpu profiler. test=develop * Fix un-added op in cmake.test=develop * fix cmake error * fix cmake error, test=develop * Fix pass sequence. test=develop * replace option with lite_option. test=develop * disable profile mode by default. test=develop * Fix error option name. test=develop
-
- 29 8月, 2019 2 次提交
-
-
由 tensor-tang 提交于
test=develop
-
由 tensor-tang 提交于
* add npu script and tester * fix npu armv7 so and refine tests test=develop * update fix and refine log test=develop * refine npu generate api * refine npu subgraph * refine npu gen and clean code * fix model laod * refine node2rm in subgraph * refine the build npu functions test=develop
-
- 28 8月, 2019 1 次提交
-
-
由 zhupengyang 提交于
* add transpose-softmax-transpose fuse pass test=develop * enable supported lite-npu ops test=develop
-
- 23 8月, 2019 1 次提交
-
-
由 tensor-tang 提交于
test=develop
-
- 16 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-