Skip to content
Snippets Groups Projects
  1. Jul 23, 2021
  2. Jul 22, 2021
  3. Jul 21, 2021
  4. Jul 20, 2021
  5. Jul 19, 2021
  6. Jul 18, 2021
  7. Jul 17, 2021
    • liufengwei0103's avatar
      gen_bw_fn return maybe (#5454) · de29655f
      liufengwei0103 authored
      
      * modified SetInputArgModifyFn
      
      * Delete the CHECK changes in the assign_op.cpp file
      
      * Format
      
      * Modified the OutputArgModifyFn interface
      
      * add return
      
      * maybe error stack from CheckAndConstructOp to OutputArgModifier callback function
      
      * maybe error stack from CheckAndConstructOp to OutputArgModifier callback function
      
      * OutputArgModifier return maybe part_1
      
      * maybe error stack from CheckAndConstructOp to OutputArgModifier callback function
      
      * input_arg_modifier return maybe
      
      * gen_bw_fn return maybe
      
      * add MakeGenBackwardOpConf because ofstatement-expression not allowed outside function resulting in JUST failed in lambda
      
      * add maybe after merge master
      
      * fix bug: JUST in lambda
      
      Co-authored-by: default avataraishangjj <702572275@qq.com>
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
      de29655f
    • binbinHan's avatar
      Compatible single client (#5417) · bffde6d1
      binbinHan authored
      
      * mkdir compatible/single_client
      
      * mv to compatible/singe_client/python
      
      * mv to ./python/compatible/
      
      * use oneflow.compatible.single_client
      
      * back up
      
      * backup
      
      * refactor oneflow.xxx to oneflow.compatible.single_client.xxx
      
      * mv to single_client
      
      * refactor import oneflow to oneflow.compatible.single_client
      
      * backup
      
      * refine
      
      * refine
      
      * make single_clint ci test copy from correct path
      
      * refine
      
      * refine
      
      * delete ioconf and split single-clint ci test
      
      * auto format by CI
      
      * delete default session
      
      * fix method of erase sess id
      
      * delete string multi client in test.yml
      
      * fix spell error
      
      * delete space
      
      * refine
      
      * mv single client python file to compatible_single_client_python
      
      * refine
      
      * fix ci error
      
      * fix bug
      
      * fix bug
      
      * refine
      
      * refine
      
      * delete skip if in test/(modules/tensor)/* because of default eager env
      
      * fix bug
      
      * synchronization oneflow/compatible_single_client and oneflow/python
      
      * fix distributed_run bug
      
      * fix test_multi_process dead lock
      
      * fix test_multi_process dead lock
      
      * synchronization modify between oneflow/python and oneflow/compatible_single_client
      
      * refine
      
      * minor fix
      
      * fix bug
      
      * fix doctest.sh
      
      * rm files
      
      * remove files and add checks
      
      * delete moduels
      
      * Revert "delete moduels"
      
      This reverts commit f95ab369f556b71fd0663b67c6dd51c9b6d5ee81.
      
      Co-authored-by: default avatarXinqi Li <lixinqi0703106@163.com>
      Co-authored-by: default avatarliufengwei <2472937968@qq.com>
      Co-authored-by: default avataroneflow-ci-bot <ci-bot@oneflow.org>
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
      Co-authored-by: default avatartsai <jackalcooper@gmail.com>
      bffde6d1
    • Yinggang Wang's avatar
      Feat module repr (#5486) · 5119226d
      Yinggang Wang authored
      
      * feat(Module): support __repr__ function
      
      * feat(Modules): add extra_repr for some modules
      
      * fix(ConvModule): fix conv module extra_repr
      
      * fix(ActivityModule): raise inplace error to warning
      
      * fix(ModuleRepr): fix module print doctest bug
      
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
      5119226d