1. 18 8月, 2022 11 次提交
  2. 17 8月, 2022 19 次提交
  3. 16 8月, 2022 10 次提交
    • C
      [Phi] Move amp ops into phi (#45079) · b4f67757
      Chen Weihang 提交于
      * move check finite and unscale kernel into phi
      
      * move infershape into phi
      
      * move update_loss_scaling kernel into phi
      
      * remove original kernels
      
      * move update loss scaling infershape into phi
      
      * add header for xpu and npu
      
      * solve coverage failed
      
      * fix npu test failed
      
      * remove mutable data in cu file
      
      * fix new executor failed
      
      * add valid check for meta tensor output
      b4f67757
    • S
      [geometric]Add paddle.geometric.send_uv API (#44848) · 88724a53
      Siming Dai 提交于
      * initial commit
      
      * fix op maker bug
      
      * fix mul grad bug
      
      * add unittest
      
      * fix add grad bug, add cpu kernel
      
      * add paddle.geometric.message_passing
      
      * add paddle.geometric.send_uv api, add unittest
      
      * add fp16 judgement
      
      * fix file typo, move compute_type to message_op
      
      * add impl file
      
      * fix unittest timeout time
      
      * add review revise
      88724a53
    • C
      [Auto Paralle]Add reshard cost and update estimator (#45118) · 6a15d407
      caozhou 提交于
      * update reshard cost and cost estimator
      
      * add unittest
      
      * add dropout cost
      
      * fix import error
      
      * fix reshard code style error
      
      * improve unittest coverage
      6a15d407
    • W
      [Eager] Forword only add dygraph func (#45153) · 933db9d4
      Weilong Wu 提交于
      * [Eager draft] forward_only interface migrate to autograd_api
      
      * strings api add dygraph forward function
      
      * rm useless comments
      
      * draft version for check CI
      
      * fix ci
      
      * forward-only no need compute_require_grad and pass stop_gradient, rm useless comments
      
      * polish yaml and using CPUPlace = phi::CPUPlace
      
      * rm useless comments
      
      * polish yaml and update some test case
      
      * rm useless funcs
      
      * polish eager_gen code
      
      * polish code
      933db9d4
    • F
      convert multihead to oss (#45019) · f706d95d
      feng_shuai 提交于
      * convert multihead to oss
      
      * fix:bug
      
      * fix:delete const cast
      
      * fix:don't support bias_qk
      
      * add vit pass
      
      * fix:convert bug and add preln_residual_bias
      
      * support length=-1
      
      * add UT for convert
      
      * add no_bias_qk support for gpu_multihead_op
      
      * delete infer_shape depends on bias_qk
      
      * oss just can be used in T4 and A*
      
      * fix:change api for ROCM CI
      f706d95d
    • A
      support fp16 softmax on custom place (#45177) · a0bbfbd4
      Aganlengzi 提交于
      a0bbfbd4
    • F
      Fix problem that the shape of tensor is not inited correctly when backward in static graph (#45030) · e26f80ad
      feifei-111 提交于
      * fix_shape
      
      * code style
      
      * fix assert
      
      * fix to_tensor badreturn
      e26f80ad
    • Y
      Enable Profiler to add nvtx tag. (#45162) · ff2f1373
      Yiqun Liu 提交于
      ff2f1373
    • W
      fix the document for the add api (#45101) · d85cf4d4
      wawltor 提交于
      * fix the api for the add
      
      * update the document for the api add
      
      * update add docs; test=document_fix
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      d85cf4d4
    • Y
      [CodeStyle] Add CI for self.assertTrue(np.allclose(...)) (#45126) · 87ff40b7
      Yulv-git 提交于
      * Add CI for assert-allclose.
      
      * Update CI script.
      
      * Update check_approval.
      
      * Specify the destination path for the git diff.
      
      * Add test samples.
      
      * Add CI for assert-allclose with \n.
      
      * Update test samples.
      
      * Update ALL_ADDED_LINES_IN_TARGET_PATH.
      
      * update GitHub username to userid, test=document_fix
      
      * add rfc as a specification, test=document_fix
      
      * try to integrate single and multiple rows together, test=document_fix
      
      * remove duplicate dirs, test=document_fix
      
      * add anchor `#background`, test=document_fix
      
      * remove original scripts, test=document_fix
      
      * remove test files, test=document_fix
      Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
      87ff40b7