1. 11 4月, 2023 1 次提交
  2. 10 4月, 2023 3 次提交
    • L
      【Hackathon No.16】add PoissonNLLLoss API (#51117) · 349a059d
      LyndonKong 提交于
      * add PoissonNLLLoss API
      
      * update unittests
      
      * Fix poisson_nll_loss init and update data type support
      
      * remove type comment
      
      * Update doc string
      
      * Fix doc string erro
      
      * Fix doc string math equation format
      
      * Add float16 and bfloat16 support
      349a059d
    • L
      Autogen softmax_with_cross_entropy (#52515) · 351ccb63
      lzydev 提交于
      * autogen softmax_with_cross_entropy
      
      * fix error in softmax_with_cross_entropy version
      351ccb63
    • Q
      【AMP OP&Test】instance_norm fp16 and bf16 support. (#52241) · 7c98abd9
      qizhaoaoe 提交于
      * add fp16 and bf16 support for instance_norm
      
      * fix /= operator which not support bf16
      
      * fix instance_norm_grad kernel and unittests.
      
      * fix fp32 unittests.
      
      * fix instance_norm_kernel and unittests.
      
      * fix instance_norm_grad_kernel and unittest threshold.
      
      * add fp16/bf16 for instance_norm_grad_grad op.
      
      * add bf16 dtype check.
      
      * fix conflicts.
      
      * fix cpu support for fp32 op and fix type in instance_norm_grad_kernel.
      
      * fix type in instance_norm_kernel.
      
      * fix bf16 outputs in unittests and refine codes.
      
      * fix dx computation.
      
      * delete unuseful params and head including.
      
      * add fp16/bf16 for static graph.
      
      * fix device condiction for instance_norm op.
      
      * fix instance_norm_grad_grad and bf16 op tests.
      
      * fix op_test to support grad of bf16 can be compared with fp32.
      
      * remove updates.
      
      * add self-defined grad.
      7c98abd9
  3. 06 4月, 2023 2 次提交
  4. 05 4月, 2023 1 次提交
  5. 04 4月, 2023 2 次提交
  6. 31 3月, 2023 1 次提交
  7. 30 3月, 2023 1 次提交
  8. 29 3月, 2023 4 次提交
  9. 28 3月, 2023 2 次提交
  10. 25 3月, 2023 3 次提交
  11. 23 3月, 2023 1 次提交
  12. 22 3月, 2023 2 次提交
  13. 21 3月, 2023 2 次提交
  14. 20 3月, 2023 5 次提交
    • W
      fix conv axis is not the default value -1 (#51486) · 4c9e34dc
      Weilong Wu 提交于
      * fix add axis is not default -1
      
      * polish conv logic
      
      * Don't import paddle
      
      * fix error
      4c9e34dc
    • A
      [CodeStyle][UP008] remove super call with parameters (#51812) · 81f3f6b5
      Ainavo 提交于
      * remove super call with parameters
      
      * fix bug
      81f3f6b5
    • zhouweiwei2014's avatar
    • G
      【fluid clean】Move out layers and layers helper (#49415) · 1d5cad23
      GGBond8488 提交于
      * remove no used fluid beam_search_decoder
      
      * move Layer and related helper to paddle.nn.common
      
      * modify Layer references from dygraph.layers.Layer to paddle.nn.common.layers
      
      * stash changge
      
      * remove fluid layer_object_helper, layers.py
      
      * remove fluid layers init
      
      * add setip
      
      * fix unitest
      
      * delete layers in fluid.dygraph
      
      * merge paddle.tensor.stat,py
      
      * fix circle import
      
      * fix curcle import
      
      * remove redundant in_dygraph_mode import
      
      * revoce paddle.nn.common.* in fluid.__init__
      
      * recovery nn.rnn
      
      * paddle.frame use lazy import import paddle.jit to avoid circle import
      
      * remove left dygraph.layers ref
      
      * merge develop
      
      * fix import error
      
      * fix test error
      
      * fxi merge error
      
      * fix test fluid.Layer
      
      * fix test error
      
      * fix test error
      
      * fix import error
      
      * fix import error
      
      * fix comments
      
      * fix circle import
      
      * fix rnn import error
      
      * fix circle import
      1d5cad23
    • G
      Fluid clean move out fill constant (#49511) · c985b1ac
      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
      c985b1ac
  15. 17 3月, 2023 2 次提交
  16. 16 3月, 2023 3 次提交
    • C
      rename flash_attn_raw to flash_attn_unpadded (#51704) · 0b778bdc
      Chitsing KUI 提交于
      * rename flash_attn_raw to flash_attn_unpadded
      
      * fix static api
      
      * fix static return
      0b778bdc
    • J
      [Auto Parallel Performance] Support BF16 Training (#51285) · 9ded5707
      JZ-LIANG 提交于
      * update env setting
      
      * update pass logic
      
      * dist op support bf16
      
      * backward cast update
      
      * update setting
      
      * update backward
      
      * revert amp pass
      
      * update fp16 backward logic
      
      * register c_embedding bf16
      
      * revert engine
      
      * add unitest
      
      * add unitest
      
      * update unitest
      
      * update cmake
      
      * update math
      
      * update math.py
      
      * update unitest
      
      * update unitest
      
      * revise unitest
      
      * revise unitest
      
      * update unitest
      
      * update unitest
      
      * update unitest
      9ded5707
    • V
      文档修复 (#51419) · 0e9a48c7
      Vegetable dog 提交于
      * update rnn.py
      
      * update common.py
      
      * update rnn.py
      
      * update common.py
      
      * fix CI
      0e9a48c7
  17. 15 3月, 2023 2 次提交
  18. 14 3月, 2023 2 次提交
  19. 13 3月, 2023 1 次提交