1. 08 8月, 2022 5 次提交
  2. 07 8月, 2022 1 次提交
  3. 05 8月, 2022 6 次提交
  4. 04 8月, 2022 8 次提交
  5. 03 8月, 2022 13 次提交
  6. 02 8月, 2022 6 次提交
    • S
      move renorm op (#44676) · 669353c1
      seemingwang 提交于
      * move renorm op
      
      * change python api
      
      * change op class func
      
      * alloc data
      
      * remove comments
      
      * fix grad arguments
      
      * fix python argument
      
      * fix python argument
      
      * change unit-test
      
      * remove shape func registration
      
      * recover extra-arguments
      
      * recover shape functor
      669353c1
    • C
      【PFCC算子性能优化】 SeluKernel Optimization (#44490) · 859c4077
      carryyu 提交于
      * [PFCC] SeluKernel Optimization
      
      * selu kernel optimization
      
      * add private
      
      Co-authored-by: carryyu <>
      859c4077
    • W
      [Eager] use eager final state instead intermediate state (#44722) · f1873b90
      Weilong Wu 提交于
      * [Eager] call final_state_slice under eager mode
      
      * rm useless comments
      
      * use eager final state instead intermidiate state
      
      * update fill_constant yaml
      
      * update fill_constant yaml
      
      * modify wrapped_infermeta_gen logic to fix special case
      
      * fix slice in manipulation
      
      * use fill_constant_
      
      * modify slice infermeta
      
      * rm final_state_conv2d
      
      * use final_state_slice
      
      * use final_state_slice only
      
      * polish slice, use final state
      
      * add paddle_throw for SplitInferMeta
      
      * rm fill_constant_ temply
      
      * recover array_equal, not allclose
      
      * recover original code
      f1873b90
    • Y
      [Phi] Move QR to Phi (#44742) · 2cf2e786
      Yulong Ao 提交于
      * [Phi] Move Qr to the Phi
      
      * [Phi] Regiter the cpu grad kernel for qr
      
      * [Phi] Share the cuda kernels to lstsq
      
      * [Phi] Remove some improper inlcude files
      
      * [Phi] Modify codes based on the reviews
      
      * [Phi] Remove unecessary files and add the cuda_only comment
      
      * [Phi] Remove the unecessary include file
      
      * [Phi] Remove qr_op.cu and lstsq_op.cu
      2cf2e786
    • W
      [Phi] polish and rename, pt* -> phi* (#44697) · 942ff89f
      Weilong Wu 提交于
      * polish and rename, pt* -> phi*
      
      * fix code format
      942ff89f
    • C
      [phi] add yolov3_loss yaml and unittest (#44476) · c7cf12fc
      ccrrong 提交于
      * add yaml and unittest
      
      * update yaml
      
      * update backward yaml and unittest
      
      * update yaml
      
      * add Yolov3LossGradInferMeta
      
      * update yolov3_loss_op.cc
      
      * fix bug
      
      * code format
      c7cf12fc
  7. 01 8月, 2022 1 次提交
    • L
      unify gpu context (#44740) · 86763023
      Leo Chen 提交于
      * remove cudaDeviceContext
      
      * remove more template
      
      * fix rocm compile
      
      * remove alias name CUDADeviceContext
      
      * fix compile
      
      * fix tests
      
      * revert changes
      86763023