- 14 7月, 2021 4 次提交
-
-
由 arlesniak 提交于
* Added OpTestTool for BF16 convenience * fixes after review, names changed to snake case. * fixes after review, naming reflects cpu.
-
由 zhouweiwei2014 提交于
* Support sccache to speed up compilation on Windows * Support sccache to speed up compilation on Windows
-
由 Aurelius84 提交于
* fix paddle.no_grad * fix paddle.no_grad
-
由 Yuang Liu 提交于
-
- 13 7月, 2021 8 次提交
- 12 7月, 2021 10 次提交
-
-
由 WangXi 提交于
-
由 houj04 提交于
* add npu operator for gaussian random. * bugfix: add wait after memory copy. * update gaussian random op: use TensorCopy.
-
由 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)
-
由 Qi Li 提交于
-
由 pangyoki 提交于
* add dropout npu op * fix bugs * add unittest * fix bugs * support 1-D input
-
由 pangyoki 提交于
* change ScatterAdd to EmbeddingDenseGrad in lookup_table NPU op * EmbeddingDenseGrad only supports dim 32 * fix shape error
-
由 pangyoki 提交于
-
由 Wangzheee 提交于
-
由 Yuang Liu 提交于
* softmax mask fuse upper triangle * cover not implemented cpu code
-
由 zhiboniu 提交于
-
- 09 7月, 2021 6 次提交
-
-
由 Yuang Liu 提交于
-
由 wanghuancoder 提交于
* opt dygraph python code, test=develop * refine, test=develop
-
由 cc 提交于
-
由 Leo Chen 提交于
* fix vector overflow * refine code * refine ut
-
由 cc 提交于
* PTQ save quantized model * Wrap simulated layer * post process the inference model
-
由 Zeng Jinle 提交于
-
- 08 7月, 2021 6 次提交
-
-
由 WeiXin 提交于
* delete the function of saving layer object. * edit doc of paddle.save/load and polish error message
-
由 Hao Lin 提交于
* opt dygraph python API, test=develop * Fix unbind bug in manipulation.py
-
由 shangliang Xu 提交于
* add num_iters in fit/evalate, test=develop
-
由 lilong12 提交于
-
由 Ming-Xu Huang 提交于
-
由 WeiXin 提交于
* Fix test_jit_save_load random failure. * Since CI is not activated, recommit the code. * delete temp file.
-
- 07 7月, 2021 4 次提交
-
-
由 Wilber 提交于
-
由 pangyoki 提交于
-
由 jakpiase 提交于
* added prelu bf16/fp32 fwd/bwd kernel
-
由 taixiurong 提交于
-
- 06 7月, 2021 2 次提交
-
-
由 Thunderbrook 提交于
* add delta score, scale show * so parser * windows * windows
-
由 Zeng Jinle 提交于
* add gpu implementation of shuffle batch test=develop * add thrust cuda patches test=develop * fix macro guard * fix shuffle batch compile on windows/hip * fix hip compilation error * refine CMakeLists.txt * fix windows compile error * try to fix windows CI compilation error * fix windows compilation again * fix shuffle_batch op test on Windows
-