Skip to content
Snippets Groups Projects
  1. Jul 06, 2021
  2. Jul 05, 2021
  3. Jul 04, 2021
  4. Jul 03, 2021
  5. Jul 02, 2021
  6. Jul 01, 2021
    • binbinHan's avatar
      Infer consistent tensor meta (#5362) · 392fc7c2
      binbinHan authored
      
      * Device::compute_dep_object_
      
      * sequantialize instructions in the same stream.
      
      * refactor AttrMap
      
      * refactor Tensor
      
      * Export ConsistentTensor::is_cuda
      
      * remove ConsistentTensor::blob_object
      
      * refactor TensorImpl
      
      * minor fix
      
      * fix compiler' complains
      
      * Implements EagerConsistentTensorImpl::New
      
      * minor fix
      
      * fix compiler complains
      
      * remove unused code
      
      * skip test_creating_consistent_tensor
      
      * backup code
      
      * Symbol::shared_from_symbol
      
      * remove redundant header file includes
      
      * fix bug in Symbol::shared_from_symbol
      
      * symbolize ParallelDesc and ParallelDistribution
      
      * symbolize Scope::GetParallelDesc()
      
      * IsScalarType
      
      * fix compiler complains
      
      * InputConsistentTensorMeta
      
      * refactor Scope with PlacementScope
      
      * fix bug in exporting Scope to python
      
      * backup code
      
      * refactor DType
      
      * fix compiler complains
      
      * backup code
      
      * DType is only allowed to be used in python code
      
      * backup code
      
      * dtype api bugfix
      
      * fix error on exiting
      
      Signed-off-by: default avatardaquexian <daquexian566@gmail.com>
      
      * lazily get rank
      
      Signed-off-by: default avatardaquexian <daquexian566@gmail.com>
      
      * Export const DType* into python
      
      * minor fix
      
      * fix bug
      
      * refine
      
      * refactor signature of OpExpr::InferLogicalShapeAndDtype
      
      * fix bug
      
      * backup_code
      
      * fix bug
      
      * refactor SbpXXX to cfg::SbpXXX
      
      * merge refactor_sbp_to_cfg_sbp
      
      * fix bug
      
      * Infer ConsistentTensorMeta
      
      * Implement EagerConsistentInterpret::ApplyImpl
      
      * 1) move XXXTensorMeta into the new file tensor_meta.h; 2) add new Class ConsistentTensorInferCache
      
      * add class ConsistentTensorInferResult
      
      * remove unused OpArgMutConsistentTensorMeta::parallel_distribution_
      
      * fix stack-overflow bug in Tensor::mut_eager_mirrored_tensor_impl
      
      * ignore empty parallel distribution constaint
      
      * fix bug
      
      * add explicit of cfg
      
      * fix xla compile bug
      
      * auto format by CI
      
      * fix according comment
      
      * fix bug
      
      * refine
      
      * refine
      
      Co-authored-by: default avatarlixinqi <lixinqi0703106@163.com>
      Co-authored-by: default avatarLi Xinqi <lixinqi2010@gmail.com>
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
      Co-authored-by: default avatardaquexian <daquexian566@gmail.com>
      Co-authored-by: default avatarShenghang Tsai <jackalcooper@gmail.com>
      Co-authored-by: default avataroneflow-ci-bot <ci-bot@oneflow.org>
      392fc7c2
    • Shenghang Tsai's avatar
      5e9f7c60