Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eager boxing n to 1 #5949

Merged
merged 189 commits into from
Aug 27, 2021
Merged

Eager boxing n to 1 #5949

merged 189 commits into from
Aug 27, 2021

Conversation

clackhan
Copy link
Contributor

No description provided.

lixinqi and others added 30 commits August 12, 2021 23:09
…m:Oneflow-Inc/oneflow into abstract_consistent_to_consistent_op_expr
…m:Oneflow-Inc/oneflow into abstract_consistent_to_consistent_op_expr
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 26, 2021 19:03
@oneflow-ci-bot oneflow-ci-bot removed their request for review August 26, 2021 23:12
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 26, 2021 23:55
@github-actions
Copy link
Contributor

CI failed, removing label automerge

@oneflow-ci-bot oneflow-ci-bot removed their request for review August 27, 2021 01:39
@clackhan clackhan requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 27, 2021 01:48
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot August 27, 2021 02:42
@oneflow-ci-bot oneflow-ci-bot self-requested a review August 27, 2021 03:57
@github-actions
Copy link
Contributor

Speed stats:
GPU Name: GeForce GTX 1080 

OneFlow resnet50 time: 127.4ms (= 6371.5ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 141.4ms (= 7070.5ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.11 (= 141.4ms / 127.4ms)

OneFlow resnet50 time: 74.1ms (= 3703.4ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 84.6ms (= 4229.0ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.14 (= 84.6ms / 74.1ms)

OneFlow resnet50 time: 47.5ms (= 2374.3ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 60.2ms (= 3008.8ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.27 (= 60.2ms / 47.5ms)

OneFlow resnet50 time: 38.8ms (= 1941.5ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 47.5ms (= 2374.6ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.22 (= 47.5ms / 38.8ms)

OneFlow resnet50 time: 43.6ms (= 2178.7ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 43.8ms (= 2190.1ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.01 (= 43.8ms / 43.6ms)

OneFlow resnet50 time: 145.2ms (= 7262.2ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 154.8ms (= 7741.4ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.07 (= 154.8ms / 145.2ms)

OneFlow resnet50 time: 93.4ms (= 4668.8ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 96.4ms (= 4818.1ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.03 (= 96.4ms / 93.4ms)

OneFlow resnet50 time: 66.4ms (= 3318.3ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 70.9ms (= 3546.3ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 1.07 (= 70.9ms / 66.4ms)

OneFlow resnet50 time: 63.3ms (= 3163.2ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 58.6ms (= 2929.4ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 0.93 (= 58.6ms / 63.3ms)

OneFlow resnet50 time: 60.8ms (= 3041.9ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow GPU used (rank 0): 0 MiB
PyTorch resnet50 time: 56.8ms (= 2838.2ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
PyTorch GPU used (rank 0, estimated): 0 MiB
Relative speed: 0.93 (= 56.8ms / 60.8ms)

@oneflow-ci-bot oneflow-ci-bot merged commit 20b49c7 into master Aug 27, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the eager_boxing_n_to_1 branch August 27, 2021 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants