1. 11 11月, 2022 1 次提交
    • C
      [IPU]: add model_runtime backend support in IPU (#47363) · 21b901cb
      czr-gc 提交于
      * feat(ipu): add model_runtime backend support in IPU.
      
      * fix(ipu_executor): fix error message format.
      
      * fix(ipu_executor): fix format.
      
      * fix(ipu_executor): fix format again.
      
      * fix(ipu_executor): fix format again.
      
      * fix(ipu_executor): fix format again.
      21b901cb
  2. 06 5月, 2022 1 次提交
  3. 05 5月, 2022 1 次提交
  4. 18 2月, 2022 1 次提交
  5. 17 1月, 2022 1 次提交
  6. 10 1月, 2022 1 次提交
    • 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
  7. 03 12月, 2021 1 次提交