- 26 7月, 2023 4 次提交
-
-
由 JYChen 提交于
* remove api staticrnn * move select_input/output to static/controw flow * delete some func, only remain Switch * clean fluid.layers.controw_flow * remove fluid.layers.controlflow * fix conditional_block ut
-
由 zhouweiwei2014 提交于
-
由 YuanRisheng 提交于
* bind ir core * perfect code * deal with conflict
-
由 tianshuo78520a 提交于
* Add py3.10;test=py3-ninja * Add py3.10;test=py3-ninja * test=py3-ninja * test=py3-ninja * test=py3-ninja * test=py3-ninja * test=py3-ninja * Fix test error * Fix build docker error * Fix build docker error
-
- 25 7月, 2023 1 次提交
-
-
由 Yiqun Liu 提交于
* Call multiply_ instead of scale_ to avoid multiple DtoH copy. * Call _squared_l2_norm to calculate grad_clip. * Fix import error.
-
- 24 7月, 2023 4 次提交
-
-
由 jjyaoao 提交于
Signed-off-by: Njjyaoao <jjyaoao@126.com>
-
由 Windfarer 提交于
-
由 Yuang Liu 提交于
-
由 Chen Weihang 提交于
* add shard tensor api * add DistAttr api * add unittest for coverage * fix process mesh sample code * fix checking error
-
- 22 7月, 2023 2 次提交
-
-
由 zhenhailiu 提交于
-
由 sneaxiy 提交于
* fix new launch * fix ps uit
-
- 21 7月, 2023 1 次提交
-
-
由 qiuwenbo 提交于
* [尝试] 给tensor增加一个属性, 这个属性是一个定值 1 * 暴露gradnode 并构建gradnode新的方法(用来测试)进行暴露给python python端可以访问 * 开发grad_fn、next_functions两个API 并暴露到python端- 做一些规范化处理 * 增加一个单元测试 * 优化 code-style * 将单侧文件迁到正确的位置 * 优化 code-style * 删除无用注释 * 解决 __main__ has no attribute * 修改单侧文件 * 修改单侧脚本-temp
-
- 20 7月, 2023 7 次提交
-
-
由 Leo Chen 提交于
-
由 niuliling123 提交于
-
由 Nyakku Shigure 提交于
-
由 XiaociZhang 提交于
* [Kunlun] Mofify some legacy code on distributed training There were limitations on XPUs before, such as concat/split is not supported, and c_broadcast only support fp32. These limitations are lifted recently. Multi-device profiling on XPU will also be supported by this PR. Without this PR, a hanging broadcast will be issued by devices that enables profiling, eventually lead to kernel timeout error. * fix typo
-
由 zhenhailiu 提交于
-
由 Kai Song 提交于
-
由 Yuang Liu 提交于
-
- 19 7月, 2023 7 次提交
-
-
由 zhaoyingli 提交于
-
由 caozhou 提交于
-
由 陶泽伟 提交于
-
由 Yuang Liu 提交于
-
由 jjyaoao 提交于
Signed-off-by: Njjyaoao <jjyaoao@126.com>
-
由 jjyaoao 提交于
Signed-off-by: Njjyaoao <jjyaoao@126.com>
-
由 JYChen 提交于
* add paddle.static.setitem * add some help doc * support setitem * support machanism * add more unittest * remove usless code * raise error in static setitem * fix d2s UT * remove static only for both-used code * fix bool set_value in static, fix set_value_op UT * fix unittests * [May case some error]: remove inplace-version check * add two test case for dy2st * fix function in vision * fix dy2st setitem support, refine UT case * fix slice in static_mode * add ParametersMap * remove pop * modify place * [fix]: variable is also a tensor * rewrite some ut & remove slicetransformer in dy2st * solve error in static-mode * fix ut * return a result for set_array_write * fix test_set_value_op_xpu * code is different in dynamic / static mode --------- Co-authored-by: NAurelius84 <zhangliujie@baidu.com> Co-authored-by: NNotHaozi <zhangmenghao@baidu.com>
-
- 18 7月, 2023 5 次提交
-
-
由 zhangjingwei 提交于
* add_example_for_lazygurd * fix
-
由 GGBond8488 提交于
* batch add inpalce api * fix inplace fn generate * add test for new inpalce api * fix typro * fix typro * fix typro * fix test error * fix atan2 * remove atan2 * auto genereate inpalce api * fix inplace generate fn error * fix windows error * fix test error * fix test error * fix windows ci error * fix test error * fix test_error * fix test error * fix eigen aliasing error in inplace * remove elementwise_pow inplace * fix doc error * fix test error
-
由 hong 提交于
* fix new ir concat op bug * fix bug * using add_n_with_kernel instead of add_n impl * fix pd_op yaml bug * fix bug
-
由 Nyakku Shigure 提交于
-
由 megemini 提交于
* [Add]Add Xdoctester * [Fix]fix beta docstring * [Doctest]change dirichlet docstring * [Doctest]change gumbel docstring * [Doctest]change bernoulli docstring * [Doctest]change categorical docstring * [Doctest]change ops.py docstring * [Doctest]change conv docstring * [Doctest]change distance docstring, test=docs_preview * [Change]add ref * [Change]patch xdoctest debug
-
- 17 7月, 2023 1 次提交
-
-
由 zxcd 提交于
* add more data type for all/any. * remove xpu fix. * add test unit. * fix typename name. * fix output data type.
-
- 14 7月, 2023 1 次提交
-
-
由 caozhou 提交于
* distribute best cfg * adapt to multi args transmission * update metric extracting * fix bugs of prune and reading log * fix time default value * remove time record * adjust the order of searching dim * fix prune bugs * fix adding cfg bug * fix multi nodes bug * reset status * remove alarm and set logdir * deepcopy ctx * change alarm * fix restart bug * add exit * best no need alarm * add warmup time
-
- 13 7月, 2023 7 次提交
-
-
由 niuliling123 提交于
-
由 Ruibiao Chen 提交于
* Support nvprof for auto parallel * Fix CI errors * Fix CI errors
-
由 Charles-hit 提交于
* [prim]support fp16 for instance_norm and instance_norm_grad * support fp16 and bfp16 dtype for instance_norm prim rules * fix new ir test --------- Co-authored-by: Ncxxly <chenxx_id@163.com>
-
由 lil-Xing 提交于
* add phi operator c_concat and ut * update create_var use * update copyright
-
由 Leo Chen 提交于
* Support AMP program for onnx QAT API * Integrate QAT into distributed optimizer * Reduce the size of test data and increase time limit * Use logger and reduce time limit of unittests * Rename and move unittest into fleet test * Test qat_init API
-
由 risemeup1 提交于
* fix protobuf problem * fix protobuf problem
-
由 Yuang Liu 提交于
-