- 19 7月, 2023 1 次提交
-
-
由 chen 提交于
-
- 17 7月, 2023 2 次提交
-
-
由 iamsonderr 提交于
* support_conv2d * remove comment * check code style * add former Test * check code style * add unittest * fix log * change unittest --------- Co-authored-by: zhoutianzi666 <17801055074@163.com>
-
由 ming1753 提交于
* [Paddle-TRT] add assign op
-
- 12 7月, 2023 1 次提交
-
-
由 Wang Xin 提交于
* [clang-tidy] enable readability-container-size-empty check * fix test_custom_kernel Failed * add clang-tid-10 in dockerfile * add clang-tidy in dockerfile * fix bug
-
- 28 6月, 2023 1 次提交
-
-
由 bukejiyu 提交于
* add einsum layer
-
- 26 6月, 2023 1 次提交
-
-
由 Zhang Jun 提交于
* set_value update * support ValueTensor's rank != Input'rank & update topk * update range to avoid coredump * fix addShape error * Dims definition differ between 7.2 and 8.0+ * Update test_trt_convert_top_k_v2.py * update top_k * Update test_trt_convert_top_k_v2.py
-
- 21 6月, 2023 1 次提交
-
-
由 bukejiyu 提交于
* modify tensorrt ci timeout * activation ci bug fix * Update CMakeLists.txt * Update CMakeLists.txt * comment out int8 mode test_trt_dynamic_shape_groupnorm * fix test_sync_batch_norm_op Segmentation fault
-
- 13 6月, 2023 1 次提交
-
-
由 周周周 提交于
* forbid fp64 enter into trt
-
- 07 6月, 2023 1 次提交
-
-
由 bukejiyu 提交于
* unary bitwise_not adapter tensorRT8.6 in Paddle-TensorRT * one_hot_op ci fix * Update test_trt_inspector.py delete log
-
- 06 6月, 2023 1 次提交
-
-
由 周周周 提交于
-
- 16 5月, 2023 1 次提交
-
-
由 Zhang Jun 提交于
* remove unused code
-
- 15 5月, 2023 1 次提交
-
-
由 bukejiyu 提交于
[inference Zero-Dim][trt] Add Zero-Dim tensor support for clip, cast, flatten_contiguous_range (#53769) * [inference Zero-Dim][trt]clip,cast,flatten_contiguous_range trt op converter support zero dim
-
- 12 5月, 2023 1 次提交
-
-
由 Yuanle Liu 提交于
* softmax support * support stack
-
- 11 5月, 2023 4 次提交
-
-
由 xiaoxiaohehe001 提交于
* support_act * delete_silu
-
由 Yuanle Liu 提交于
* prelu op trt converter support zero dim
-
由 Zhang Jun 提交于
-
由 xiaoxiaohehe001 提交于
* support_expand_mish
-
- 10 5月, 2023 1 次提交
-
-
由 Yuanle Liu 提交于
-
- 08 5月, 2023 2 次提交
-
-
由 Zhang Jun 提交于
* fix trt Unary operation do not support 0d when TRT < 8.6 * update unary ut * add rsqrt to unary_list * move rsqrt to act_list
-
由 Yuanle Liu 提交于
* add embedding generic plugin, not enabled
-
- 06 5月, 2023 2 次提交
- 28 4月, 2023 1 次提交
-
-
由 Zhang Jun 提交于
* trt support 0 dim * trt support 0 dim * update activation ut
-
- 27 4月, 2023 2 次提交
-
-
由 Yuanle Liu 提交于
-
-
- 25 4月, 2023 1 次提交
-
-
由 zhoutianzi666 提交于
* add ```converter_type``` for op converter
-
- 13 4月, 2023 3 次提交
-
-
由 Wangzheee 提交于
* Paddle-Trt: Replace fc mul matmul matmul_v2 with matrix_multiply
-
由 zhoutianzi666 提交于
* fix bilinear_interp_v2 && some other bugs in trt 7011 * add version check in test_trt_convert_bilinear_interp_v2.py
-
由 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
-
- 03 4月, 2023 1 次提交
-
-
由 zhoutianzi666 提交于
* forbid int32 tensor as arg_max's input
-
- 28 3月, 2023 1 次提交
-
-
由 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 1 次提交
-
-
由 Wangzheee 提交于
-
- 21 3月, 2023 1 次提交
-
-
由 HongyuJia 提交于
-
- 20 3月, 2023 1 次提交
-
-
由 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
-