- 02 8月, 2023 1 次提交
-
-
由 jiangfan06 提交于
-
- 01 8月, 2023 2 次提交
-
-
由 hong19860320 提交于
-
由 Zhan Rongrui 提交于
[CodeStyle] replace `assert np.allclose` with `np.testing.assert_allclose` and `assert np.array_equal` with `np.testing.assert_array_equal` (#55385)
-
- 31 7月, 2023 1 次提交
-
-
由 csy0225 提交于
-
- 27 7月, 2023 2 次提交
- 24 7月, 2023 1 次提交
-
-
由 Xinyu Chen 提交于
* onednn: remove fc+eltwiseadd fusion pass * onednn: remove post-sum fusion in fc kernel * onednn: tests: make unfused add run into f32
-
- 20 7月, 2023 1 次提交
-
-
由 Leo Chen 提交于
* Fix TRT multihead matmul UT failure
-
- 19 7月, 2023 3 次提交
-
-
由 chen 提交于
-
由 csy0225 提交于
-
由 zhangyuqin1998 提交于
* delete relu6_raw * fix codestyle * Update test_mkldnn_matmul_activation_fuse_pass.py * fix * Update backward.yaml * Update ops.yaml * Update backward.yaml
-
- 17 7月, 2023 3 次提交
-
-
由 bukejiyu 提交于
* unary bitwise_not adapter tensorRT8.6 in Paddle-TensorRT * Update test_trt_inspector.py * test_trt_convert_conv2d_transpose * Update test_trt_convert_conv2d_transpose.py
-
由 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 次提交
-
-
由 Yuanle Liu 提交于
* rewrite identity_op_clean_pass * fix * adjust identity_op_clean_pass order in gpu passes * fix ut
-
- 07 7月, 2023 2 次提交
- 05 7月, 2023 1 次提交
-
-
由 wz1qqx 提交于
-
- 30 6月, 2023 1 次提交
-
-
由 mjp9527 提交于
-
- 29 6月, 2023 2 次提交
- 28 6月, 2023 1 次提交
-
-
由 bukejiyu 提交于
* add einsum layer
-
- 27 6月, 2023 2 次提交
-
-
由 Wangzheee 提交于
* Enhance the shape check of trt_embedding_eltwise_layernorm_fuse_pass, embedding_eltwise_layernorm_fuse_pass
-
由 zhangyuqin1998 提交于
* delete swish_raw * fix * Update activation_kernel.cc * fix
-
- 26 6月, 2023 2 次提交
-
-
由 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
-
由 zhupengyang 提交于
-
- 21 6月, 2023 1 次提交
-
-
由 csy0225 提交于
-
- 16 6月, 2023 1 次提交
-
-
由 bukejiyu 提交于
* 0-dims support cumsum and bitwise_not * Update cumsum_op.cc * Update test_trt_convert_bitwise_not.py --------- Co-authored-by: NZhang Jun <ewalker@live.cn>
-
- 15 6月, 2023 1 次提交
-
-
由 bukejiyu 提交于
* modify tensorrt ci timeout * activation ci bug fix * comment out int8 mode test_trt_dynamic_shape_groupnorm
-
- 13 6月, 2023 1 次提交
-
-
由 bukejiyu 提交于
* layer_norm op with dynamic shape support INormalizationLayer in TRT8.6 * Using trt layer to make layers_norm op in lower than trt8.6 layer_norm op with dynamic shape support INormalizationLayer in TRT8.6
-
- 12 6月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 08 6月, 2023 1 次提交
-
-
由 周周周 提交于
* remove redunant
-
- 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 次提交
-
-
由 bukejiyu 提交于
* update roll convert
-
- 26 5月, 2023 1 次提交
-
-
由 Yuanle Liu 提交于
* fix fp16 io * disable precision test
-
- 25 5月, 2023 1 次提交
-
-
由 zhoutianzi666 提交于
* add tranfer_elim * transfer layout elimination
-
- 24 5月, 2023 1 次提交
-
-
由 wz1qqx 提交于
-
- 23 5月, 2023 1 次提交
-
-
由 Leo Chen 提交于
-
- 22 5月, 2023 2 次提交
-
-
由 Meteor Liu 提交于
* [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * fixed cyclic reference that caused patial import * fixed bad change * fix bad import * fix bad import * fix bad import * fix ut failed caused by change in_dynamic_mode * fix ut failed caused by change in_dynamic_mode * fixed usage of in_dynamic_mode() or in_dygraph_mode() * revert python3 to python in .pre-commit-config.yaml * fix merge conflicts
-
由 Yuanle Liu 提交于
[Inference] add config.enable_low_precision_io api and remove rely on AnalysisConfig::Precison in trt (#52485)
-