- 15 9月, 2021 1 次提交
-
-
由 houj04 提交于
-
- 14 9月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 04 9月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 31 8月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* Revert "Revert "Add copy from tensor (#34406)" (#35173)" This reverts commit 32c1ec42. * add template instantiation
-
- 27 8月, 2021 1 次提交
-
-
由 zhangchunle 提交于
This reverts commit ac33c0ca.
-
- 26 8月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* add api * temp save * revert * copytocpu async ok * fix style * copy sync ok * fix compile error * fix compile error * api done * update python async api * fix compile * remove async python api; add c++ async unittest * remove python async api * update unittest * update unittest * add C++ unittest for copytensor * add unittest * update namespace utils to class TensorUtils * add unittest * update unittest * update unittest * update code style * update code style * update unittest
-
- 12 8月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 19 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 14 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 08 6月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* add dynamic layer_norm plugin * fix bug * fix numpy.allclose * fix format * fix code style * remove shepe in dynamic shape * code format * remove layer norm fp16 * fix format
-
- 25 4月, 2021 2 次提交
-
-
由 Wilber 提交于
-
由 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
-
- 19 2月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 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
-
- 25 1月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* add dla * add dla done * add python api Co-authored-by: Nshangzhizhou <root@szth-rp-fanyi-opera49.szth.baidu.com>
-
- 04 1月, 2021 1 次提交
-
-
由 cc 提交于
* zero_copy_tensor supports int8_t
-
- 15 12月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 11 11月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 03 11月, 2020 2 次提交
-
-
由 Shang Zhizhou 提交于
* fp16 result ok * change -DWITH_NVINFER_PLUGIN toconfig.EnableTensorRtOSS * auto detect special slice op converter for ernie with trt oss * ernie oss only support fp16 * fix special_slice_plugin serialize bug * matmul in tensorrt ok * ernie unittest ok * add matmul tensorrt unittest * remove demo code
-
由 Wilber 提交于
-
- 21 10月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 13 10月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 12 10月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 07 9月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 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 2 次提交
-
-
由 Wilber 提交于
* refine paddle inference api Co-authored-by: Nnhzlx <nhzlx.dragon@gmail.com>
-
由 joanna.wozna.intel 提交于
* Add mkldnn bfloat16 option to C-API * Add test for bfloat16 gpu * Change coverage test
-
- 29 7月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 22 7月, 2020 1 次提交
-
-
由 石晓伟 提交于
* update ResetHolder, test=develop * add TensorShare for lite engine, test=develop * tensor data changed from copying to sharing, test=develop * supports xpu runtime, test=develop * fix code styles, test=develop
-
- 14 7月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* add api to clear intemediate tensors in analysis predictor. test=develop * add python api. test=develop
-
- 05 6月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 03 6月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* remove REPLACE_ENFORCE_GLOG compile option & add ci rule prohibit LOG(FATAL) using, test=develop * remove ci test case, test=develop * replace all LOG(FATAL) & polish message, test=develop * fix typo, test=develop * polish error info detail, test=develop
-
- 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
-
- 08 4月, 2020 1 次提交
-
-
由 石晓伟 提交于
* change the cmake and apis of lite engine, test=develop * change the cmake of lite engine, test=develop
-
- 26 3月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* add dynamic plugin support. test=develop * change emb eltwise layernorm to math function test=develop * add emb eltwise layernorm test=develop * can run dynamic shape ernie test=develop * fix ci test=develop * add ut for trt ernie dynamic test=develop * refine dynamic shape c++ interface. test=develop * fix comments test=develop * fix comments test=develop
-
- 09 3月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* change the ci trt from version 5. to 6.0 * paddle-trt dynamic shape support init * conv+bias or conv+bn dynamic shape support test=develop * modity trt engine opconvert test=develop * fix ci error test=develop
-
- 04 3月, 2020 1 次提交
-
-
由 石晓伟 提交于
* encapsulate the PaddleTensorToLoDTensor, test=develop * serialize the pd_tensor, test=develop * serialize tensors to file, test=develop
-
- 04 2月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 25 12月, 2019 1 次提交
-
-
由 flame 提交于
* python zero copy inference * support delete inference pass
-