- 06 5月, 2023 1 次提交
-
-
由 Wilber 提交于
* Add trt pow converter. * update to use AddConstantLayer * add dims=0 ut
-
- 28 4月, 2023 1 次提交
-
-
由 Zhang Jun 提交于
* trt support 0 dim * trt support 0 dim * update activation ut
-
- 27 4月, 2023 1 次提交
-
-
由 Yuanle Liu 提交于
-
- 25 4月, 2023 1 次提交
-
-
由 zhoutianzi666 提交于
* add ```converter_type``` for op converter
-
- 17 4月, 2023 1 次提交
-
-
由 JingZhuangzhuang 提交于
-
- 13 4月, 2023 2 次提交
-
-
由 Wangzheee 提交于
* Paddle-Trt: Replace fc mul matmul matmul_v2 with matrix_multiply
-
由 gaoziyuan 提交于
--------- Co-authored-by: NZhang Jun <ewalker@live.cn>
-
- 12 4月, 2023 1 次提交
-
-
由 gaoziyuan 提交于
-
- 10 4月, 2023 1 次提交
-
-
由 xiaoxiaohehe001 提交于
* Support two inputs of multihead attention named qk_multihead
-
- 04 4月, 2023 2 次提交
- 28 3月, 2023 2 次提交
-
-
由 Zhang Jun 提交于
* Remove log about fluid * Remove useless forward declarations * Fix uninitialization warning (trt onehot)
-
由 Young-Flash 提交于
* add bitwise_not trt converter * run pre-commit * modify neg_one_tensor_dims init way * fix BOOL type support requires TensorRT 8.4 * fix int8 & uint8 type * improve data type readability * modify filter logic * fix coverage CI
-
- 23 3月, 2023 2 次提交
- 21 3月, 2023 1 次提交
-
-
由 HongyuJia 提交于
-
- 20 3月, 2023 2 次提交
-
-
由 YuanRisheng 提交于
* remove init * delete fluid in context pool * fix custom op bugs * fix profiler bugs * fix ci bugs * fix window compile bugs * fix windows bugs * fix window bugs
-
由 Sonder 提交于
* update codes about pad3d * add codes about Tensor type Padding * update * 更新单测文件 * format code style * update and to &&' * rewrite codes about pad3d * add codes about converting paddle pad format to tensorrt pad format * fix some errors * 指定trt版本范围 * 修正dims初始化方式 * fix code style * update test pad values * 指定pad3d trt版本 * 更新 单测 文件范围 * 更新单测文件 * update pad3d paddings convert codes * update pad3d * add static mode support * update test file * fix bugs about dynamic mode test codes * fix bug and add limite in op_teller * use a new padding convert method[ITensor* padding with using Slice to split the pre_pad and the post pad] * fix PADDLE_THROW grammaly error * update test codes * 添加对于Tensor padding 的 size 判断
-
- 16 3月, 2023 2 次提交
- 14 3月, 2023 1 次提交
-
-
由 Sonder 提交于
-
- 13 3月, 2023 1 次提交
-
-
由 wenbin 提交于
* squeeze2_op * add ut * fix ut * fix static * modity ut
-
- 09 3月, 2023 2 次提交
-
-
由 xiaoxiaohehe001 提交于
* split_list
-
由 Wang Xin 提交于
-
- 07 3月, 2023 1 次提交
-
-
由 gaoziyuan 提交于
-
- 06 3月, 2023 1 次提交
-
-
由 Sonder 提交于
-
- 02 3月, 2023 3 次提交
-
-
由 xiaoxiaohehe001 提交于
* add_trt_tile * tile_trt
-
由 feng_shuai 提交于
-
由 gaoziyuan 提交于
-
- 28 2月, 2023 1 次提交
-
-
由 wenbin 提交于
* fix concat bug * recommit for ci
-
- 22 2月, 2023 1 次提交
-
-
由 Shuangchi He 提交于
* Fix some typos. Signed-off-by: Yulv-git <yulvchi@qq.com> * pre-commit Signed-off-by: Yulv-git <yulvchi@qq.com> --------- Signed-off-by: Yulv-git <yulvchi@qq.com>
-
- 14 2月, 2023 1 次提交
-
-
由 xjmxyt 提交于
* add cast setvalue op * add set_value to op teller * renew test and add description * add setAxis and add complex test * change test
-
- 11 2月, 2023 1 次提交
-
-
由 Wang Bojun 提交于
* eleadd_trans first version log fix * refine code for linear format, add pass check * linear format refine and ut fix * fix ut * windows ut * windows ut 2 * move tensorMeta and alloc to configure
-
- 09 2月, 2023 2 次提交
-
-
由 zhoutianzi666 提交于
* add fmha_flashattention oss plugin * add fmhca * add oss fmhca * code reconstruct and add ut * code style refine * fix ut and enforce check * refine trt version check refine compile fix compile * fix cross ut * code refine * use runtime trt version check * bug fix and code refine * compile fix * merge develop * add GN QDQ kernel * support GN int8 fake kernel * add with_int8 * add GN int8 fake kernel * add GN int8 fake kernel * add GN int8 fake kernel * add GN int8 fake kernel * add GN int8 fake kernel * add GN int8 fake kernel * add GN int8 fake kernel * add GN int8 UT * add verison > 8000 in GN int8 UT * add some check in .cu * add stdlib.h in UT * little change in .cu * remove rand_r use rand * remove use rand * setAxis(1) * when int8 is on allow fall back to fp16 --------- Co-authored-by: Nwwbitejotunn <wang_bojun@outlook.com>
-
由 Wang Bojun 提交于
* trans_layernorm
-
- 08 2月, 2023 1 次提交
-
-
由 Zhang Jun 提交于
* update * update * format code * update * Update test_trt_convert_nearest_interp_v2.py
-
- 06 2月, 2023 1 次提交
-
-
由 wenbin 提交于
-
- 01 2月, 2023 1 次提交
-
-
由 Wang Bojun 提交于
* preln_residual 2 fused_bias_residual * skip layernorm fix and ut * code refine * code style refine * fix ut * fix output * add trt layer fall back info * refine op teller and ut * DropoutMaskOut output fix
-
- 31 1月, 2023 2 次提交