- 19 7月, 2021 8 次提交
-
-
由 chentianyu03 提交于
* add cuda event and stream api * add cuda event and stream api * add get_current_stream api * add get_current_stream api * init streams * modify get_current_stream * modify get_cuttent_stream * add synchronize func * add current_stream doc and test file * move get_current_stream into CUDA macro * move CudaEvent into CUDA macro * move _get_current_stream and _device_synchronize into cuda macro * modify the macro of cuda stream and event * add test case for synchronize * add paddle.devices.cuda module * event and stream support hip * add doc for stream and event class * move cuda stream and event into single pybind * add cuda_streams_py.cc to cmakelist * add _device_synchronize and _get_current_stream to core module * add test case for cudastream and cudaevent * move __all__ in streams.py * fix test fail * add cuda to devices __all__ * fix current_stream doc writing error * move devices to device direction, and merge device.py into __init__.py * add required:gpu to sample codes * remove cuda direction from device/__init__.py
-
由 jakpiase 提交于
-
由 Jiangxinz 提交于
* fix used before assign * fix used before assign
-
由 Roc 提交于
-
由 Jiangxinz 提交于
* fix func redef * fix-func-redef
-
由 Jiangxinz 提交于
* fix func redef * fix func redef * fix func redef
-
由 Jiangxinz 提交于
* fix func redef * fix func redef * fix func redef
-
由 Wilber 提交于
-
- 16 7月, 2021 5 次提交
-
-
由 李季 提交于
* fix the bug that happened in alltoall in dygraph mode
-
由 furnace 提交于
* [NPU] add sigmoid and sigmoid_cross_entropy_with_logits * [NPU] add debug logs * [NPU] delete debug logs * [NPU] reset to paddle.NPUPlace(0) * [NPU] add more unittests for sigmoid_cross_entropy_with_logits * delete useless c++ code, and delete check_dygraph=False * [NPU] delete repeated codes of unittests * [NPU] fix licence code style * [NPU] add attrs (now do not support) check for sigmoid_cross_entropy_with_logits
-
由 Leo Chen 提交于
* add clear_float_status op * refine infershape * fix typo * refine check_finite_and_scale * refine code
-
由 Yuang Liu 提交于
-
由 WangXi 提交于
-
- 15 7月, 2021 4 次提交
-
-
由 ceci3 提交于
* fix bn * fix * add unittest * fix cpu
-
由 Qi Li 提交于
-
由 wanghuancoder 提交于
* cache core.ops, test=develop * refine, test=develop
-
由 Aurelius84 提交于
* Refine Constructor logic of ParallelExecutor * Replace executor into ParallelExecutor in run_program_op
-
- 14 7月, 2021 10 次提交
-
-
由 Leo Chen 提交于
* adam add input SkipUpdate * add unittest * add npu unittest * fix xpu compile * remove param stream
-
由 ceci3 提交于
-
由 WeiXin 提交于
* jit.save/load support method with parameters. * add unittest and warning * polish warning message.
-
由 ShenLiang 提交于
-
由 WangXi 提交于
-
由 Huihuang Zheng 提交于
As the title, add Python helper function to get block Inputs/Outputs. This function is helpful to distributed computing for sharding.
-
由 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 5 次提交
-
-
由 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
-