Skip to content
Snippets Groups Projects
  1. Oct 10, 2020
  2. Oct 09, 2020
  3. Oct 08, 2020
  4. Oct 07, 2020
    • binbinHan's avatar
      Dev integrate cfg (#3597) · e01b57a5
      binbinHan authored
      
      * integrate cfg primary
      
      * add depend of of_ccobj
      
      * add dependence of of_cfgobj
      
      * fine-tuning the way of cfg integration
      
      * add proto/cfg convert & DebugString
      
      * finetune cfg
      
      * optimize cfg & add support of nested message
      
      * fix a small bug
      
      * arrange cfg code
      
      * optimize cfg
      
      * fix code format
      
      * add of_proto_python_dir arg to template_convert.py
      
      * fix cfg constructor bug
      
      * remove useless line in cfg.cmake
      
      * optimize cfg.cmake
      
      * delete useless line in cfg.cmake
      
      * fintune cfg.cmake
      
      * fix a small bug of oneof field
      
      * support oneflow_api_registry
      
      * fix code format
      
      * Expand folder range
      
      * optimize of_api_registry
      
      * Update of_api_registry.h
      
      add a blank line between constructor  and member function
      
      * update pybind_module_registry
      
      * fix code format
      
      * optimize oneflow_pybind_api
      
      * optimize pybind registry
      
      * fix code foemat
      
      * optimize cfg
      
      * fix oneflow.cmake
      
      * add a blank line
      
      * optimize cfg
      
      Co-authored-by: default avatarlixinqi <lixinqi0703106@163.com>
    • Li Xinqi's avatar
      Refactor scope (#3652) · 278b50ae
      Li Xinqi authored
      
      * refactor Session.job_name2current_scope_ to Session.scope_stack_
      
      * Seperate scope related functions from Session to scope_util.py
      
      * revert change
      
      Co-authored-by: default avatarShenghang Tsai <jackalcooper@gmail.com>
  5. Oct 06, 2020
  6. Oct 05, 2020
  7. Oct 04, 2020
    • guo ran's avatar
      MaskAndScaleHalf2 (#3643) · 31701b01
      guo ran authored
      * MaskAndScaleHalf2
      
      * fix
      
      * fix
      
      * refine
      
      * format
    • Li Xinqi's avatar
      Bugfix split config proto and session job set (#3637) · 4d3e2d33
      Li Xinqi authored
      * rename OF_BARRIAER
      
      * add eager_2node_test.py
      
      * InitLazyGlobalSession if eager execution not enabled
      
      * remove Global<LbiDiffWatcherInfo>
      
      * add TODO() comments for OF_SESSION_BARRIER under directory core/comm_network/
      
      * remove eager_2node_test.py
    • Shenghang Tsai's avatar
      Parallel unit tests (Step 1, refactor existing unit tests) (#3632) · 789e80b6
      Shenghang Tsai authored
      
      * add classes for different test base class
      
      * add export
      
      * rm old main files
      
      * fix
      
      * fix class name
      
      * check in changes of tests
      
      * fix else
      
      * fix bugs
      
      * fix order
      
      * better naming
      
      * update ci script
      
      * fix import unittest
      
      * add --failfast
      
      * filter by card num
      
      * fix typo
      
      * update ci script
      
      * dont set CUDA_VISIBLE_DEVICES
      
      * use skip unless
      
      * add OneGpuTestCase
      
      * fix typo
      
      * shorter reason
      
      * fix class
      
      * fix typo
      
      * skip test_train_consistent for now
      
      * add tearDown
      
      * fix setup
      
      * rm todo
      
      * skip TestImageResize
      
      * fix for pure cpu
      
      * skip TestImageTargetResize
      
      * fix typo
      
      * rename
      
      * mv demo
      
      * rm readme
      
      * rename
      
      * rename cases
      
      * add --verbose
      
      * rename
      
      * address reviews
      
      * fix export
      
      * minor fix
      
      * fix export
      
      * fix skips
      
      * more renames
      
      * rename
      
      * rename class
      
      * rm gpu
      
      * rename num in scripts
      
      * skip resize img
      
      * fix sys env
      
      * fix dynamic reshape
      
      * fix dynamic reshape
      
      * fix skip msg
      
      * rm num_gpus
      
      * address review
      
      * address reviews
      
      * rm class
      
      * update decorator
      
      * fix inden
      
      * fix typo
      
      * replace class with decorator
      
      * fix
      
      * refine
      
      * fix decorator
      
      * mv code
      
      * add more decorators
      
      * add ONEFLOW_TEST_DEVICE_NUM=1
      
      * fix typo
      
      * fix typo
      
      * fix name
      
      * fix skip msg
      
      * use decorators in scripts
      
      * larger rol for xla ln
      
      Co-authored-by: default avatartsai <caishenghang@oneflow.org>
      Co-authored-by: default avataroneflow-bot <69100618+oneflow-bot@users.noreply.github.com>
  8. Oct 03, 2020
  9. Oct 02, 2020
  10. Oct 01, 2020
  11. Sep 30, 2020
  12. Sep 29, 2020
  13. Sep 28, 2020
    • daquexian's avatar
      update lib name in link flags (#3623) · 95a85c87
      daquexian authored
      
      * update lib name in link flags
      
      * get lib path from imp module
      
      * reformat and replace % with .format
      
      Co-authored-by: default avataroneflow-bot <69100618+oneflow-bot@users.noreply.github.com>
    • cheng cheng's avatar
      Transport (#3549) · 3a54beb8
      cheng cheng authored
      * Networker interface
      
      * global epoll comm net
      
      * half implement of Networker
      
      * implement of Networke::Send
      
      * Implement of Networker::Recieve
      
      * Implement of Networker::HandlerRecieveSendMsgFromSrcMachine
      
      * Implement of Networker::HandlerRecieveAckMsgFromDstMachine
      
      * refine iterator in Networker
      
      * add networker test exe
      
      * add log and blocking count
      
      * OF_BARRIER for networker test
      
      * add log for debug
      
      * add more log
      
      * fix bug and add check
      
      * fix bug of wrong delete global in callback
      
      * fix bug of double free
      
      * exchange Netwoker deconstructor
      
      * moving BlockingCount in networker_test_main
      
      * send_before_recv & recv_before_send ; fix lock bug of status access
      
      * Networker -> Transport
      
      * add TODO(chengcheng) and rename interface of Transport handler
      
      * add more test
      
      * fix bug and refine test code
      
      * fix compile err for new change
      
      * Test for correctness
      
      * Test throughput like ibverbs read bandwith
      
      * Fix BUG: All stat change need be set in the block protected by lock
      
      * test 23 data up to 8388608
      
      * note for debug
      
      * OF_BARRIER_ALL
      
      * ctrl_client clear
      
      * not commnet
      
      * test global
      
      * CtrlServer: Clear cq before shutdown
      
      * Fix cq shutdown on loop thread
      
      * add log
      
      * try shutdown grpc server before cq shutdown
      
      * move grpc server to loop thread
      
      * fix rpc loop return condition
      
      * revert change in ctrl server
      
      * fix bug of delete global in runtime
      
      * transport support 1. Receive size > Send size; 2. Local Send/Recv
      
      * add test for Send size < Recv size and local transport
      
      * fix bug when Send size < Recv size
      
      * refine code for review
      
      * Fix bug of Transport UnRegisterMemory
      
      * add Transport user doc
      
      * refine code for review. move memcopy from block protected by mutex
    • Shijie's avatar
      fix cpu cuda runtime (#3621) · 7f2d7ddc
      Shijie authored
  14. Sep 27, 2020
  15. Sep 25, 2020
  16. Sep 24, 2020