Skip to content
Snippets Groups Projects
  1. Jul 19, 2021
  2. Jul 17, 2021
  3. Jul 14, 2021
  4. Jul 10, 2021
  5. Jul 08, 2021
    • poohRui's avatar
      Support inplace operations (#5204) · 2e75393e
      poohRui authored
      
      * support inplace forward
      
      * support inplace backward
      
      * add test case
      
      * add test case for clone
      
      * inplace is not support for leaf nodes
      
      * refine clone
      
      * add checks
      
      * refine
      
      * forbid clone with no grad
      
      * Separate autograd meta to tensor (#5267)
      
      * separate autograd meta
      
      * minor fix
      
      * fix acc_grad interface
      
      * fix acc_grad with null
      
      * minor fix
      
      * inplace without clone
      
      * refine
      
      * minor fix
      
      * remove maybe from constructor
      
      * change from create to set
      
      * fix merge bugs
      
      * fix merge bug
      
      * remove inplace flag in local_call_opkernel_phy_instr_operand
      
      * remove out-date codes
      
      * refine code
      
      * add JUST
      
      * fix merge master bug
      
      * revert autograd engine input_grad check
      
      * fix bug in tensor_hook
      
      Co-authored-by: default avatarwyg1997 <wyg19970408@gmail.com>
      Co-authored-by: default avatarHoujiang Chen <chenhoujiangcug@gmail.com>
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
      2e75393e
  6. Jul 05, 2021
  7. Jun 25, 2021
    • Shenghang Tsai's avatar
      Fix macOS support and run macOS build in Simple CI (#4947) · 695dd7e4
      Shenghang Tsai authored
      
      * update cmake
      
      * check in fix
      
      * add default for apple
      
      * skip and generate_api for in mac ci
      
      * fix yml
      
      * fix has_grad template
      
      * update flatbuffer
      
      * fix align
      
      * revert
      
      * revert
      
      * refine
      
      * add FLATBUFFERS_BUILD_TESTS=OFF
      
      * revert
      
      * refine
      
      * add note
      
      * Update flatbuffers.cmake
      
      * refine
      
      * rm log
      
      * FLATBUFFERS_BUILD_TESTS=OFF
      
      * Update flatbuffers.cmake
      
      * restore
      
      * refine
      
      * fix ndarry std::min
      
      * restore
      
      * refine
      
      * update test config
      
      * run doctest in cpu
      
      * fix vm::TestResourceDescScope
      
      * dont run doctest because it seems to involve more
      
      * add simple ci
      
      * refine
      
      * refine
      
      * add ubuntu
      
      * refine
      
      * refine
      
      * add todo
      
      * refine
      
      * refine cache
      
      * build oneflow if linux
      
      * refine
      
      * refine
      
      * fix cache order
      
      * refine cache key
      
      * refine
      
      * rm skip
      
      * add instruction on readme
      
      * refine
      
      * refine
      
      * revert
      
      * refine
      
      * refine
      
      * refine
      
      * Update CMakeLists.txt
      
      * add
      
      * Fix protobuf debug postfix
      
      * refine
      
      * fix
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      
      * add config in matrix
      
      * refine
      
      * refine
      
      * refine
      
      * fix
      
      * add badge
      
      * refine
      
      * refine
      
      * refine
      
      * opencv diable intel ITT
      
      * rm RelWithDebInfo
      
      * refine
      
      * refine
      
      * rm intel ITT
      
      * dont use realpath to prevent failure
      
      * refine
      
      * fix
      
      * don't build Ninja with Release to reduce product
      
      * revert
      
      * refine order
      
      * refine order
      
      * refine order
      
      * refine order
      
      * less deps
      
      * refine
      
      * rm mkl note
      
      * refine
      
      * refine
      
      * link py libs if building shared lib on mac
      
      * refine
      
      * add handy name
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      
      * quick fix
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      
      Co-authored-by: default avatarstrint <xiaoyulink@gmail.com>
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
      Co-authored-by: default avatarliujuncheng <liujuncheng1022@gmail.com>
      695dd7e4
  8. Jun 24, 2021
  9. Jun 16, 2021
  10. Jun 15, 2021
  11. May 31, 2021
  12. May 20, 2021
  13. May 18, 2021
  14. May 14, 2021
  15. May 13, 2021
  16. May 12, 2021
  17. May 09, 2021
  18. May 08, 2021
  19. May 06, 2021
    • Li Xinqi's avatar
      ArgTuple (#4795) · 75bac84c
      Li Xinqi authored
      * ArgTuple
      
      * refactor BlobRegister::GetObject4BlobName
      
      * refactor the type of ArgTuple::arg_name2bn_index2tensor_tuple_index_
      75bac84c
  20. Apr 29, 2021
  21. Apr 28, 2021
  22. Apr 27, 2021
  23. Apr 26, 2021
  24. Apr 24, 2021
  25. Apr 19, 2021
  26. Apr 16, 2021
  27. Apr 14, 2021
  28. Apr 13, 2021
  29. Apr 11, 2021
  30. Apr 02, 2021
  31. Apr 01, 2021
  32. Mar 31, 2021
  33. Mar 25, 2021
    • Li Xinqi's avatar
      add sequantial callback instruction (#4503) · a6d03079
      Li Xinqi authored
      * add sequantial callback instruction
      
      * add a test_case for sequential instruction type
      
      * refactor RunLogicalInstruction/RunPhysicalInstruction
      
      * refactor RunLogicalInstruction/RunPhysicalInstruction
      a6d03079