-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
open a part of GPU unittest for windows #28378
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for your contribution! |
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 3, 2020 12:16
6174c1f
to
5fc658c
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 3, 2020 12:27
5fc658c
to
417f193
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 3, 2020 13:39
417f193
to
67b6fc2
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 3, 2020 13:44
67b6fc2
to
01025f1
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 3, 2020 13:50
01025f1
to
7d39866
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 3, 2020 14:22
7d39866
to
f1bfff7
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 3, 2020 14:48
f1bfff7
to
5aa3a57
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
2 times, most recently
from
November 3, 2020 15:43
6865379
to
f082663
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 4, 2020 03:19
f082663
to
5289e2b
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 4, 2020 06:35
5289e2b
to
722e774
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 4, 2020 13:51
722e774
to
ea0e7dd
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 10, 2020 08:02
ea0e7dd
to
59e9ed2
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 10, 2020 11:18
7701d5e
to
68e130d
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
4 times, most recently
from
November 11, 2020 13:36
fae8356
to
42435d2
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 12, 2020 07:54
42435d2
to
086fe57
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 12, 2020 08:12
086fe57
to
938f8c5
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 13, 2020 03:58
938f8c5
to
e9b31cd
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
2 times, most recently
from
November 13, 2020 04:03
3917933
to
6f8295e
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 13, 2020 04:11
6f8295e
to
a141951
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
2 times, most recently
from
November 13, 2020 04:28
1a7a820
to
d9cefba
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 13, 2020 06:26
d9cefba
to
afeb17a
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 13, 2020 07:47
afeb17a
to
a98e660
Compare
zhwesky2010
force-pushed
the
gpu_unittest
branch
from
November 15, 2020 10:51
a98e660
to
901058d
Compare
luotao1
approved these changes
Nov 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
Others
PR changes
Others
Describe
1. The unsuccessful and long time unittests tests are analyzed, which will be repaired later。
2. open a part of GPU unittest for windows. About 875 unittests, and 175 unittest will open when ready.
3. Remove about 800 warnings on windows.
4. Use build directory cache to faster build.