1. 21 9月, 2022 1 次提交
  2. 26 6月, 2022 1 次提交
  3. 17 6月, 2022 1 次提交
  4. 05 6月, 2022 1 次提交
  5. 14 3月, 2022 1 次提交
    • C
      【phi】migrate matrix_rank to phi (#40074) · b9d4285b
      crystal 提交于
      * migrate matrix_rank to phi
      
      * migrate eigh and matrix_rank to phi
      
      * fix matrix_rank
      
      * optimize code
      
      * move matrix_rank to phi
      
      * add max functor
      
      * migrate matrix_rank to phi
      
      * optimize code
      b9d4285b
  6. 03 3月, 2022 1 次提交
  7. 20 2月, 2022 1 次提交
  8. 19 2月, 2022 1 次提交
    • A
      [Pten]Unify paddle/pten::framework::ddim into pten::ddim (#39614) · 2fe04264
      Aurelius84 提交于
      * Unify paddle/pten::framework::ddim into pten::ddim
      
      * fix paddle namespace
      
      * compile sucessfully
      
      * fix npu src file
      
      * fix conflict
      
      * fix conflict
      
      * fix tensorrt compiler error
      
      * fix conflict
      
      * fix conflict
      
      * fix tesst file conflict
      
      * fix conflict
      
      * fix mlu file conflict
      
      * fix mlu file conflict
      
      * fix cinn header file conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      2fe04264
  9. 24 1月, 2022 1 次提交
  10. 17 9月, 2021 1 次提交
  11. 09 9月, 2021 1 次提交
    • 0
      Add matrix_rank Op and it's GPU and CPU kernel (#34823) · eb1fbf12
      0x45f 提交于
      * init matrix_rank op, add matrix_rank CPU code and test
      
      * add GPU kernel, remove svd_eigen.h
      
      * add CPU kernel when tol is tensor
      
      * add cpu and gpu code when tol is tensor
      
      * fix CI-ROCM error
      
      * add matrix_rank API describe, fix PR-CI-Py3 error
      
      * fix PR-CI-Windows error, add matrix_rank API test
      
      * delete useless comments
      
      * fix review
      
      * add my code in svd_helper.h
      
      * update doc commets
      
      * remove spaces
      eb1fbf12