- 28 6月, 2022 2 次提交
-
- 27 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* make inference_api_test use import_lib + dll to smaller its size;test=document_fix;test=windows_ci_inference * make place.h not export symbols; change the order of inference test dependencies * cant delete analysis pass ..in inference_analysis_test or build test_analyzer.exe will failed; temporarily comment test need paddle_inference_c * add onnx path; cp onnxruntime.dll to tests/api * make c_ut depend on paddle_inference_c_shared rather than paddle_inference_c * make c_ut depend .dll in windows and .lib in linux;path add capi_exp * init context pool by analysis predictor * make windows and linux both use shared; compile shared even on_infer off * move case:profile after case:fuse_statis to avoid context pool null problem * make c_ut depend .dll in windows and .lib in linux;path add capi_exp
-
- 26 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 04 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 15 2月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* #1 migrate dist-related type()-> dtype() * move datatype function from pten -> fluid/framework * change type() in imperative into convert(dtype()) * modify xx_tensor->type into xx_tensor->dtype * change the set_type interface and the caller * modify xx_tensor.type into xx_tensor.dtype * fix mutable_data(place, dtype()) * change caller of mutable_data in pten and distributed * change the caller of mutable_data in fluid/framework * change the caller of mutable_data in imperative directory * mutable_data: inference * update the call of mutable_data * transfer MakePenScalarArray MakePtenScalar ResetHolderWithType * pass the compile. the next step is remove VarType in Pten * fix all and remove VarType from pten. success in linux. Next task is other platform * fix conflict with develop * fix compiled error * Fix reset conversion * fix conflict * fix compiled problem * fix typo * Fix << in tensor_utils.cc * fix type->dtype * fix unittest * fix tensor init constructor * fix DataTypeSize for BFloat16 * fix code style * fix npu compiled error * fix npu * compile npu sucessfully * fix conflict * fix conflict Co-authored-by: Nxiongkun <xiongkun03@baidu.com>
-
- 25 4月, 2021 1 次提交
-
-
由 denglin-github 提交于
* Add dlnne engine runtime * Fix log * Remove <const_cast> and remove unrelated modify with dlnne, +clang-format * Fix CMakeList format error * Add copyright message * Fix dlnne CMakeList.txt * Add some paddlepaddle_pass to support more networks * Fix some format bug
-
- 26 3月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 20 2月, 2021 1 次提交
-
-
由 Wilber 提交于
* update paddle_fluid.so to paddle_inference.so
-
- 03 2月, 2021 1 次提交
-
-
由 石晓伟 提交于
* support xpu inference with analysis predictor, test=develop * merge the cmake of the xpu toolchain, test=develop * add c-apis, test=develop * fix a bug in extern_xpu, test=develop
-
- 23 9月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* polish some lost error msg * add some math file to white list * polish detail based reviewer commnet
-
- 22 9月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 14 9月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 02 9月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
* Add mkldnn bfloat16 option to C-API * Add test for bfloat16 gpu * Change coverage test * Repair capi_gpu test
-
- 01 9月, 2020 1 次提交
-
- 28 8月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
* Add mkldnn bfloat16 option to C-API * Add test for bfloat16 gpu * Change coverage test
-
- 01 6月, 2020 1 次提交
-
-
由 silingtong123 提交于
* add SetCommandLineOption * add the print_FLAGS function * remove the test demo * modify the location of macro * add the 'WITH_STATIC_LIB' option on windows * modify the macro of PD_INFER_DECL * modify the the fuction name * modify the unittest * modify the code style
-
- 09 4月, 2020 1 次提交
-
-
由 mozga-intel 提交于
* Remove the NGraph engine from PDPD repository 1. Each operator was removed from the operator's directory 2. Each test was removed from the unittest directory 3. The parallel executor support was removed from the PDPD 4. The CMake file was removed from the PDPD 5. The NG flags were removed from the repository test=develop * Remove ngraph from: 1. Cmake file 2. Python file test=develop
-
- 02 3月, 2020 1 次提交
-
-
由 liu zhengxi 提交于
* fix inference c api lod, test=develop * fix capi lod problem and enrich tests, test=develop * delete useless header files and alter const_cast, test=develop
-
- 26 2月, 2020 1 次提交
-
-
由 liu zhengxi 提交于
* refine pointer and c-api prototype, test=develop * fix new c api profile bug, test=develop * add unit tests, test=develop
-
- 21 2月, 2020 1 次提交
-
-
由 flame 提交于
-
- 20 2月, 2020 1 次提交
-
-
由 flame 提交于
-
- 14 2月, 2020 1 次提交
-
-
由 flame 提交于
* support golang inference
-
- 04 2月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 14 1月, 2020 1 次提交
-
-
由 zhouwei25 提交于
faster build by reduce by-product, reduce linking library and fix compile warning of std=c++11 (#22164)
-
- 15 12月, 2019 1 次提交
-
-
由 Chen Weihang 提交于
* rename paddle throw error macro, test=develop * fix new error use case, test=develop
-
- 20 11月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
* fix the CAPI ZeroCopy shape error and reconstruct the output obtain * use an anonymous namespace to cover the functor * fix unit tests because of the output of typeid(T).name() is different from linux and windows, test=develop
-
- 19 11月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 18 10月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
modify the way to pass parameter out_size in function.
-
- 17 10月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
-
- 15 10月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
* fix the PD_ZeroCopyPredictorRun output problem and add some checks and logs for users * modify the cmakelists depends and fix the cmakelists problem
-
- 11 10月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
remove incorrect "new" in c style.
-
- 08 10月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
* add dll to inference capi, test=develop * add if win32 in cmakelists, test=develop
-
- 05 10月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
* add capi for fluid inference api, including AnalysisConfig, AnalysisPredictor, PaddleBuf, PaddleTensor, ZeroCopyTensor
-