1. 13 3月, 2023 16 次提交
  2. 12 3月, 2023 5 次提交
  3. 10 3月, 2023 15 次提交
  4. 09 3月, 2023 4 次提交
    • 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
    • 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
    • W
      Add softplus double grad (#50261) · 542844b4
      will-jl944 提交于
      * add softplus double grad
      
      * use constant method
      542844b4