1. 06 8月, 2021 3 次提交
    • S
      paddle/nn fix formula bugs (#34643) · 0f19ac7c
      sunzhongkai588 提交于
      * fix paddle.optimizer test=document_fix
      
      * fix paddle.optimizer test=document_fix
      
      * fix bugs in paddle.nn.functional document test=document_fix
      
      * fix bugs in paddle.nn.functional document test=document_fix
      
      * fix bugs in paddle.nn.functional document test=document_fix
      
      * fix bugs in paddle.nn.functional document test=document_fix
      
      * fix nn formula bugs test=document_fix
      
      * fix nn formula bugs test=document_fix
      
      * fix nn formula bugs test=document_fix
      0f19ac7c
    • Y
      Support npu kernel for eye op (#34543) · 6e442e6a
      yeliang2258 提交于
      * add eye npu op
      
      * remove useless headers
      
      * code style
      
      * Update eye_op_npu.cc
      
      * Update eye_op_npu.cc
      
      * remove useless code in test file
      
      * code style check
      
      * change Copyright to 2021
      
      * add test case and do some fix
      
      * fix
      
      * update code
      
      * fix for CI
      
      * return
      
      * fix
      6e442e6a
    • Z
      Fix ut test_pe_fix_op_run_order by using smaller model and batch size (#34603) · 06651c48
      Zeng Jinle 提交于
      * fix ut
      
      * decrease gpu memory consumption
      
      * remove exclusive
      06651c48
  2. 05 8月, 2021 14 次提交
  3. 04 8月, 2021 9 次提交
  4. 03 8月, 2021 4 次提交
  5. 02 8月, 2021 6 次提交
  6. 30 7月, 2021 4 次提交
    • J
      Added matmul_v2 BF16/FP32 BWD kernel (#34192) · 0be71571
      jakpiase 提交于
      * test version of matmul_v2
      
      * added matmul_v2 grad kernel
      
      * minor changes
      
      * minor changes
      
      * minor change for CI approval
      
      * CI fix
      
      * CI fix
      
      * trigger CI
      
      * changes after review, not working yet
      
      * moved ops to anonymous namespaces
      
      * changes after review
      0be71571
    • Z
      fix function-redefined (#34510) · 44e4d57b
      zhangchunle 提交于
      44e4d57b
    • Z
      fix function-redefined 1 (#34507) · 06b55eaa
      zhangchunle 提交于
      06b55eaa
    • J
      Added reshape, reshape2, squeeze and squeeze2 BF16/FP32 FWD/BWD kernels (#34219) · 22c4c189
      jakpiase 提交于
      * test version of matmul_v2
      
      * added matmul_v2 grad kernel
      
      * minor changes
      
      * minor changes
      
      * minor change for CI approval
      
      * CI fix
      
      * CI fix
      
      * added squeeze and squeeze2 kernels
      
      * CI fix
      
      * CI fix
      
      * CI fix
      
      * disabled tests when compiled with cuda
      
      * added setting format_tag by strides
      
      * added sigmoid BF16 FWD/BWD and gelu BF16 BWD
      
      * changes after review
      
      * Revert "added sigmoid BF16 FWD/BWD and gelu BF16 BWD"
      
      This reverts commit 6e3f76720b545abfcff9f6052b46b73a1e745cae.
      
      * Revert "Merge branch 'matmul_v2_grad' into squeeze2_op"
      
      This reverts commit 06fcf67843a4a7884eccdf67a02a03575e1d4cb8, reversing
      changes made to 6e3f76720b545abfcff9f6052b46b73a1e745cae.
      
      * minor change
      
      * added reshape1/2 kernels
      
      * moved some functions into private block
      
      * CI fix
      
      * CI fix
      
      * CI fix
      22c4c189