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>
    • 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
      
      * f...