-
Notifications
You must be signed in to change notification settings - Fork 521
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
Add SDE Test #327
base: main
Are you sure you want to change the base?
Add SDE Test #327
Conversation
This pull request was exported from Phabricator. Differential Revision: D20590270 |
17badb0
to
b987aca
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
b987aca
to
ae1babb
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
ae1babb
to
e4b1d99
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
e4b1d99
to
33d274a
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
33d274a
to
c2328cc
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
c2328cc
to
ecb6b1d
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
ecb6b1d
to
6543be6
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
6543be6
to
63d767f
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
Summary: Pull Request resolved: pytorch#327 Add SDE Test for Github action Using "make -j2" instead of "make -j" to parallelize the build process. Using "make -j" seems not working on ubuntu here. Differential Revision: D20590270 fbshipit-source-id: 6d481e6597d616c04da64d2ed98268dbd14d9782
63d767f
to
4dff109
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
4dff109
to
3bcd6a7
Compare
Summary: Pull Request resolved: pytorch#327 Add SDE Test for Github action Using "make -j2" instead of "make -j" to parallelize the build process. Using "make -j" seems not working on ubuntu here. Differential Revision: D20590270 fbshipit-source-id: fef19fc660487d2234fdfe727aae6146da9cd23c
This pull request was exported from Phabricator. Differential Revision: D20590270 |
Summary: Pull Request resolved: pytorch#327 Add SDE Test for Github action Using "make -j2" instead of "make -j" to parallelize the build process. Using "make -j" seems not working on ubuntu here. Differential Revision: D20590270 fbshipit-source-id: 9f833eab59f85088ef75c625a442135798a2066c
3bcd6a7
to
6dc79ab
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
Summary: Pull Request resolved: pytorch#327 Add SDE Test for Github action Using "make -j2" instead of "make -j" to parallelize the build process. Using "make -j" seems not working on ubuntu here. Differential Revision: D20590270 fbshipit-source-id: 60f86dfbc2fe62abf9d64aa0745b776324982f12
6dc79ab
to
79d5d34
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
Summary: Pull Request resolved: pytorch#327 Add SDE Test for Github action Using "make -j2" instead of "make -j" to parallelize the build process. Using "make -j" seems not working on ubuntu here. Differential Revision: D20590270 fbshipit-source-id: 64db515ddd7dec9ad3fec4f6c70bbd968f9c6625
79d5d34
to
feefefc
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
Summary: Pull Request resolved: pytorch#327 Add SDE Test for Github action Intel SDE may hang occasionally before return. The current solution is to use timeout to kill it if it takes too long. Tested QEMU also, here are two problems: 1. QEMU may complain "unrecognized instructions" 2. QEMU may complain the reference results do not match while executing test applications themselves have no problem. Using "make -j2" instead of "make -j" to parallelize the build process. Using "make -j" seems not working on ubuntu here. Github uses AWS to performs the actions. Each request only 2 cpus will be allocated. Differential Revision: D20590270 fbshipit-source-id: 5367e4084dd6a08a8fee6b5931c35a0b045f5504
feefefc
to
f61ab6d
Compare
This pull request was exported from Phabricator. Differential Revision: D20590270 |
Hi @shz0116! Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours needs attention. You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Summary: Add SDE Test for Github action
Differential Revision: D20590270