- 13 12月, 2021 1 次提交
-
-
由 zyfncg 提交于
* add variadic_args kernel in pten * merge develop code * add variadic_args kernel and benchmark * change dynamic_cast to static_cast for DeviceContext * merge the code * modify code format * refactor variadic kernel function
-
- 10 12月, 2021 1 次提交
-
-
由 YuanRisheng 提交于
* add alias kernel name * modify code as suggestions * add alias name for matmul and remove redundant member in kernel factory
-
- 09 12月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
* refine the kernel register impl * fix cmake and symbol error * remove overload marco * polish details
-
- 08 12月, 2021 1 次提交
-
-
由 YuanRisheng 提交于
* add alias kernel name * modify code as suggestions
-
- 07 12月, 2021 1 次提交
-
-
由 Aurelius84 提交于
-
- 06 12月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
-
- 03 12月, 2021 1 次提交
-
-
由 zyfncg 提交于
* add code-gen file * add api-gen in cmake * adjust the code format * temp save the code * add genen-api module into pten * merge the develop code * fix merge conflict * fix code conflict with develop * support reduce_mean/sum * fix the CI requirement * fix requirement problem of CI * remove original api code * fix bug caused by removing original api
-
- 23 11月, 2021 1 次提交
-
-
由 CtfGo 提交于
`paddle.utils.download` :change to call `extractall` on tar/zip compressd file to speed up the uncompress process when they includes many files --- result of decompression speed comparison --- 1. dataset:https://paddlenlp.bj.bcebos.com/datasets/cnn_dailymail/cnn_stories.tgz, decompression time :5m50s vs 20s 2. dataset:https://paddlenlp.bj.bcebos.com/datasets/cnn_dailymail/dailymail_stories.tgz, decompression time:33m20s vs 47s
-
- 27 10月, 2021 1 次提交
-
-
由 Qi Li 提交于
* [ROCM] add custom op support, test=develop * remove debug codes, test=develop
-
- 11 10月, 2021 1 次提交
-
-
由 Qi Li 提交于
* [NPU] fix matmul_v2 and utils.run_check, test=develop * remove debug files, test=develop * fix install_check, test=develop * fix doc, test=develop * fix review comments, test=develop
-
- 28 9月, 2021 1 次提交
-
-
由 Siming Dai 提交于
-
- 17 9月, 2021 1 次提交
-
-
由 Leo Chen 提交于
* temporally disable the warnings * disable ut
-
- 13 9月, 2021 1 次提交
-
-
由 Siming Dai 提交于
-
- 11 9月, 2021 1 次提交
-
-
由 王明冬 提交于
-
- 07 9月, 2021 1 次提交
-
-
由 Aurelius84 提交于
* Add DPADDLE_WITH_CUDA for GCC * polish code
-
- 26 8月, 2021 1 次提交
-
-
由 Siming Dai 提交于
* add dlpack api and fix a from_dlpack
-
- 05 8月, 2021 1 次提交
-
-
由 0x45f 提交于
* integrated gast library * integrated gast library * fix unittest and remove ast2.py * remove 'gast' from __all__ in __init__.py * add copyright in other files * fix copyright
-
- 22 6月, 2021 1 次提交
-
-
由 jiangcheng 提交于
-
- 21 6月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
* del py2 code2 * fix test timeout
-
- 10 6月, 2021 1 次提交
-
-
由 Wenyu 提交于
* add wget option in download
-
- 31 5月, 2021 1 次提交
-
-
由 Aurelius84 提交于
-
- 28 5月, 2021 1 次提交
-
-
由 Aurelius84 提交于
* Add GLIBCXX_USE_CXX11_ABI flag * fix typo * fix typo
-
- 27 5月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 14 5月, 2021 1 次提交
-
-
由 Aurelius84 提交于
-
- 11 5月, 2021 1 次提交
-
-
由 Wenyu 提交于
* fix retry in download when exception occurs
-
- 07 5月, 2021 2 次提交
-
-
由 zhiboniu 提交于
* [OPs] Bug fix, fix the segment mean for illegal syncthreads usage. (#32596) (#32610) * [OPs] Bug fix, fix the segment mean for illegal syncthreads usage. * remove packages in __all__ * create new public api level paddle.callbacks;paddle.hub;paddle.utils.unique_name Co-authored-by: NZhong Hui <zhonghui.net@gmail.com>
-
由 Zhou Wei 提交于
* Remove paddle_custom_op dynamic libraries, change link to FLUID_CORE on windows, and check copy_to * fix CI
-
- 06 5月, 2021 1 次提交
-
-
由 xiemoyuan 提交于
* Add deprecated warning info. * Add unittest for deprecated decorator. * Add warning info for tensor.grad
-
- 30 4月, 2021 1 次提交
-
-
由 Feiyu Chan 提交于
avoid polluting logging's root logger
-
- 29 4月, 2021 1 次提交
-
-
由 zhiboniu 提交于
add __all__=[] to python files not in API public list; import * only support in API public list files (#32643)
-
- 27 4月, 2021 2 次提交
- 25 4月, 2021 2 次提交
-
-
由 Wenyu 提交于
* add Hub Module for easy to use pre-trained models. * support list, load, help fucntions. * support load models by github, gitee, local Co-authored-by: NLielinJiang <jianglielin@baidu.com>
-
由 pangyoki 提交于
* let paddle.utils.install_check support CPU package with GPU device * use use_cuda in dygraph checking * add unittest for install_check
-
- 21 4月, 2021 1 次提交
-
-
由 Aurelius84 提交于
-
- 12 4月, 2021 2 次提交
-
-
由 Chen Weihang 提交于
-
由 Aurelius84 提交于
-
- 09 4月, 2021 1 次提交
-
-
由 Aurelius84 提交于
* Remove old custom OP to reduce whl package volume * [Custom OP]Remove old custom OP to reduce whl package volume * support macos
-
- 30 3月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
* Remove old custom OP to reduce whl package volume * [Custom OP]Remove old custom OP to reduce whl package volume
-
- 24 3月, 2021 1 次提交
-
-
由 Aurelius84 提交于
-