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

check compiler version in cmake #6026

Merged
merged 2 commits into from
Aug 24, 2021
Merged

Conversation

daquexian
Copy link
Contributor

No description provided.

Signed-off-by: daquexian <daquexian566@gmail.com>
Copy link
Contributor

@PragmaTwice PragmaTwice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@oneflow-ci-bot oneflow-ci-bot self-requested a review August 24, 2021 15:43
@github-actions
Copy link
Contributor

Speed stats:
GPU Name: GeForce GTX 1080 

PyTorch resnet50 time: 140.4ms (= 7019.3ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 127.9ms (= 6393.8ms / 50, input_shape=[16, 3, 224, 224], backward is enabled)
Relative speed: 1.10 (= 140.4ms / 127.9ms)

PyTorch resnet50 time: 85.2ms (= 4261.0ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 74.3ms (= 3716.8ms / 50, input_shape=[8, 3, 224, 224], backward is enabled)
Relative speed: 1.15 (= 85.2ms / 74.3ms)

PyTorch resnet50 time: 59.2ms (= 2961.1ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 49.1ms (= 2455.0ms / 50, input_shape=[4, 3, 224, 224], backward is enabled)
Relative speed: 1.21 (= 59.2ms / 49.1ms)

PyTorch resnet50 time: 49.0ms (= 2451.3ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 39.7ms (= 1983.3ms / 50, input_shape=[2, 3, 224, 224], backward is enabled)
Relative speed: 1.24 (= 49.0ms / 39.7ms)

PyTorch resnet50 time: 43.1ms (= 2156.9ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
OneFlow resnet50 time: 37.6ms (= 1880.0ms / 50, input_shape=[1, 3, 224, 224], backward is enabled)
Relative speed: 1.15 (= 43.1ms / 37.6ms)

@oneflow-ci-bot oneflow-ci-bot removed their request for review August 24, 2021 17:15
@oneflow-ci-bot oneflow-ci-bot merged commit 21ac40e into master Aug 24, 2021
@oneflow-ci-bot oneflow-ci-bot deleted the check_compiler_version branch August 24, 2021 17:18
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.

None yet

4 participants