1. 16 2月, 2023 4 次提交
  2. 15 2月, 2023 2 次提交
  3. 14 2月, 2023 3 次提交
  4. 13 2月, 2023 3 次提交
  5. 10 2月, 2023 6 次提交
  6. 09 2月, 2023 5 次提交
  7. 08 2月, 2023 3 次提交
  8. 07 2月, 2023 1 次提交
  9. 06 2月, 2023 4 次提交
  10. 03 2月, 2023 5 次提交
    • R
      Fix 堆栈溢出 (stack overflow) of case8: paddle.unique_consecutive (#49983) · 83077f6f
      RedContritio 提交于
      * support negative index in unique_consecutive
      
      * add unittest
      
      * add unittest
      83077f6f
    • S
      Replace matmul(v2) with fused_matmul during oneDNN fuse passes (#49515) · 5cfe1645
      Sławomir Siwek 提交于
      * replace matmul with matmul_v2 in fuse passes
      
      * Remove fusion logic from matmul
      
      * removing fusion methods
      
      * add proper name
      
      * adjust namespaces
      
      * clean attrs in python tests
      
      * delete checkpoint and restore matmul version
      
      * remove unused code
      
      * matmul and reshape/transpose fuses migrated
      
      * split MatmulOneDNN headers
      
      * fuse activation and eltwise_add
      
      * add fuse_activation
      
      * matmul_transpose_reshape/reshape_transpose_matmul
      
      * matmul + elementwise_add (fused)
      
      * activation temporary modifciation
      
      * merge newest develop
      
      * remove depedency from other PR
      
      * revert pbtxt
      
      * remove placeholders from matmul_v2
      
      * add description in OPMaker
      
      * remove matmul_v2_op.h and all depedencies
      
      * remove dims changing in base op
      
      * add possibility to fuse already fused_matmul
      
      * restart broken CI
      
      * Empty-Commit
      
      * revert matmul_utils.h
      
      * codestyle
      
      * adjust imports
      
      * add pbtxt file
      
      * 100% matmul unit tests coverage
      
      * trigger CI with minimal changes to develop
      
      * adjust changes to develop
      
      * add fused_matmul op
      
      * inherit base ops
      
      * add "v2"
      
      * move OPMaker
      
      * Gradually add fused_matmul files
      
      * second batch of fused_matmul changes
      
      * split infershapes of matmul_v2 and fused_matmul
      
      * inherit fused_matmul from matmul_v2
      
      * Update paddle/phi/backends/onednn/onednn_reuse.h
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/phi/kernels/fusion/onednn/fused_matmul_kernel.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      ---------
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      5cfe1645
    • R
      Fix div 0 error of case20: paddle.min (#50013) · 50c43dd3
      RedContritio 提交于
      50c43dd3
    • R
      Fix 堆栈溢出 (stack overflow) of case3: paddle.metric.accuracy (#49984) · 97411214
      RedContritio 提交于
      * add input check for accuracyOp
      
      * add input check for gpu/accuracyOp
      
      * add unittest
      
      * use rank instead of dimensions in message
      
      * update unittest
      
      * update unittest
      97411214
    • HappyHeavyRain's avatar
      Generate some static graph ops (#49906) · 85490f70
      HappyHeavyRain 提交于
      * generate some static graph ops
      
      * fix the bug of pow
      
      * add REGISTER_ACTIVATION_OP in operators.cmake
      
      * modify the file operators.cmake
      85490f70
  11. 02 2月, 2023 4 次提交