- 03 11月, 2022 5 次提交
-
-
由 Sławomir Siwek 提交于
-
由 yeliang2258 提交于
* add constant_folding_pass pass for mkldnn int8 * update UpdateScaleOpInOutScales
-
由 zhangkaihuo 提交于
Unified api args name
-
由 ShenLiang 提交于
* add unbalanced data * fix utest
-
由 Kaipeng Deng 提交于
* fix memory copy in prepare_data. test=develop * add cache_kv fp16 support. test=develop * fit for simplify_with_basic_ops_pass. test=develop
-
- 02 11月, 2022 1 次提交
-
-
由 Siming Dai 提交于
-
- 01 11月, 2022 5 次提交
-
-
由 zhangkaihuo 提交于
Fix english documents of sparse api
-
由 zyfncg 提交于
* support generating code of opmaker for backward op invoke forward op (#46912) * [code-gen] Support code-gen for opmaker of sparse op (#46993) * support generating code of opmaker for backward op invoke forward op * gsupport code-gen of opmaker for sparse op * refind logic of choose phi kernrel * fix complie budg * fix code_gen bug * fix bug * fix kernel signature code-gen * fix complie bug of VarType * fix complie bug of VarType * fix test_sparse_conv_op * fix test_sparse_norm_op * [Phi] Refactor logic of judging whether having a phi kernrel (#46920) * refind logic of choose phi kernrel * fix complie budg * update cmake
-
由 Vigi Zhang 提交于
-
由 sneaxiy 提交于
-
由 Yuang Liu 提交于
-
- 31 10月, 2022 3 次提交
-
-
由 zhaoyingli 提交于
* update codestyle * [AutoParallel] fix fp16 for subblock (#47189) * [AutoParallel] fix fp16 for subblock * fix engine * fix comment * [AutoParallel] fix engine _build and cost method (#47263) * fix engine build method * fix import * update engine cost * update raise error * update cmakelist * revert optimizer * revert optimizer * fix unittest * fix unittest Co-authored-by: Ncaozhou <caozhou@radi.ac.cn> Co-authored-by: Ncaozhou <caozhou@radi.ac.cn>
-
由 YangZhou 提交于
[Cherry-pick][audio] rm kaiser window in audio get_window function && rm audio utils(#47469) (#47479) * [audio] rm kaiser window in audio get_window function && rm audio utils (#47469) * rm kaiser window in audio window function * rm paddle audio utils which is redundant * rm kaiser in test_audio_functions.py Conflicts: python/paddle/audio/utils/error.py python/paddle/tests/test_audio_functions.py * format
-
由 Guanghua Yu 提交于
* update dygraph PTQ export_model api * remove postprocess
-
- 29 10月, 2022 3 次提交
-
-
由 sneaxiy 提交于
* reformat hybrid_parallel_util.py by black * add fused_allreduce_gradients_with_group * add scale * fix ci
-
由 YangZhou 提交于
-
由 Aurelius84 提交于
* [JITLayer]Enable OneDNN on CPU and Fix zero shape
-
- 28 10月, 2022 4 次提交
-
-
由 WangZhen 提交于
* [Dy2St]Fix abnormal growth of memory in train mode and no_grad for Dy2St
-
由 Aurelius84 提交于
* [JIT] Add Predictor for JITLayer (#47379) * add predictor_engine * add predictor_engine * fix zero shape * fix lodTensor * fix unittest * fix code style * update CmakeList * fix new executor
-
由 zhangkaihuo 提交于
add sync_batch_norm_bn and deliver indices_dict
-
由 zhoutianzi666 提交于
-
- 27 10月, 2022 3 次提交
-
-
由 sneaxiy 提交于
[Cherry-pick Release/2.4] Fix multi_tensor adam and momentum bug when the parameter is list of dict (#47372) * reformat file by black * fix multi_tensor adam/momentum bug
-
由 zhangkaihuo 提交于
* cherry-pick #46359 and resolve conflict
-
由 wanghuancoder 提交于
修改一处Slice的bug
-
- 26 10月, 2022 6 次提交
-
-
由 zyfncg 提交于
* fix inference perfermence problem caused by selecting cudnn kernel for softmax * recover use_cudnn in opmaker of softmax
-
由 Roc 提交于
-
由 YangZhou 提交于
* fix tess split fold * format
-
由 Aurelius84 提交于
[Dy2Stat]Fix module loading OSError in multiprocess
-
由 yeliang2258 提交于
* return proper state * fix for dims * fix Co-authored-by: Njakpiase <jakpia21@gmail.com>
-
由 sneaxiy 提交于
[Cherry-pick][Release/2.4]Refine the memory usage of fused_attention and fused_feedforward ops (#47235) * fix fused_attention fused_feedforward * fix ci * fix ci * fix ci PADDLE_GET_CONST * fix ci ut
-
- 25 10月, 2022 3 次提交
-
-
由 zhangkaihuo 提交于
当前无法从Tensor中获取到SparseTensor的sparse_dim,无法准确推断出indices的shape,所以目前先以3D点云模型为主,输入的SparseTensor的维度是5D的,其中非零元素是一维向量,所以indices是[4, -1]。
-
由 Siming Dai 提交于
* fix geometric doc
-
由 Feng Ni 提交于
* add prior_box and box_coder for paddle.vision.ops * fix UT change assertTrue to assert_allclose * fix formula format
-
- 24 10月, 2022 6 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle] add black config to release2.4 * empty commit, test=document_fix
-
由 parap1uie-s 提交于
* Fix hAPI bug of not compatible with LayerHook
-
由 zhaoyingli 提交于
-
由 Yuang Liu 提交于
-
由 Ghost Screaming 提交于
* Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result is wrong. * support pure bfloat16 * support bf16 linear * update PR to pass CI * tiny fix where_grad_kernel.cu * Support bfloat16 type for reducer and sharding. * Fix some bug. * Polish code. * Polise code. * Add bfloat16 datatype in fill_grad kernels. Co-authored-by: Nsneaxiy <sneaxiy@126.com> Co-authored-by: Nsneaxiy <sneaxiy@126.com>
-
由 Roc 提交于
-
- 21 10月, 2022 1 次提交
-
-
由 zhoutianzi666 提交于
* forbid Conv2D into Paddle-TensoRT when weight is not persistable.
-