- 25 4月, 2023 11 次提交
-
-
由 cyberslack_lee 提交于
-
由 shaojie_wang 提交于
* fix shared memory over usage in embedding grad kernel on determistic mode * use IdT as interger dtype
-
由 qizhaoaoe 提交于
* fluid clean: remove print/switch from fluid to static * remove Switch in static.__init__ * fix conflicts. * replace Switch by case. * fix piecewise_lr decay. * fix typo * fix conflicts. * fix lr dtype * keep Switch in paddle.static.nn.control_flow and fix piecewise_lr. * fix conflicts. * keep Switch in the fluid. * fix Switch doc * fix example in Switch doc * fix Switch doc. * fix static/__init__.
-
由 Galaxy1458 提交于
-
由 zhangyikun02 提交于
-
由 zhoutianzi666 提交于
* add ```converter_type``` for op converter
-
由 Difer 提交于
* add fp_bf for pool_max_withidx * fix some error * fix error * codestyle error * fix masktype * fix input bf type * input bf dtype convert error * back to convert input to bf16 first * fix convert error * fix bf16 grad check
-
由 Meteor Liu 提交于
* rename monkey_patch_varbase as monkey_patch_tensor & monkey_patch_math_varbase as monkey_patch_math_tensor * rename monkey_patch_varbase as monkey_patch_tensor & monkey_patch_math_varbase as monkey_patch_math_tensor * rename monkey_patch_varbase as monkey_patch_tensor & monkey_patch_math_varbase as monkey_patch_math_tensor v2 * rename monkey_patch_varbase as monkey_patch_tensor & monkey_patch_math_varbase as monkey_patch_math_tensor fixed bug
-
由 co63oc 提交于
-
由 Bo Zhang 提交于
-
由 Ruibiao Chen 提交于
-
- 24 4月, 2023 29 次提交
-
-
由 zhouweiwei2014 提交于
-
由 Leo Chen 提交于
-
由 risemeup1 提交于
* fix patch error * fix patch error
-
由 JYChen 提交于
-
由 Wang Xin 提交于
-
由 kangguangli 提交于
* fix bug: wrong match between depend and c_allreduce_sum * fix codestyle * fix bug * add c_sync_calc_stream back * fix * revert * use flag to control * fix for code coverage
-
由 niuliling123 提交于
-
由 YangQun 提交于
* support 0d tensor for shape and squeeze onednn kernel * set python api for shape op ut
-
由 Zhang Zheng 提交于
* Fix the calculation of layer_norm_bwd * fix
-
由 zhupengyang 提交于
-
由 zyfncg 提交于
-
由 Yuanle Liu 提交于
-
由 tianshuo78520a 提交于
* Mv eager tests * fix * fix build error * fix build error * fix codestyle
-
由 GGBond8488 提交于
* add 0D support for trace, test=allcase * fix trace gpu kernel 0d error, test=allcase * fix windows error, test=allcase
-
由 张春乔 提交于
-
由 Wang Xin 提交于
* remove ASCEND* keyword in doc * fix PR-CI-Codestyle-Check error
-
由 张春乔 提交于
-
由 Siming Dai 提交于
Add paddle.geometric.weighted_sample_neighbors API
-
由 张春乔 提交于
-
由 HongyuJia 提交于
-
由 zqw_1997 提交于
* test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * fix doc erros, test=allcase
-
由 Sonder 提交于
* add sig file * trans fused feedforward compute function to phi * remove fluid include * delete old register info * fix build error * trans fused feedforward grad xpu to phi
-
由 Yiqun Liu 提交于
[AMP] Allow to enable multi_precision through paddle.static.amp.decorate and add documents for some apis. (#53012) * Add document for some apis. test=docs_preview * Allow to set master_weight in paddle.static.amp.decorate. * Polish codes and add unittest. * Refine docs. * Remove the repetitive function.
-
由 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
-
由 csy0225 提交于
-
由 Zhang Ting 提交于
-
由 LoneRanger 提交于
* support the 'generate_proposals' for generating static graph ops * fix bug * fix bug * Update ops.yaml fix bug * remove the generate_proposals_v2_op.cc from CMakeLists.txt * fix bug * fix bug
-
由 JYChen 提交于
* remove fluid.average / fluid.metric * fix usage in test
-
由 Zhan Rongrui 提交于
-