1. 26 1月, 2022 1 次提交
    • C
      [PTen] Unify InferMeta(Shape) Function in pten and fluid op (#38976) · b75507d3
      Chen Weihang 提交于
      * infermeta context init design
      
      * support infermeta called in fluid op
      
      * add hasattr and attr methods
      
      * add dygraah GetVarPtrs support
      
      * rename arg_map_context to arg_map_utils
      
      * add registry for arg map func
      
      * resolve conflit
      
      * refactor op utils design
      
      * polish meta config
      
      * fix details
      
      * remove hasattr method
      
      * resolve conflit
      
      * revert cmake order change
      
      * revert some change
      
      * change init pos
      
      * fix compile faileed
      
      * fix typo
      
      * fix inference failed
      
      * fix windows ccompile failed
      
      * polish format
      Co-authored-by: NWang Huan <wanghuan29@baidu.com>
      b75507d3
  2. 25 1月, 2022 1 次提交
  3. 24 1月, 2022 1 次提交
    • z8hanghuan's avatar
      support sparse of adam, *test=kunlun (#38483) · e106901e
      z8hanghuan 提交于
      * support sparse of adam, *test=kunlun
      
      * add pre-commit-config.yaml
      
      * support sparse of adam in KL2,*test=kunlun
      
      * support sparse of adam in KL2, *test=kunlun
      
      * modify xpu.cmake, *test=kunlun
      
      * support sparse of adam, rm some wait, *test=kunlun
      
      * support sparse of adam, rm some wait, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      e106901e
  4. 22 1月, 2022 1 次提交
  5. 21 1月, 2022 1 次提交
  6. 20 1月, 2022 1 次提交
  7. 14 1月, 2022 2 次提交
  8. 13 1月, 2022 1 次提交
  9. 12 1月, 2022 1 次提交
  10. 11 1月, 2022 2 次提交
  11. 10 1月, 2022 1 次提交
    • H
      Add gpu kernel for new api : linalg.lstsq (#38621) · 405103d8
      Haohongxiang 提交于
      * add lstsq gpu kernel
      
      * update
      
      * add docs_en
      
      * modify ut
      
      * fix bugs
      
      * modify example in docs_en
      
      * remove lstsq_op.cu from ROCM cmake
      
      * modify docs_en
      
      * modify docs_en
      
      * modify docs_en
      
      * remove unneccessary TensorCopy
      405103d8
  12. 05 1月, 2022 1 次提交
  13. 30 12月, 2021 2 次提交
  14. 29 12月, 2021 1 次提交
  15. 27 12月, 2021 1 次提交
  16. 26 12月, 2021 1 次提交
  17. 24 12月, 2021 2 次提交
  18. 22 12月, 2021 2 次提交
  19. 20 12月, 2021 1 次提交
  20. 18 12月, 2021 1 次提交
  21. 16 12月, 2021 2 次提交
  22. 15 12月, 2021 1 次提交
  23. 07 12月, 2021 2 次提交
  24. 06 12月, 2021 1 次提交
  25. 03 12月, 2021 1 次提交
  26. 01 12月, 2021 1 次提交
  27. 29 11月, 2021 2 次提交
  28. 26 11月, 2021 1 次提交
  29. 25 11月, 2021 2 次提交
  30. 23 11月, 2021 1 次提交
  31. 19 11月, 2021 1 次提交
    • Z
      Fix CI bug caused by type of TensorMeta (#37373) · d29cc7b4
      zyfncg 提交于
      * rename TensorBase interface data_type() to dtype()
      
      * rename type to dtype of TensorMeta
      
      * merge the code
      
      * merge the code
      
      * fix the problem when merge conflict
      
      * fix bug of ci caused by type of tensor_meta
      
      * changes cmake to clear cache
      d29cc7b4