1. 10 3月, 2023 32 次提交
  2. 09 3月, 2023 8 次提交
    • Y
      [AMP OP&Test] arange op support fp16/bf16 (#51106) · f3448977
      yangjianfengo1 提交于
      * AMP arange & Test
      
      * fix arange bfloat16 dtype
      
      * update for review
      
      * update for review2
      
      * fix tile
      
      * update
      
      * fix ci
      
      * r
      
      * f
      
      * fix windows ci
      
      * update bfloat data
      
      * fix bloat16 input
      
      * add print
      
      * Update test_where_op.py
      
      * update kernel
      
      * del repeat
      
      * update review
      f3448977
    • Y
      [AMP OP&Test] where support bf16/fp16 (#51137) · 2727dddb
      yangjianfengo1 提交于
      * where op test
      
      * update bfloat16
      
      * fix
      
      * fix windows ci
      
      * update bfloat16 data
      
      * fix bloat16 x
      
      * reset
      
      * fix randint
      
      * add print
      
      * add delta
      
      * cancel print
      
      * code style
      
      * update revirew
      2727dddb
    • Z
      Remove paddle.fluid.layers.utils.* (#51033) · 86e990d4
      zqw_1997 提交于
      * move fluid.utils to paddle.utils.layers_utils
      
      * fix error
      
      * delete original fluid layers utils
      
      * remove import and old utils
      
      * remove more old utils import
      
      * change import path of fill_constant in the layers_utils.py
      
      * fix mistake
      
      * fix error
      
      * expose in __init__.py
      
      * for comment
      
      * when change the ref of func is_sequence, it should change to the root of is_sequence instead
      
      * for codecheck
      86e990d4
    • G
      add prim erf grad (#50436) · b7e4d974
      GGBond8488 提交于
      * add prim erf grad
      
      * add yaml config for prim erf grad
      
      * add math.h
      
      * add cmath
      
      * add math  defines
      
      * use define math
      
      * use define math
      
      * define M_2_SQRTPI
      
      * M_2_SQRTPI math
      
      * try math.h
      
      * fix typro
      
      * remove pow in erf grad
      
      * use new optest
      
      * add fp16 fp32 test
      
      * remove fp16 test
      b7e4d974
    • Y
      Add the collect and print of kernel registry infomation in op benchmark ci. (#51309) · f3cac966
      Yiqun Liu 提交于
      * Add the collect and print of kernel registry infomation in op benchmark ci.
      
      * Little change to test the ci.
      
      * Remove the reduntant function.
      
      * Move the collect of kernel registry information to the end of ci.
      f3cac966
    • P
      Enable gpups run on rec model (#51115) · 32f369a8
      pangengzheng 提交于
      * support run haokanctr model in heterps-models
      
      * polish setup.py
      
      * polish JVM_LIB in evn_dict
      32f369a8
    • W
      Add softplus double grad (#50261) · 542844b4
      will-jl944 提交于
      * add softplus double grad
      
      * use constant method
      542844b4
    • T
      Fix API diff error (#51400) · 1a966db2
      tianshuo78520a 提交于
      1a966db2