- 16 7月, 2021 1 次提交
-
-
由 Fan Zhang 提交于
[CPU-PSLIB] Add clearer error log when sparse key name is not int type, test=develop (#34173) (#34206)
-
- 18 5月, 2021 2 次提交
-
-
由 Thunderbrook 提交于
-
由 Thunderbrook 提交于
* save multi table one path * format
-
- 09 4月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 30 3月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* add n-d input support for trt scale converter (#31316) * add n-d input support for trt scale converter * add flatten for ut * fix dims * fix batchnorm when inpu dims < 3 (#31933) * fix batchnorm when inpu dims < 3 * add unittest for batchnorm dims = 2 * fix unittest Co-authored-by: NPei Yang <peiyang@baidu.com>
-
- 24 3月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* fix conflict * fix compile error * cherry-pick #31316 * Refine cudnn softmax (#25757) * refine cudnn softmax * Trt elementwise plugin serialize (#31587) * add serialize unittest * fix element_op trt plugin serialize bug * remove PassVersionChecker.IsCompatible * fix unittest Co-authored-by: NPei Yang <peiyang@baidu.com> Co-authored-by: NGaoWei8 <53294385+GaoWei8@users.noreply.github.com>
-
- 11 3月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
-
- 04 1月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 31 12月, 2020 1 次提交
-
-
由 Chen Long 提交于
-
- 09 12月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 07 12月, 2020 2 次提交
-
-
由 Shang Zhizhou 提交于
* cherry-pick PR #27933 * fix: cuda version is in varibale CUDA_VERSION in 1.8 cuda.cmake * close unittest failed temporarily * cherry-pick PR #27544, fix layer_norm and softmax bug in tensorRT
-
由 Wilber 提交于
-
- 03 12月, 2020 2 次提交
-
-
由 Shang Zhizhou 提交于
* fix tensorrt output shape error * fix unittest tensorrt_engine_op_test * fix code style for unitest
-
由 Shang Zhizhou 提交于
* cherry-pick a22ea652 * fix analysis_config bug. (#29304) * fix code format Co-authored-by: NWilber <jiweibo@baidu.com>
-
- 01 12月, 2020 2 次提交
-
-
由 yaoxuefeng 提交于
-
由 Wilber 提交于
-
- 25 11月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 24 11月, 2020 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 20 11月, 2020 1 次提交
-
-
由 Wilber 提交于
* update. * fix trt error in ssd model.
-
- 13 11月, 2020 1 次提交
-
-
由 Shang Zhizhou 提交于
* 裁剪transformer模型trt支持;修复tensorRT不支持DeletePass的bug (#28517) * skip_layernorm_op done * add unittest * slice op convertor support trt < 6 * skip_layernorm only work in ernie * fix unittest * fix unittest
-
- 09 11月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 05 11月, 2020 1 次提交
-
-
由 Shang Zhizhou 提交于
* Fix TRT plugin registry without TRT lib (#25982) * fix trt plugin registry without trt lib * support trt4 * refine code style * pick ea851796 from develop * cherry-pick develop PR #26273 && #27796 * fix unittest error * fix unittest error * remove const_cast Co-authored-by: NPei Yang <peiyang@baidu.com>
-
- 13 10月, 2020 1 次提交
-
-
由 wangxinxin08 提交于
-
- 12 10月, 2020 1 次提交
-
-
由 TeslaZhao 提交于
* cherry-pick:Add double grad in Squeeze and Unsqueeze to release/1.8, test=develop Signed-off-by: NTeslaZhao <zhaolisoftware@163.com> * cherry-pick:Add double grad in Squeeze and Unsqueeze to release/1.8, test=develop
-
- 10 10月, 2020 3 次提交
-
-
由 wanghuancoder 提交于
-
由 wangxinxin08 提交于
* add matmul doublegrad op * fix compile errors * modify code according to review * delete float16 * delete GetDimForInput to be consitent with release/1.8
-
由 YUNSHEN XIE 提交于
-
- 28 9月, 2020 1 次提交
-
-
由 Jack Zhou 提交于
[Cherry-Pick] Add Log double grad kernel (#27604)
-
- 27 9月, 2020 2 次提交
- 23 9月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* optimize slice TRT plugin This patch removes unnecessary barrier for data transfer of needed offset, so data transfer can be overlap with GPU kernel execution. This patch also fixes incorrect name of slice plugin. That is, replaces "layernorm" with "slice" test=develop * add serialize/deserialize to slice plugin * add static shape slice trt plugin * fix slice trt op convertor dynamic shape bug * fix format by clang-format * fix pylint format error * fix problems commented by peiyang Co-authored-by: NRyan Jeng <rjeng@nvidia.com> Co-authored-by: NShang Zhizhou <shangzhizhou@baidu.com> Co-authored-by: NRyan Jeng <rjeng@nvidia.com>
-
- 22 9月, 2020 3 次提交
-
-
由 guofei 提交于
test=release/1.8
-
由 tianshuo78520a 提交于
-
由 guofei 提交于
* Fix test_gast_with_compatibility.py due to the problem of gast in python3.8 (#27433) test=develop * fix dll load bug on windows from python3.8 (#27324) * Support python3.8 (#26850) * Support python3.8 test=notest * Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOS with python>=3.8 (#27317) * Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOs when python>=3.8 test=develop * Correct the error in decorator.py (#27409) test=develop Co-authored-by: NZhou Wei <52485244+zhouwei25@users.noreply.github.com>
-
- 21 9月, 2020 2 次提交
-
-
由 Pei Yang 提交于
-
由 yaoxuefeng 提交于
-
- 18 9月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* [Paddle-TRT] Stack op plugin (#25605) * 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 * sync ut with develop Co-authored-by: Nzlsh80826 <zlsh80826@gmail.com>
-
- 17 9月, 2020 1 次提交
-
-
由 Bai Yifan 提交于
-
- 16 9月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* fix multihead matmul shared params (#27121) * fix multihead matmul shared params
-
- 15 9月, 2020 1 次提交
-
-
由 danleifeng 提交于
* add DISTRIBUTED_TRAINER_ENDPOINTS env for cloud
-