1. 24 5月, 2023 3 次提交
  2. 23 5月, 2023 6 次提交
  3. 22 5月, 2023 8 次提交
  4. 19 5月, 2023 10 次提交
  5. 18 5月, 2023 6 次提交
  6. 17 5月, 2023 1 次提交
  7. 16 5月, 2023 6 次提交
    • C
      Add huber_loss tests (#53535) · 74b91bce
      co63oc 提交于
      74b91bce
    • D
      【Hackathon No57】add bf16 for mode (#53195) · 640cff0a
      Difer 提交于
      * add bf16 for mode
      
      * remove random seed 666
      
      * try to fix op_type error
      
      * test for me
      
      * try to fix op_type
      
      * fix redundancy code
      
      * add fp,bf for lastdim
      
      * fix some error
      
      * simplify code
      
      * fix shape error
      
      * optype error
      
      * fix skipif bf16
      640cff0a
    • G
      remove some [-Wunused-parameter] warning and fix a file to pass cpplint (#53814) · 10a38b4e
      Galaxy1458 提交于
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      10a38b4e
    • W
      【PaddlePaddle Hackathon 4 No.34】为 Paddle 优化 Lerp OP 在 GPU 上的性能 (#53154) · e592534a
      Winters Montagne 提交于
      * modify lerp_kernel.cu
      
      * pre-commit
      
      * fix some CI issues
      
      * fix some CI issues
      
      * fix some CI issues
      
      * fix some CI issues
      
      * fix some CI issues
      
      * fix some CI issues
      
      * fix some CI issues
      
      * fix some CI issues
      
      * Add files via upload
      
      fix some CI issues
      e592534a
    • H
      move cudnn_lstm kernel to phi (#53730) · 52889e38
      huangjiyi 提交于
      * update
      
      * fix bug
      
      * test
      
      * test
      
      * update
      
      * update mutable_data
      
      * fix bug
      
      * update
      
      * fix bug
      
      * update output type reg
      
      * update
      
      * update
      52889e38
    • S
      Move fused batchnorm to Phi (#53476) · 5e5481d8
      Sonder 提交于
      * trans fused batch norm Compute function
      
      * trans batch norm register info to phi
      
      * trans fused batch norm grad Compute
      
      * trans batch norm grad register info
      
      * add sig file
      
      * update sig file
      
      * Update fused_bn_activation_kernel.cu
      
      * Update fused_bn_activation_grad_kernel.cu
      
      * fix
      
      * Rename fused_bn_activation_kernel_grad.cu to fused_bn_activation_kernel.cu
      
      * fix
      
      * fix
      
      * fix CudnnDataType error
      
      * fix
      
      * fix include
      
      * update
      
      * add #if
      
      * add fused bn act to cmakelist.txt
      
      * update  cmakelist
      
      * fix #ifdef error
      
      * add timeout set
      
      * add env set
      
      * fix
      
      * fix
      
      * Update fused_bn_activation_sig.cc
      5e5481d8