1. 28 4月, 2023 1 次提交
    • B
      Dropout optimize & clean broadcast inT and ElementwiseType (#52969) · d611e48c
      Bo Zhang 提交于
      * change judgement for DropoutGradGPUKernelDriver
      
      * add UnrollerWithoutVecSize and after this Loaddata to be refined
      
      * pass unittest
      
      * use same unroller with XPU
      
      * BroadcastWithInt64Index
      
      * BroadcastDataLoader template partial specialization
      
      * fix compile errs in ROCms
      
      * clean ElementwiseT and InT for BroadcastKernel
      
      * default axis and clean inT
      
      * remove redundant fast divmod computation
      
      * optimize drop_nd & drop_nd_grad
      
      * optimize BroadcastDataLoader bf16 fp16
      
      * rm InT etc. after merge develop
      
      * delete constexpr for windows ci
      
      * fix conflict
      
      * fix conflic with develop
      
      * fix conflic
      
      * new clean
      
      * clean
      d611e48c
  2. 17 3月, 2023 1 次提交
    • G
      [phi][jit] clean paddle/phi/kernels/jit Unused methods (#51446) · 6aa3670f
      gouzil 提交于
      * [phi][jit] rm Softmax StrideScal
      
      * [phi][jit] rm kStrideScal
      
      * [phi][jit] fix Softmax clean omission
      
      * [phi][jit] fix Softmax clean omission
      
      * [phi][jit] fix StrideScal clean omission
      
      * [phi][jit] fix mkl SoftmaxKernel clean omission
      
      * [phi][jit] fix test error
      
      * [phi][jit] fix test error
      
      * [phi][jit] rm NCHW16CMulNC
      
      * [phi][jit] fix test error
      
      * [phi][jit] rm HSum HMax
      
      * [phi][jit] fix test error
      
      * [phi][jit] rm StrideASum
      
      * add AUTHORS.md
      
      * [phi][jit] fix test error
      6aa3670f
  3. 03 3月, 2023 1 次提交
  4. 17 11月, 2022 1 次提交
  5. 24 6月, 2022 1 次提交
    • Y
      [Phi]Change Copy from Kernel to basic component utils (#43622) · 2739bd73
      YuanRisheng 提交于
      * perfect copy
      
      * deal with conflict
      
      * deal with conflict
      
      * fix compile bugs
      
      * fix unittest bugs
      
      * change code format
      
      * deal with conflict
      
      * modify code by review
      
      * fix ce bugs
      
      * fix ce bugs
      
      * add lo
      
      * perfect code format
      
      * deal with conflicts
      2739bd73
  6. 05 6月, 2022 1 次提交
  7. 27 5月, 2022 1 次提交
  8. 12 4月, 2022 1 次提交
    • H
      Add layer norm yaml (#41589) · 43d5cca6
      hong 提交于
      * add layer norm infermeta
      
      * add layer norm yaml
      
      * polish layer norm infer meta
      
      * add layer norm to black list
      43d5cca6
  9. 17 3月, 2022 1 次提交
    • H
      Move layer norm to phi (#40193) · 681a6865
      hong 提交于
      * update
      
      * fix bugs; test=develop
      
      * update; test=develop
      
      * fix test compile error; test=develop
      
      * fix cpu compile error; test=develop
      
      * fix test error; test=develo
      
      * fix layer_norm_op plugin error; test=develop
      
      * fix error; test=develop
      
      * fix test bug; test=develop
      
      * update; test=develop
      
      * polish code; test=develop
      
      * fix bugs; test=develop
      
      * remove unused depency; test=develop
      
      * polish code; test=develop
      681a6865