1. 10 9月, 2020 3 次提交
    • T
      version 0.2b1 · 99845bd2
      tsai 提交于
      
      Former-commit-id: 34928967
      99845bd2
    • D
      split BlobObject and EagerBlobObject (#3485) · 508f199c
      daquexian 提交于
      * split BaseObject and EagerBaseObject
      
      * Use BlobObject in FeedOrFetch, rename functions
      
      * ForEachIbnAndEagerBlobObject->ForEachIbnAndBlobObject
      
      * address reviews
      
      * give lazy ref blob a full blob desc
      
      * rename ForEachObnAndEagerBlobObject->ForEachMutBnAndBlobObject, ForEachIbnAndBlobObject->ForEachConstBnAndBlobObject
      
      * fix bug
      
      Former-commit-id: 4131ea97
      508f199c
    • S
      Fix BERT xla crash (#3548) · d7516cb9
      Shenghang Tsai 提交于
      * use cocoapi release
      
      * add SKIP_WHEEL
      
      * fix lr compile
      
      * add TODO
      
      * fix bias add grad
      
      * change cond to check
      Co-authored-by: Ntsai <caishenghang@oneflow.org>
      Former-commit-id: 448310a2
      d7516cb9
  2. 09 9月, 2020 1 次提交
  3. 08 9月, 2020 2 次提交
  4. 07 9月, 2020 2 次提交
  5. 06 9月, 2020 2 次提交
  6. 05 9月, 2020 1 次提交
  7. 04 9月, 2020 2 次提交
  8. 03 9月, 2020 4 次提交
    • M
      Add api docs zzk (#3514) · d909a743
      Mardino 提交于
      * add api docs
      
      * fix docs
      
      * add api doc in math_ops
      
      * Change the theme to read_the_docs
      
      * add equation docs in math_add
      
      * add equation docs in sub, mul, addn
      
      * add mod div tanh docs
      
      * add gelu, relu docs
      
      * add sigmoid unsorted_segment_sum api docs
      
      * add unsorted_segment example docs
      
      * add equal to greate_equal example docs
      
      * add logical and example docs
      
      * add other example docs, include squared difference
      
      * add requirements of sphinx_rtd_theme
      
      * delete the requirement of sphinx-material
      
      * use make of format
      
      * add optimizer docs
      
      * add scheduler docs
      
      * fix multiplier docs in warmup
      
      * add api docs for math binary elementwise ops
      
      * add math unary api docs
      
      * fix docs about round
      
      * add api docs for reduce mean
      
      * add api docs for reduce ops
      
      * fix code block for reduce ops
      
      * fix math equation
      
      * fix math equation erf
      
      * add code example for layers
      
      * fix docs in layers
      
      * fix of format
      
      * add warmup module in rst
      
      * fix focs for sbp author:yaochi
      
      * fix details in api docs
      
      * add nn api docs and add optimizer_grad_clip module in rst
      
      * fix details in api docs
      
      * fix details in nn
      
      * add prelu api docs
      
      * add smooth l1 loss api docs
      
      * add api docs for matmul
      
      * add api docs for sortops
      
      * add direction explanation in sortops
      
      * add regularizer api docs
      
      * fix layers api docs
      
      * fix apidocs # output to # out
      
      * fix land symbol in logical_and
      
      * add initializer api docs
      
      * fix warmup name error in Sphinx
      
      * rename globalnorm to fix error in sphinx docs
      
      * add more examples for initializer
      
      * Fix output to out
      
      * fix detail
      
      * add api docs for categorical_ordinal_encode
      
      * add api docs for watch
      
      * add api docs for one hot
      
      * add api docs for pad
      
      * fix expression in categorical ordinal encode
      
      * fix hash precomputed docs
      
      * fix of_format
      Co-authored-by: Ndoombeaker <later@usopp.net>
      Co-authored-by: NShenghang Tsai <jackalcooper@gmail.com>
      Co-authored-by: Noneflow-bot <69100618+oneflow-bot@users.noreply.github.com>
      Former-commit-id: a3952faa
      d909a743
    • J
      Migrate L1L2RegularizeGradientOp to UserOp Framework (#3527) · 1c137d32
      Juncheng 提交于
      * Migrate L1L2RegularizeGradientOp to UserOp Framework
      
      * ScopeSymbolId
      
      Former-commit-id: 2243f12b
      1c137d32
    • qq_22305325's avatar
      Dev add op tril (#3511) · 5bca4302
      qq_22305325 提交于
      * add tril op
      
      * fix code format
      
      * rename arg names
      
      * optimize tril op
      
      * optimize tril op
      
      * add half compute of scalar_by_tensor_add_op
      
      * optimize tril op & add half unit test
      
      * optimize tril op
      
      * add tril op doc
      
      * rename TrilCalGpu to TrilGpu
      
      * fix tril op doc
      
      * fix C++ format
      
      * add half compute of scalar_by_tensor_op
      
      * optimize tril
      
      Former-commit-id: 95a3e2db
      5bca4302
    • qq_22305325's avatar
      add masked fill op (#3515) · 31d9f037
      qq_22305325 提交于
      * add masked fill op
      
      * add blank line at end of file
      
      * reimplement masked_fill & optimize masked_fill test scrip
      
      * fix code format
      
      * delete old version masked_fill op impl
      
      * add doc for maksed_fill
      
      * add half compute of a series of op
      
      * add half test of masked_fill op
      
      * fix code format
      
      * fix masked_fill op doc
      
      * fix masked_fill op doc
      
      * Update oneflow/core/kernel/broadcast_to_compatible_with_kernel.cpp
      
      change piar to macro
      Co-authored-by: NJuncheng <liujuncheng1022@gmail.com>
      
      * optimize masked_fill
      
      * regist float16 of scalar_by_tensor sub, mul, div
      Co-authored-by: NJuncheng <liujuncheng1022@gmail.com>
      Former-commit-id: 4511d649
      31d9f037
  9. 02 9月, 2020 3 次提交
  10. 31 8月, 2020 2 次提交
  11. 30 8月, 2020 2 次提交
  12. 27 8月, 2020 2 次提交
    • M
      Add api docs zzk (#3505) · 0be07763
      Mardino 提交于
      * add api docs
      
      * fix docs
      
      * add api doc in math_ops
      
      * Change the theme to read_the_docs
      
      * add equation docs in math_add
      
      * add equation docs in sub, mul, addn
      
      * add mod div tanh docs
      
      * add gelu, relu docs
      
      * add sigmoid unsorted_segment_sum api docs
      
      * add unsorted_segment example docs
      
      * add equal to greate_equal example docs
      
      * add logical and example docs
      
      * add other example docs, include squared difference
      
      * add requirements of sphinx_rtd_theme
      
      * delete the requirement of sphinx-material
      
      * use make of format
      
      * add optimizer docs
      
      * add scheduler docs
      
      * fix multiplier docs in warmup
      
      * add api docs for math binary elementwise ops
      
      * add math unary api docs
      
      * fix docs about round
      
      * add api docs for reduce mean
      
      * add api docs for reduce ops
      
      * fix code block for reduce ops
      
      * fix math equation
      
      * fix math equation erf
      
      * add code example for layers
      
      * fix docs in layers
      
      * fix of format
      
      * add warmup module in rst
      
      * fix focs for sbp author:yaochi
      
      * fix details in api docs
      
      * add nn api docs and add optimizer_grad_clip module in rst
      
      * fix details in api docs
      Co-authored-by: Ndoombeaker <later@usopp.net>
      Co-authored-by: NShenghang Tsai <jackalcooper@gmail.com>
      Co-authored-by: Noneflow-bot <69100618+oneflow-bot@users.noreply.github.com>
      Former-commit-id: eb6d3cc3
      0be07763
    • L
      Fix the bug of using op_module_builder in namespace scope (#3513) · 58c412da
      leaves-zwx 提交于
      * fix bug
      
      * add test
      
      * fix consistent_user_op_builder
      
      * fix bug and update test
      
      * more accuracy api define and add test
      
      Former-commit-id: 7480d36b
      58c412da
  13. 25 8月, 2020 1 次提交
  14. 24 8月, 2020 1 次提交
  15. 23 8月, 2020 1 次提交
  16. 22 8月, 2020 1 次提交
  17. 21 8月, 2020 3 次提交
  18. 20 8月, 2020 4 次提交
    • S
      bump version 0.1.9 (#3498) · ec8df10e
      Shenghang Tsai 提交于
      * bump version 0.1.9
      
      * update readme
      
      * update script
      
      * add cuda 11 oneflow
      
      * add cpu install
      
      * add cuda 11 script
      
      * add cpu only instruction
      Co-authored-by: Ntsai <caishenghang@1f-dev.kbaeegfb1x0ubnoznzequyxzve.bx.internal.cloudapp.net>
      Former-commit-id: 297e636f
      ec8df10e
    • M
      add api docs (#3483) · dad8a77b
      Mardino 提交于
      * add api docs
      
      * fix docs
      
      * add api doc in math_ops
      
      * Change the theme to read_the_docs
      
      * add equation docs in math_add
      
      * add equation docs in sub, mul, addn
      
      * add mod div tanh docs
      
      * add gelu, relu docs
      
      * add sigmoid unsorted_segment_sum api docs
      
      * add unsorted_segment example docs
      
      * add equal to greate_equal example docs
      
      * add logical and example docs
      
      * add other example docs, include squared difference
      
      * add requirements of sphinx_rtd_theme
      
      * delete the requirement of sphinx-material
      
      * use make of format
      Co-authored-by: Ndoombeaker <later@usopp.net>
      Co-authored-by: NShenghang Tsai <jackalcooper@gmail.com>
      Co-authored-by: Noneflow-bot <69100618+oneflow-bot@users.noreply.github.com>
      Former-commit-id: 3a1ef10f
      dad8a77b
    • J
      Fused softmax kernel (#3496) · b4e377bc
      Juncheng 提交于
      
      
      Former-commit-id: 2ec8fc69
      b4e377bc
    • qq_22305325's avatar
      Dev boxing log (#3466) · 23cb6152
      qq_22305325 提交于
      * add SubTskGphBuilderUtil::BuildBoxingInfo() interface
      
      * add BuildBoxingInfo to sub_task_graph_builder
      
      * save boxing log
      
      * add not nullptr check
      
      * add TYR
      
      * remove blank line
      
      * change BuildBoxingInfo to BuildBoxingLogInfo
      
      * fix code style
      
      * rename boxing_logging_ to boxing_logging_lines_
      
      * fix c++ code format
      
      * rename boxing_info to boxing_log_line
      
      * rename boxing_info to boxing_log_line
      
      * fix code format
      
      * abstract SubTskGphBuilderStatus struct
      
      * rename boxing_log_line to boxingbuilderstatus
      
      * delete useless code
      
      * fix code format
      
      * remove useless include file
      
      * complete GetBlobInfo4LogicalBlobDesc
      
      * change boxing_log_lines to boxing_log_list_(std::list)
      
      * Optimize log saving function
      
      * remove useless include file
      
      * add colnum filed  Macro
      
      * add CHECK_NOT_NULL
      
      * Overload SetLogStream
      
      * change inappropriate variable name
      
      * remove usleless include file
      
      * add CHECK_JUST & TRY
      
      * fix c++ format
      
      * add new line at end of file
      
      * optimization boxing log
      
      * remove useless include
      
      * fix c++ format
      
      * optimize SubTskGphBuilderStatus Getters
      
      * change macro name
      
      * fix c++ format
      
      * optimize boxing log
      
      * fix c++ format
      
      * rename SerializeParallelDesc to ParallelDescToString
      
      * optimize boxing log
      
      * fix small bug
      
      * optimize boxing log
      
      * fix c++ format
      
      * optimize boxing log
      
      * fix c++ format
      
      * optimize boxing log
      
      * fix c++ format
      
      * optimize boxing log
      
      * optimize boxing log
      
      * fix c++ format
      
      * optimize boxing log
      
      * remove useless include file
      
      * optimize boxing log
      Co-authored-by: Noneflow-bot <69100618+oneflow-bot@users.noreply.github.com>
      Former-commit-id: e0370ccd
      23cb6152
  19. 19 8月, 2020 1 次提交
  20. 18 8月, 2020 2 次提交