- 22 7月, 2020 1 次提交
-
-
由 hong19860320 提交于
* [Core][ARM] Fix beam_search, eltwise_mul supports broadcast and int64_t data type, add print op and kernel, add exeception test=develop * Fix the dims of parent idx of the arm kernel of beam_search op * elementwise_mul supports int64_t data type with broadcasting * Add print op and kernel for debugging * Support throwing the exception when the internal error occurs * Refine while and conditional_block op kernel * Support the graph optimization on subblocks * Pass program_desc and block_idx into the kernel of the control flow ops(while/conditional_block/subgraph), and create the RuntimeProgram online, it make it possiable to call the control flow ops recursively *Add unit test for masked transformer model
-
- 07 7月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 25 6月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 23 6月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 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
-
- 15 4月, 2020 1 次提交
-
-
由 MaxwellDing 提交于
refactor(*): reduce Wsign-compare warning
-
- 14 4月, 2020 1 次提交
-
-
由 airockchip 提交于
-
- 09 4月, 2020 1 次提交
-
-
由 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
-
- 16 3月, 2020 1 次提交
-
-
由 zhupengyang 提交于
* [NPU] subgraph's precision register to kAny
-
- 07 3月, 2020 1 次提交
-
-
由 zhupengyang 提交于
* get the precision from the real tensor or tensor_array of base_scope in arena/framwork * register assign and assign_value to kAny
-
- 05 3月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 29 2月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 24 2月, 2020 1 次提交
-
-
由 cc 提交于
* Support lac model, fix bug for argmax lod_reset, test=develop
-
- 14 1月, 2020 1 次提交
-
-
由 myq406450149 提交于
* Support bitman backend
-
- 13 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 31 12月, 2019 1 次提交
-
-
由 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
-
- 23 12月, 2019 1 次提交
-
-
由 yiicy 提交于
-
- 20 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
* [XPU] add transpose bridge and unit test test=develop
-
- 18 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* Support Mask RCNN2 (#2588)
-
- 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 次提交
-
-
由 石晓伟 提交于
-
- 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
-
- 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
-
- 16 9月, 2019 1 次提交
-
-
由 Xiaoyang LI 提交于
-
- 12 9月, 2019 1 次提交
-
-
由 guofei 提交于
-
- 16 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-