1. 22 5月, 2023 7 次提交
  2. 19 5月, 2023 15 次提交
  3. 18 5月, 2023 9 次提交
  4. 17 5月, 2023 2 次提交
  5. 16 5月, 2023 7 次提交
    • 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
    • 昇腾和寒武纪相关代码退场 npu相关代码退场3 (#53699) · 5b054d2f
      张春乔 提交于
      * rm npu
      
      * rm use_npu
      
      * rm npuid
      
      * rm use_npu
      
      * rm npuid
      
      * delete npupinned
      
      * roll back sth.
      
      * roll back sth.
      
      * delete npupinned
      
      * roll back sth.
      
      * roll back sth.
      
      * rm npu
      
      * rollback something
      
      * rollback npu identity
      
      * rollback npu identity
      5b054d2f
    • 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