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

finish bool type #7523

Merged
merged 34 commits into from
Mar 3, 2022
Merged

finish bool type #7523

merged 34 commits into from
Mar 3, 2022

Conversation

simonJJJ
Copy link
Contributor

No description provided.

@oneflow-ci-bot oneflow-ci-bot self-requested a review February 17, 2022 16:59
@github-actions
Copy link
Contributor

Static analysis with clang failed. PR label automerge has been removed

@github-actions
Copy link
Contributor

CI failed when running job: Build cpu. PR label automerge has been removed

@oneflow-ci-bot oneflow-ci-bot removed their request for review February 17, 2022 19:04
FLOATING_DATA_TYPE_SEQ \
INT_DATA_TYPE_SEQ \
UNSIGNED_INT_DATA_TYPE_SEQ
#define RANGE_DATA_TYPE_SEQ \
Copy link
Contributor

Choose a reason for hiding this comment

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

能帮忙改成 EYE_DATA_TYPE_SEQ

@oneflow-ci-bot oneflow-ci-bot self-requested a review February 28, 2022 06:14
@simonJJJ simonJJJ requested review from oneflow-ci-bot and removed request for oneflow-ci-bot February 28, 2022 07:20
@oneflow-ci-bot oneflow-ci-bot removed their request for review February 28, 2022 07:56
@simonJJJ simonJJJ requested a review from oneflow-ci-bot March 2, 2022 11:51
@oneflow-ci-bot oneflow-ci-bot removed their request for review March 2, 2022 12:05
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot March 2, 2022 12:05
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot March 2, 2022 15:11
@oneflow-ci-bot oneflow-ci-bot requested review from oneflow-ci-bot and removed request for oneflow-ci-bot March 2, 2022 16:48
@oneflow-ci-bot oneflow-ci-bot self-requested a review March 2, 2022 21:45
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2022

CI failed when running job: cuda-module. PR label automerge has been removed

@github-actions github-actions bot removed the automerge label Mar 3, 2022
@oneflow-ci-bot oneflow-ci-bot removed their request for review March 3, 2022 01:53
@simonJJJ simonJJJ requested a review from oneflow-ci-bot March 3, 2022 04:09
@oneflow-ci-bot oneflow-ci-bot removed their request for review March 3, 2022 04:09
@oneflow-ci-bot oneflow-ci-bot self-requested a review March 3, 2022 04:15
@hjchen2 hjchen2 enabled auto-merge (squash) March 3, 2022 05:00
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2022

Speed stats:
GPU Name: GeForce GTX 1080 

✔️ OneFlow resnet50 time: 128.9ms (= 12887.0ms / 100, input_shape=[16, 3, 224, 224])
PyTorch resnet50 time: 140.3ms (= 14032.1ms / 100, input_shape=[16, 3, 224, 224])
✔️ Relative speed: 1.09 (= 140.3ms / 128.9ms)

✔️ OneFlow resnet50 time: 77.6ms (= 7755.1ms / 100, input_shape=[8, 3, 224, 224])
PyTorch resnet50 time: 87.2ms (= 8722.2ms / 100, input_shape=[8, 3, 224, 224])
✔️ Relative speed: 1.12 (= 87.2ms / 77.6ms)

OneFlow resnet50 time: 53.2ms (= 10640.3ms / 200, input_shape=[4, 3, 224, 224])
PyTorch resnet50 time: 59.3ms (= 11851.9ms / 200, input_shape=[4, 3, 224, 224])
✔️ Relative speed: 1.11 (= 59.3ms / 53.2ms)

OneFlow resnet50 time: 41.6ms (= 8318.8ms / 200, input_shape=[2, 3, 224, 224])
PyTorch resnet50 time: 50.3ms (= 10056.0ms / 200, input_shape=[2, 3, 224, 224])
✔️ Relative speed: 1.21 (= 50.3ms / 41.6ms)

OneFlow resnet50 time: 40.0ms (= 7993.2ms / 200, input_shape=[1, 3, 224, 224])
PyTorch resnet50 time: 44.5ms (= 8909.8ms / 200, input_shape=[1, 3, 224, 224])
✔️ Relative speed: 1.11 (= 44.5ms / 40.0ms)

✔️ OneFlow resnet50 time: 142.9ms (= 14294.9ms / 100, input_shape=[16, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 163.7ms (= 16369.7ms / 100, input_shape=[16, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.15 (= 163.7ms / 142.9ms)
*****************************************
Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed. 
*****************************************

OneFlow resnet50 time: 89.8ms (= 8975.6ms / 100, input_shape=[8, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 102.9ms (= 10291.0ms / 100, input_shape=[8, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.15 (= 102.9ms / 89.8ms)
*****************************************
Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed. 
*****************************************

OneFlow resnet50 time: 62.7ms (= 12534.1ms / 200, input_shape=[4, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 78.8ms (= 15758.8ms / 200, input_shape=[4, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.26 (= 78.8ms / 62.7ms)
*****************************************
Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed. 
*****************************************

OneFlow resnet50 time: 51.8ms (= 10369.1ms / 200, input_shape=[2, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 67.5ms (= 13496.6ms / 200, input_shape=[2, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.30 (= 67.5ms / 51.8ms)
*****************************************
Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed. 
*****************************************

OneFlow resnet50 time: 46.7ms (= 9341.4ms / 200, input_shape=[1, 3, 224, 224], ddp, world size=2)
PyTorch resnet50 time: 62.5ms (= 12501.9ms / 200, input_shape=[1, 3, 224, 224], ddp, world size=2)
✔️ Relative speed: 1.34 (= 62.5ms / 46.7ms)
*****************************************
Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed. 
*****************************************

@hjchen2 hjchen2 merged commit 0fe5d30 into master Mar 3, 2022
@hjchen2 hjchen2 deleted the finish_bool branch March 3, 2022 08:43
marigoold pushed a commit that referenced this pull request Mar 15, 2022
* finish bool type

* fix static analysis

* modify eye data type

* fix

* fix

* fix tensor indexing

* fix in_top_k op

* fix dropout

* fix

* fix doctest

Co-authored-by: oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
wyg1997 pushed a commit that referenced this pull request Mar 17, 2022
* finish bool type

* fix static analysis

* modify eye data type

* fix

* fix

* fix tensor indexing

* fix in_top_k op

* fix dropout

* fix

* fix doctest

Co-authored-by: oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
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.

4 participants