- 22 5月, 2023 1 次提交
-
-
由 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
-
- 16 5月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 24 4月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* [CppExtension Cuda] Add cuda unit test for CppExtension * update extra_compile_args for CUDAExtension * add debug info * Add patch to fix CUDA12 compile error * patch for all env * add windows judgement * Try to fix setup function not found error * fix mix_relu_and_extension include file * fix setup compile error * remove useless debug comments * add sleep, debug CI-build * add space to disable cmake cache * remove debug info * add space to pass CI-build
-
- 21 4月, 2023 1 次提交
-
-
由 HongyuJia 提交于
-
- 11 4月, 2023 1 次提交
-
-
由 HongyuJia 提交于
-
- 10 4月, 2023 2 次提交
-
-
由 JYChen 提交于
* remove legacy profiler * rm test_parallel_executor_profiler
-
由 HongyuJia 提交于
* [Opt Performance] Optimize custom operator performance, reconstruct python API auto-gen, add cache and use const inference * opt AutoGradMeta implementation * remove profiler codes * fix unit test * change year, 2021->2023 * fix int64_t parse bug
-
- 06 4月, 2023 1 次提交
-
-
由 Kim Yann 提交于
* rem is_compiled_with_npu * rem nup related code * make lint happy * rem test * remove some tests * Update grad_scaler.py * fix an error
-
- 03 4月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* [CustomOP Optional Inplace] Custom operator supports inplace optional vector Tensor input * uncomment unittest codes
-
- 31 3月, 2023 2 次提交
-
-
由 HongyuJia 提交于
* [CustomOP Inplace] Automap inplace dtype and shape, prepare for vector<Tensor> output * delete custom_inplace_setup.py * [CustomOP Optional Inplace] Custom operator supports inplace optional Tensor input * fix bug for vector<Tensor> inplace test
-
由 张春乔 提交于
* autofix Co-authored-by: NLiyulingyue <83450930+Liyulingyue@users.noreply.github.com> * revert changes in python/paddle/distributed/fleet/utils/hybrid_parallel_util.py * empty commit, trigger ci * fix test_slice --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 30 3月, 2023 2 次提交
-
-
由 cyberslack_lee 提交于
[CodeStyle][C416][C417] rewrite unnecessary comprehension with function call and use generator instead of map (#52140) * codestyle c416 c417 * fix error * fix inc * unify all C4 rules into one * fix inc --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 wanghuancoder 提交于
* delete old dygraph op test
-
- 29 3月, 2023 2 次提交
-
-
由 HongyuJia 提交于
* [CustomOP Inplace] Automap inplace dtype and shape, prepare for vector<Tensor> output * delete dtype,shape func of multi_inplace op * [CustomOP Inplace] Automap inplace dtype and shape, support vector<Tensor> output * [CustomOP Inplace] Auto-generate python API for inplace vector<Tensor> output
-
由 zhouweiwei2014 提交于
-
- 28 3月, 2023 1 次提交
-
-
由 Infinity_lee 提交于
-
- 25 3月, 2023 1 次提交
-
-
由 张春乔 提交于
-
- 23 3月, 2023 2 次提交
-
-
由 caozhou 提交于
* add patterns * update rule based tuner * add forward sub program completion * add unittest * add bwd sub program completion
-
由 Infinity_lee 提交于
-
- 22 3月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* [CustomOP Optional] CustomOP supports optional Tensor * fix test_custom_concat, add pytest to CMakeLists
-
- 20 3月, 2023 3 次提交
-
-
由 Ainavo 提交于
* remove super call with parameters * fix bug
-
由 GGBond8488 提交于
* migrate fill_constant to paddle.tensor * move fill_constant to paddle.tensor and repalce the reference * add missing fill_constant replacement * fix typro * remove unused import fill_constant * fix zeros import error * fix circle import * fix layers.zeros * fix unitest * fix unitests * fix unitest * use paddle.full replace fill_constant in samplecode * fix sample code * recovery xpu test * recovery xpu test * fix circle import * fix utils import error * fix utils error * fix circle import * redo * fix circle import * fix prim fill constant import * fix type error * fix increase error * fix test error * fix fill_constant
-
由 HongyuJia 提交于
* [Custom Op] Support extra_library_paths of load * change API order * change unittest parameter order
-
- 16 3月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* [Custom Op] Add Python.h include dir path automatically * add debug info * fix expand str error
-
- 14 3月, 2023 1 次提交
-
-
由 kangguangli 提交于
* fix install_check failure when multi cpu but no gloo * fix: raise error when multi-card check fails
-
- 09 3月, 2023 1 次提交
-
-
由 zqw_1997 提交于
* move fluid.utils to paddle.utils.layers_utils * fix error * delete original fluid layers utils * remove import and old utils * remove more old utils import * change import path of fill_constant in the layers_utils.py * fix mistake * fix error * expose in __init__.py * for comment * when change the ref of func is_sequence, it should change to the root of is_sequence instead * for codecheck
-
- 03 3月, 2023 1 次提交
-
-
由 HongyuJia 提交于
-
- 28 2月, 2023 1 次提交
-
-
由 kangguangli 提交于
* modify install check: static graph parallel training to dynamic graph prallel training * remove test code * fix cyclic import * fix typo
-
- 20 2月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* update include directory * fully support C++ extension, pass unittest * fix include directory * support both extension and operator in one file * polish testcase * add jit unittest * update third_party.cmake, pass CI test * fix cmake * fix setup * fix inference, fix unittest precision * fix unittest precision * fix inference_lib cmake * try fix setup, try fix inference_lib * try fix inference_lib pybind * fix mix_op_extension, fix inference_lib * fix mix_op_extension, fix inference_lib * change cmake * change cmake * add compile flags * add Python.h headerfile * add test_custom_plugin_creater cmake * comment compile flag * pass all CI * pass all CI * comment compile flag * try solve test_custom_plugin_creater link error * try solve test_custom_plugin_creater link error * polish codes * remove windows compile flag * remove python_include_path * update pybind11, 2.4.3->2.6.0 * update pybind11, 2.6.0->2.10.0 * update pybind11, 2.10.0->2.6.0b1 * update pybind11, 2.6.0b1->2.6.0, start fix unittest * fix pybind11 2.6.0 VarBase print error * fix pybind11 2.6.0 VarBase print error * handle PADDLE_ON_INFERENCE * modify according to reviewer * fix cmake * cmake decouple pybind_util when not ON_INFER * cmake decouple pybind_util when not ON_INFER * remove copy of inference_lib.cmake * change pybind.cc headerfile fluid->phi
-
- 09 2月, 2023 1 次提交
-
-
由 zqw_1997 提交于
* remove dygraph.parallel.ParallelEnv * logger.py error: AttributeError: module 'paddle' has no attribute 'distributed' * move the implenmentation to the root folder * logger.py import ParallelEnv from paddle.parallel to avoid circular import * add the comment of why import ParallelEnv from paddle.parallel in logger.py and remove the api interface in the paddle/parallel.py * outdated Env and note removed * decouple the logger.py and ParallelEnv * remove another ref of parallel in init.py
-
- 03 2月, 2023 1 次提交
-
-
由 JYChen 提交于
-
- 10 1月, 2023 1 次提交
-
-
由 Yulong Ao 提交于
* [Auto Parallel] Remove some fluid APIs * [Auto Parallel] Fix the wrong import * [Auto Parallel] Remove unnecessary comments * [Auto Parallel] Fix the importing bug
-
- 05 1月, 2023 1 次提交
-
-
由 Jianghai 提交于
* add pool flops * add annotations and tests
-
- 03 1月, 2023 1 次提交
-
-
由 Jianghai 提交于
* relu flops all * add annotations and tests * revision for codestyle
-
- 30 12月, 2022 1 次提交
-
-
由 Sanbu 提交于
* 1219 * temporarily change the num_diff_files limit, test=document_fix * Revert "temporarily change the num_diff_files limit, test=document_fix" This reverts commit 8e70f00ef468d2dad0e38b3da06295ed62990d20. * for codestyle * remove duplicate license * `static mode` -> `static graph mode` * Update hybrid_parallel_inference.py * Update layer_function_generator.py * Update manipulation.py * reset Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 29 12月, 2022 1 次提交
-
-
由 姜永久 提交于
* rm legacy layers part6 * rm non_static_mode * modify non_static * minor change * rm loss * rm in_legacy part8 * minor change
-
- 19 12月, 2022 1 次提交
-
-
由 HongyuJia 提交于
-
- 15 12月, 2022 1 次提交
-
-
由 yuchen202 提交于
* 修改了API文档的相关内容 对weight_norm进行修改 * Update python/paddle/profiler/utils.py * Update python/paddle/utils/cpp_extension/cpp_extension.py * Update python/paddle/device/__init__.py * Update python/paddle/device/__init__.py * test=document_fix * for Hyperlink; test=document_fix * Update dlpack.py * test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
- 12 12月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][isort][F401] fix some regression issues * add import paddle to fix eval call
-
- 08 12月, 2022 1 次提交
-
-
由 risemeup1 提交于
[Fluid Clean]move inplace_apis_indygraph_only from paddle.flud.dygraph.inplace_utils to paddle.utils (#48744) * move inplace_apis_indygraph_only from paddle.flud.dygraph.inplace_utils to paddle.utils * modify conflict * modify conflict * modify conflict * modify conflict * modify conflict * modify conflict * modify conflict * modify static-check ci error * fix conflict * modify failed tests * fix conflict * fix conflict * fix pool2d examples * modify conflict * fix failed tests * fix conflict * fix failed tests * modfiy problem of deleting pool2d
-