1. 22 1月, 2022 1 次提交
  2. 21 1月, 2022 4 次提交
  3. 20 1月, 2022 2 次提交
  4. 18 1月, 2022 1 次提交
  5. 17 1月, 2022 1 次提交
  6. 16 1月, 2022 1 次提交
  7. 15 1月, 2022 2 次提交
  8. 14 1月, 2022 2 次提交
  9. 13 1月, 2022 2 次提交
  10. 11 1月, 2022 2 次提交
  11. 10 1月, 2022 2 次提交
    • C
      move get expected kernel args into pten (#38825) · 3a23c1a2
      Chen Weihang 提交于
      3a23c1a2
    • Z
      [Unify Tensors PR #5] framework::Tensor inherits from DenseTensor,test=allcases (#38632) · 5c73a6ea
      Zhanlue Yang 提交于
      * Added shared_ptr<Allocation> member & corresponding interfaces to Storage
      
      * Removed original pten::Allocation from Storage and adjusted the interfaces accordingly
      
      * Fixed issues with storage offset
      
      * Used place to malloc allocation for TensorStorage
      
      * [Unify Tensors PR #3]Ported framework::Tensor interfaces to pten::DenseTensor
      
      * Fixed issues with place
      
      * Added comments
      
      * Moved mutable_data with stream argument to DenseTensor
      
      * Added set_offset interface
      
      * Fixed CI issues,test=allcases
      
      * [Unify Tensors PR #4] Port LoDTensor interfaces to DenseTensor
      
      * Removed friend class EigenTensor/EigenMatrix/EigenVector from Tensor
      
      * Modified framework::Tensor to inherit from DenseTensor
      
      * Reverted changes too pten_layout() interface
      
      * Removed friend classes
      
      * Rearranged cfunction calls from tensor.data<void>() to tensor.data()
      
      * Fixed CI issues
      
      * Fixed lite issues
      
      * Fixed data() interface issues,test=allcases
      
      * Resolved IsInitialized() issues
      
      * Fixed ResetHolder() issues
      
      * Fixed MKLDNN & Storage issues
      
      * Resolved ShareBufferWith() issues
      
      * Fixed LoD issues
      5c73a6ea
  12. 07 1月, 2022 1 次提交
    • Y
      [PTen]Refactor flatten_grad kernel (#38712) · 5cf0bb79
      YuanRisheng 提交于
      * refactor flatten grad kernel
      
      * fix bugs when run ci unittest
      
      * fix bugs when use default GetExpectedPtenKernelArgs
      
      * xshape sometimes is has null holder ,fix this bugs
      5cf0bb79
  13. 04 1月, 2022 1 次提交
    • Z
      [Unify Tensors PR #3]Port framework::Tensor members & interfaces to... · dfdc9960
      Zhanlue Yang 提交于
      [Unify Tensors PR #3]Port framework::Tensor members & interfaces to pten::DenseTensor, test=allcases (#38473)
      
      * Added shared_ptr<Allocation> member & corresponding interfaces to Storage
      
      * Removed original pten::Allocation from Storage and adjusted the interfaces accordingly
      
      * Fixed issues with storage offset
      
      * Used place to malloc allocation for TensorStorage
      
      * [Unify Tensors PR #3]Ported framework::Tensor interfaces to pten::DenseTensor
      
      * Fixed issues with place
      
      * Added comments
      
      * Moved mutable_data with stream argument to DenseTensor
      
      * Added set_offset interface
      
      * Fixed CI issues,test=allcases
      
      * [Unify Tensors PR #4] Port LoDTensor interfaces to DenseTensor
      
      * Reverted changes too pten_layout() interface
      
      * Removed friend classes
      dfdc9960
  14. 31 12月, 2021 1 次提交
  15. 30 12月, 2021 1 次提交
  16. 27 12月, 2021 1 次提交
  17. 26 12月, 2021 1 次提交
  18. 24 12月, 2021 2 次提交
  19. 23 12月, 2021 1 次提交
  20. 22 12月, 2021 2 次提交
  21. 21 12月, 2021 1 次提交
  22. 16 12月, 2021 2 次提交
  23. 14 12月, 2021 2 次提交
  24. 13 12月, 2021 1 次提交
  25. 10 12月, 2021 1 次提交
  26. 09 12月, 2021 2 次提交