- 09 8月, 2023 4 次提交
-
-
由 xiongkun 提交于
* [New Feature] add _inplace_assign interface for sot * add unittest for inplace_assign
-
由 Xinyu Chen 提交于
* onednn: rename macro to PADDLE_WITH_DNNL * onednn: rename macro to CINN_WITH_DNNL
-
由 Ruibin Cheung 提交于
-
由 zhangbo9674 提交于
* fix bug * fix bug
-
- 08 8月, 2023 10 次提交
-
-
由 Wang Xin 提交于
* move decayed_adagrad_op to phi * fix bug
-
由 huangjiyi 提交于
-
由 Ruibiao Chen 提交于
* Improve GC for pipeline parallel * Delete print
-
由 hong 提交于
* update * update cache * fix compile error
-
由 hong 提交于
* new ir remove fetch list * fix pattern rewrite bug * try to remove constant fold * revert code * add pattern rewrite test flag * fix multi fetch * remove usless code * new ir support legacy kernel instraction * new ir support legacy kernel instruction * add scope prefix * update * update * update * update * fix * revert channel shuffl test * polish code * try to fix windows compile error * polish code * update * update * revert op test
-
由 ronnywang 提交于
-
由 jjyaoao 提交于
* Provide opoperands(), opresults() methods for the Operation module Signed-off-by: Njjyaoao <jjyaoao@126.com> * Update test_ir_pybind.py --------- Signed-off-by: Njjyaoao <jjyaoao@126.com>
-
由 hong 提交于
* fix new ir sgd op bug * fix bug * fix bug * update * revert code
-
由 Charles-hit 提交于
* [prim][newir] add basic framework for primitive * support desctensor in new ir * add vjp interface * support vjp in new ir * support vjp in new ir * polish vjp interface * fix stop_gradients set * fix vjp dispatch * add comment * add vjp test for new ir * add test for tanh vjp * [prim][newir] add basic framework for primitive * support desctensor in new ir * support vjp in new ir * support vjp in new ir * polish vjp interface * fix stop_gradients set * fix vjp dispatch * add comment * add vjp test for new ir * add test for tanh vjp * add eager and static backend for warp lower level api * support call_vjp pybind * polish code and add test for vjp * remove useless code * polish code * remove useless code * support mean vjp * add test for mean vjp and support has_vjp function * fix call_vjp * polish code * add primitive ops set for backend * add vjp test for tanh_ * fix inference CI * fix inference ci * modify fluid cmake * remove useless deps * add cmake --------- Co-authored-by: Ncxxly <chenxx_id@163.com> Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 zhangbo9674 提交于
-
- 07 8月, 2023 8 次提交
-
-
由 LiYuRio 提交于
* make tcp store a global instance * fix windows compile error
-
由 YuanRisheng 提交于
* add attrs and dtype interface * fix compile bugs * fix some bugs * fix windows bugs
-
由 Yuanle Liu 提交于
* fix cudnn 8.7+ bug on cudnnConvolutionBiasActivationForward * save_optimized_model_pass support tensorrt * update * update * fix compile * update * fix ut timeout
-
由 周周周 提交于
* commit * commit --------- Co-authored-by: Nzhoukangkang <zhoukangkang@baidu.com>
-
由 gouzil 提交于
-
由 Ruibin Cheung 提交于
-
由 xiongkun 提交于
* add paddle-symbolic-trace to paddle * add symoblic trace * delete swp * support Layer in symbolic trace * fix test-symbolic-trace, make symbolic trace return a StaticFunction * template the error message * fix some unittest * Modify the execution mode of test * Modify the module name * add dy2static unittest decorator * change some unittest files by @ast_only_test * fix unittest. * test-symbolic-trace * update test_write_python_container.py * update * fix test_param_parse.py * add submodule and ln -sf in cmakefile * update * update * fix some ast only errors * update * Polish ut * fix unittests * update * update * fix unittests * update * test warning ast only * update * Ast only some uts * Fix unitests * test_error ast only * update * update * Support build_strategy for sot * update * import sot as a third party module * update * update * Polish code * update * update * update * update * update * remove old fluid api and use paddle.nn.relu instead * fix * comment the print of ast code * add try-finally block * fix dy2static stop-gradient bugs * fix code * remove unused submodule and minor codestyle fix * fix * fix cast error * fix interpolate meets int64 in static model * add evalframe support for py311 * fix * fix err * switch ENABLE_FALL_BACK=False * fix * Fix CI for some unittest * add ENABLE_SOT * remove setup.py dependences --------- Co-authored-by: NNotHaozi <zhangmenghao@baidu.com> Co-authored-by: Nfeifei-111 <2364819892@qq.com> Co-authored-by: N0x45f <wangzhen45@baidu.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 zhangbo9674 提交于
* sovle conflict bug * fix bug
-
- 05 8月, 2023 1 次提交
-
-
由 hong 提交于
* filter new ir inplace var set parameter * polish code * fix conflict * fix typo
-
- 04 8月, 2023 7 次提交
-
-
由 kangguangli 提交于
* fix bug: feed_with_place should consider variable existence * fix * fix build scope * change method to set feed var name * remove feed_with_place to placeholder * fix * rename to data * fix * fix
-
由 JZ-LIANG 提交于
-
由 hong 提交于
* refacot aot * update * fix bugs * remove some test * fix bug * fix bug * fix bug * fix bug * update
-
由 Ruibin Cheung 提交于
* [clang-tidy] enable modernize-use-emplace * Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into modernize_use_emplace
-
由 Zhenghai Zhang 提交于
-
由 JYChen 提交于
* WIP: start writing combined indexing get * list/tuple/Variable * getitem 80% * add setitem * add some unittest for setitem * lazy import * fix some setitem error * fix advance indexing with decreasing axes; fix strided_slice input name * combine int-tensor getitem is ok (without boolean support & broadcast); add getitem unittest for static * add broadcast & parse bool tensor for __getitem * [change getitem] _getitem_impl_ to _getitem_static, not deleting the former one * refine new getitem; fix ut in variable/var_base * add __getitem__ ut in dygraph * re-dispatch getitem for Py/CPP; fix strided_slice decrease axes error in dygraph * fix ut; support tensor in slice * [change setitem] _setitem_impl_ to _setitem_static, not deleting the former one * remove some UT (for some, temporarily) * add IndexError to solve timeout problem in static-mode * 1.temply forbideen all-False bool-indexput; 2.setitem_static will return new variable * xpu uses old stratege * rename dy2st setitem ut to avoid same-name problem * dy2st for new combined index * ut case for combine-index with dy2st * open ut with all-false-bool setitem * remove useless doc and _getitem_impl_ * change static res * fix static xpu
-
由 chen 提交于
* inplace pass support reshape2 and flatten_contiguous_range * recover the modification to inplace_op_var_pass.cc
-
- 03 8月, 2023 9 次提交
-
-
由 yangguohao 提交于
-
由 Wang Xin 提交于
-
由 gouzil 提交于
* [clang-tidy] modernize-avoid-bind * rollback
-
由 wz1qqx 提交于
-
由 kangguangli 提交于
* fix bug: program translator not set value index correctly * fix slice for setparameter
-
由 xiaoguoguo626807 提交于
-
由 WangZhen 提交于
-
由 hong 提交于
-
由 wanghuancoder 提交于
* add docstring of three eager method * test=docs_preview * update element size bind * update docs of numpy, clone, clear_gradient, element_size; test=docs_preview * refine clear_gradient docs; test=docs_preview * refine element_size docs; test=docs_preview * add detach doc; test=docs_preview * empty commit; test=docs_preview * update signature; test=docs_preview * refactor; test=docs_preview * empty commit; test=docs_preview * add docstring of Tensor * empty commit; test=docs_preview * refine TensorDoc; test=docs_preview * refine TensorDoc; test=docs_preview * remove extra indent in TensorDoc; test=docs_preview * remove a space; test=docs_preview * move docs ahead of implementation; test=docs_preview * add doc * refine * refine * refine --------- Co-authored-by: Nwj-Mcat <1435130236@qq.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 02 8月, 2023 1 次提交
-
-
由 xiongkun 提交于
-