- 11 11月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 09 11月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 08 11月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
* disable ut test_parallel_executor_fetch_isolated_var,test=document_fix * test for limiting ut exec time as 15S * fix an error caused by cannot find ut * fix some error * can not find test_transformer * fix error caused by ut not run in windows * fix error caused by Compiler Options * fix error caused by setting timeout value as 15 in python/paddle/tests/CMakeLists.txt * setting timeout value to 120s for old ut * add the timeout value setting * fix error caused by ut only run in coverage_ci * add analyzer_transformer_profile_tester * fix some error * fix some error * fix error with inference option * fix error with inference option setting as ON_INFER * add some ut to set timeout * modified some option * fix error * fix some timeout error * fix error * fix error * fix timeout for test_analyzer_bfloat16_resnet50 * fix error * setting timeout properity for some ut * first pr for new ut timeout as 15S
-
- 06 11月, 2020 1 次提交
-
-
由 iducn 提交于
-
- 03 11月, 2020 1 次提交
-
-
由 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
-
- 29 10月, 2020 1 次提交
-
-
由 iducn 提交于
* 01:Modify the shell script according to the specification * 01:Modify the shell script according to the specification
-
- 26 10月, 2020 1 次提交
-
-
由 Adam Osewski 提交于
-
- 21 10月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 20 10月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
* Add AVX512 instruction check for C-API * Fix formatting
-
- 13 10月, 2020 2 次提交
-
-
由 joanna.wozna.intel 提交于
-
由 Wilber 提交于
-
- 10 10月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 24 9月, 2020 3 次提交
-
-
由 Wilber 提交于
-
由 Wilber 提交于
-
由 wanghuancoder 提交于
* use iwyu clean include, test=develop, test=win * compilation error, test=develop * fix compilation error2, test=develop * fix compilation error3, test=develop * fix compilation error4, test=develop * fix compilation error5, test=develop * fix compilation error6, test=develop * fix compilation error7, test=develop * fix compilation error8, test=develop * fix compilation error8, test=develop * fix compilation error10, test=develop * fix compilation error11, test=develop
-
- 23 9月, 2020 2 次提交
- 22 9月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 21 9月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 16 9月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 14 9月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 11 9月, 2020 2 次提交
- 10 9月, 2020 1 次提交
-
-
由 Qi Li 提交于
[UT] fix run type of ut test cases of test_train_recognize_digits and test_api_impl, test=develop (#27218)
-
- 09 9月, 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 2 次提交
-
-
由 zlsh80826 提交于
* add stack_op to CMakeLists * add dim=3 support for scale op * add trt stack op, test=develop * remove debug message * add stack plugin serialize * remove slice, scale op, will add later * enhence error message * revise trt ernie test to conver the stack op CI testi, test=develop * add stack op serialization * fix test shape after adding stack op * remove slice op, will add after implementing serialization * roll back to min_graph=5 to avoid using slice op * fix scale op output layer * implement stack op createPlugin * use workspace and move the defination to .cu * move stack plugin creator definition to .cu, test=develop
-
- 29 8月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 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
-
- 25 8月, 2020 1 次提交
-
-
由 LoveAn 提交于
* Fix the cmake-function named inference_download_and_uncompress with Windows, test=develop * Fix some problems when remove limit of unittests on Windows, test=develop * Using URL to download file instead of DOWNLOAD_COMMAND. test=develop
-
- 08 8月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
* Change use_quantizer attribute name and data type * Fix problem with setting attribute * Add changes due to review * Small change in function * Restore use_quantizer attr for compatibility
-
- 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
-
- 21 7月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* fix windows ci test=develop * fix ci error
-
- 14 7月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* add api to clear intemediate tensors in analysis predictor. test=develop * add python api. test=develop
-
- 02 7月, 2020 1 次提交
-
-
由 MRXLT 提交于
* add encrypt api for inference lib
-
- 30 6月, 2020 1 次提交
-
-
由 Sylwester Fraczek 提交于
-
- 23 6月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* Paddle-TensorRT support slim QAT. test=develop * add comments. test=develop * use RenameInput instead of ResetInputs. test=develop
-