Skip to content

Tags: Oneflow-Inc/oneflow

Tags

v1.0.0

Toggle v1.0.0's commit message
Release version 1.0.0

v0.9.0

Toggle v0.9.0's commit message
update

experiment

Toggle experiment's commit message
add ONEFLOW_DTR_OP_TIME_DATASET

Signed-off-by: daquexian <[email protected]>

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix zeros like and ones_like api (#8632)

* fix zeros_like and ones_like bug

* refine

* revert

* refine

* fix tensor_slice_view infer physic_shape bug

* add test

* refine

* auto format by CI

* fix bug

* refine

* auto format by CI

* fix import error

* fix bug

Co-authored-by: oneflow-ci-bot <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v0.8.0

Toggle v0.8.0's commit message
enable release

v0.6.1

Toggle v0.6.1's commit message
fix

v0.7.0

Toggle v0.7.0's commit message
update rhd config

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Fix] graph support 0-Size tensor (#6957)

* Add nn.functional.glu graph test

* add filter to motify functional autotest

* motify code

* add test example

* add test else

* add test judging condition for test_masked_fill.py,test_constant.py,test_tile.py、test_repeat.py,test_expand.py

* add test ok example

* Clear tensor name scope after graph build

* Add test case of 2 graph caught same free eager tensor

* auto format by CI

* Dev cc clean tensor name scope (#7082)

* Clear tensor name scope after graph build

* Add test case of 2 graph caught same free eager tensor

* auto format by CI

Co-authored-by: chengtbf <[email protected]>
Co-authored-by: oneflow-ci-bot <[email protected]>

* submit test success example

* test success example

* submit test code

* fix a bug about relu module with 0 shape data

* fixed a bug about relu module with 0 shape data

* fix a bug about relu module with 0 shape data

* fix a bug about relu module with 0 shape data

* 0shape and 0d autotest

* fix a bug about relu module with 0 shape data

* 0shape changed to 0_size

* modify test_var.py

* modify test_eye.py

* modify test_reshape.py

* modify test_.py

* modify ReshapeFunctor

* modify some file

* Fixed graph autotest bug with reshape op test

* Fixed graph autotest bug with reshape op test

* fixed test_sub.py

* modify test_sub.py

* modify tensor_methods.cpp

* modify array_functor.cpp

* graph support 0-Size tensor

* rename 0shape to 0 size

* modified check_graph=True

* fix and refine

Co-authored-by: Zhenhua <[email protected]>
Co-authored-by: tangnana925 <[email protected]>
Co-authored-by: tangnana <[email protected]>
Co-authored-by: Zhenhua <[email protected]>
Co-authored-by: chengtbf <[email protected]>
Co-authored-by: oneflow-ci-bot <[email protected]>
Co-authored-by: Xiaoyu Xu <[email protected]>
Co-authored-by: oneflow-ci-bot <[email protected]>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refine acc actor (#6444)

Co-authored-by: oneflow-ci-bot <[email protected]>

v0.5rc2

Toggle v0.5rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Get device index from local rank if multi-client, otherwise use the c…

…urrent device. (#6405)

* Fix random generator

* Get device index from local rank if multi-client, otherwise use current device.

Co-authored-by: oneflow-ci-bot <[email protected]>