- 31 7月, 2021 1 次提交
-
-
由 Peihan 提交于
* add resnet50 trt test in pr-ci-inference test
-
- 29 7月, 2021 1 次提交
-
-
由 wenbin 提交于
* tile op * more uts * disable tile if trt6.0 * typo * fix timeout issue * opteller * opteller remove duplicate code * comments. test=document_fix * modify PADDLE_ENFORCE. * fix reduce_mean issue
-
- 28 7月, 2021 1 次提交
-
-
由 zlsh80826 提交于
* trt buildEngineWithConfig is deprecated * add trt version control
-
- 27 7月, 2021 1 次提交
-
-
由 Qi Li 提交于
* fix build error of gtest dependency, test=develop * update when WITH_TESTING is OFF, test=develop
-
- 21 7月, 2021 2 次提交
-
-
由 zlsh80826 提交于
* upgrade test_tensorrt to trt8 * format
-
由 wenbin 提交于
* reduce_mean supported. test=allcase * ut. test=allcase * test=develop * ut.test=allcase * correct name. test=allcase * correct UT. test=allcase * correct UT.test=develop * remove op * UT * add convert * fix timeout issue * more uts * more ut * correct ut
-
- 20 7月, 2021 1 次提交
-
-
由 zlsh80826 提交于
* add trt noexcept definition * add trt noexcept on trt plugin * add trt noexcept on trt int8 calibrator * remove noexcept on base serialize * add trt noexcept on split plugin * add trt noexcept on elementwise plugin * add trt noexcept on prelu plugin * add trt noexcept on pool plugin * add trt noexcept on swish plugin * add trt noexcept on gelu plugin * add trt noexcept on layer norm plugin * add trt noexcept on instance norm plugin * add trt noexcept on emb eltwise layernorm plugin * add trt noexcept on qkv2context plugin * add trt noexcept on skip layernorm plugin * add trt noexcept on slice plugin * add trt noexcept on hard swish plugin * add trt noexcept on stack plugin * add trt noexcept on special slice plugin * add trt noexcept on anchor generator plugin * add trt noexcept on yolobox plugin * add trt noexcept on roi align plugin * add trt noexcept on gather nd plugin
-
- 19 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 14 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 12 7月, 2021 1 次提交
-
-
由 zlsh80826 提交于
* add trt LT version helper * upgrade PluginTensorRT to IPluginV2Ext * trt plugin factory is not usable in IPluginV2 * upgrade add plugin api to use IPluginV2 * remove IPlugin register and adapt getSerializeSize(), serialize() * adapt IPluginV2Layer * downgrade to IPluginV2 * implement elementwise clone * add gelu plugin creator and fix gelu serialization bug * add swish plugin creator and fix swish serialization bug * format * fix typo * add elementwise plugin creator and fix serialization * add base creator class * add gelu plugin creator * add hard swish creator and fix serialization * add instance norm creator and fix serialization * add layer norm creator and fix serialization * add pool creator and fix serialization * add prelu creator and fix serialization * add slice creator and fix serialization * add swish creator and fix serialization * add instance norm op unittest * remove redundent api * fix wrong graph size to enable trt * instance norm function move to cc * add trt elementwise ut to trigger coverage * remove opt cahce to hit serialization coverage * remove opt cahce to hit serialization coverage * remove unused code * remove unused inputs_ * add dbg info * remove dbg info * add instance norm serialization * roll back * remove comment code * remove trt plugin registery * fix prelu dynamic serialization * add prelu ut and reduce the input size to reduce memory usage * fix pool dynamic plugin serialization and add ut * refine pool ut with subtest * add env for avoiding oom * reduce test input size & increase pool op ut to 45s * add the contributor * remove copyright (will add in contributor) * remove copyright (will add in contributor)
-
- 09 7月, 2021 1 次提交
-
-
由 zlsh80826 提交于
-
- 08 7月, 2021 1 次提交
-
-
由 wenbin 提交于
* correct conditions of gather in opteller * test=develop * test=allcase
-
- 07 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 06 7月, 2021 1 次提交
-
-
由 wenbin 提交于
* modify logic * test=allcase * test=document_fix
-
- 05 7月, 2021 1 次提交
-
-
由 wenbin 提交于
* correct op * test=allcase
-
- 01 7月, 2021 1 次提交
-
-
由 王明冬 提交于
-
- 28 6月, 2021 2 次提交
- 25 6月, 2021 1 次提交
-
-
由 wenbin 提交于
* qkv * ci_test
-
- 24 6月, 2021 2 次提交
-
-
由 zlsh80826 提交于
* add trt LT version helper * trt8 requires void** to be void* const*
-
由 zlsh80826 提交于
* add trt LT version helper * remove deprecated nvinfer1::DimsCHW and replace it to nvinfer1::Dims3 * remove deprecated nvinfer1::DimsNCHW and replace it to nvinfer1::Dims4 * update deserialize engine * update to createNetworkV2 * update to createNetworkV2 * update buildWithConfig and remove redundent config settings * replace createNetwork to createNetworkV2 * fix int8 * addMatrixMultiply * remove unnecessary const cast * IBuilder->setInt8Calibrator() is deprecated * auto enable fp16 when using int8 * remove the redundant line
-
- 23 6月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 21 6月, 2021 1 次提交
-
-
由 Pei Yang 提交于
-
- 18 6月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
-
- 17 6月, 2021 3 次提交
- 15 6月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* 1, remove layernorm dynamic fp16; 2, let reshape out in dynamic shape * remove useless code
-
- 12 6月, 2021 2 次提交
-
-
由 Pei Yang 提交于
* add support for trt dynamic shape flatten op * add version restriction * add ut input dynamic shape
-
由 joanna.wozna.intel 提交于
* Small changes related to BF16 fusion_gru and fusion_lstm * Correct to pass arg by value * Add conditions to rnn op * Correct the spelling mistake * Improving the test with checking activation * Trigger CI
-
- 11 6月, 2021 2 次提交
-
-
由 Jacek Czaja 提交于
* - Second fix - fix * - fix
-
由 wenbin 提交于
-
- 09 6月, 2021 1 次提交
-
-
由 Jacek Czaja 提交于
* - First fix to #33021
-
- 08 6月, 2021 2 次提交
-
-
由 zhangchunle 提交于
-
由 Shang Zhizhou 提交于
* add dynamic layer_norm plugin * fix bug * fix numpy.allclose * fix format * fix code style * remove shepe in dynamic shape * code format * remove layer norm fp16 * fix format
-
- 07 6月, 2021 1 次提交
-
-
由 zhangchunle 提交于
-
- 05 6月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 04 6月, 2021 1 次提交
-
-
由 wenbin 提交于
* fix inference prepare data bug * rename functions * typo * typo * typo * UT correct * correct condition * correct condition * ci coverage * morelines * fix ci coverage
-
- 02 6月, 2021 1 次提交
-
-
由 Pei Yang 提交于
-
- 01 6月, 2021 1 次提交
-
-
由 Wangzheee 提交于
* add trt convert op: reshape * reshape * fix * input: Shape,ShapeTensor * Add some comments
-