-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[OpenCL][CI] Enable OpenCL cpp tests in CI #13400
Merged
masahi
merged 8 commits into
apache:main
from
echuraev:echuraev/enable_cpp_opencl_tests_in_ci
Dec 12, 2022
Merged
[OpenCL][CI] Enable OpenCL cpp tests in CI #13400
masahi
merged 8 commits into
apache:main
from
echuraev:echuraev/enable_cpp_opencl_tests_in_ci
Dec 12, 2022
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 contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
echuraev
force-pushed
the
echuraev/enable_cpp_opencl_tests_in_ci
branch
from
November 16, 2022 13:42
11d0a39
to
ffdac90
Compare
echuraev
commented
Nov 17, 2022
echuraev
added a commit
to echuraev/tvm
that referenced
this pull request
Nov 22, 2022
It is necessary to have google tests source code to build them for the GPU device and run OpenCL cpp tests. In apache#13400 we enable OpenCL cpp tests in CI.
driazati
pushed a commit
that referenced
this pull request
Nov 23, 2022
It is necessary to have google tests source code to build them for the GPU device and run OpenCL cpp tests. In #13400 we enable OpenCL cpp tests in CI.
echuraev
force-pushed
the
echuraev/enable_cpp_opencl_tests_in_ci
branch
2 times, most recently
from
November 23, 2022 06:16
e81ae5e
to
8a3dd34
Compare
xinetzone
pushed a commit
to daobook/tvm
that referenced
this pull request
Nov 25, 2022
It is necessary to have google tests source code to build them for the GPU device and run OpenCL cpp tests. In apache#13400 we enable OpenCL cpp tests in CI.
echuraev
force-pushed
the
echuraev/enable_cpp_opencl_tests_in_ci
branch
from
November 25, 2022 11:45
8a3dd34
to
2acbf29
Compare
driazati
added a commit
to driazati/tvm
that referenced
this pull request
Nov 28, 2022
driazati
added a commit
to driazati/tvm
that referenced
this pull request
Nov 28, 2022
driazati
added a commit
that referenced
this pull request
Nov 29, 2022
echuraev
force-pushed
the
echuraev/enable_cpp_opencl_tests_in_ci
branch
2 times, most recently
from
November 29, 2022 05:32
50beab9
to
1f84805
Compare
driazati
approved these changes
Nov 29, 2022
echuraev
force-pushed
the
echuraev/enable_cpp_opencl_tests_in_ci
branch
3 times, most recently
from
December 1, 2022 15:08
ce35ee4
to
48688cb
Compare
@tvm-bot rerun |
Failed to re-run CI in https://github.com/apache/tvm/actions/runs/3656268941
with response
|
echuraev
force-pushed
the
echuraev/enable_cpp_opencl_tests_in_ci
branch
from
December 9, 2022 09:49
48688cb
to
4a9a274
Compare
echuraev
force-pushed
the
echuraev/enable_cpp_opencl_tests_in_ci
branch
from
December 9, 2022 11:17
b36b477
to
d776ac4
Compare
driazati
reviewed
Dec 9, 2022
echuraev
force-pushed
the
echuraev/enable_cpp_opencl_tests_in_ci
branch
from
December 9, 2022 19:25
7b9d302
to
b755099
Compare
driazati
approved these changes
Dec 9, 2022
lgtm assuming CI passes on the /branch jobs |
echuraev
force-pushed
the
echuraev/enable_cpp_opencl_tests_in_ci
branch
from
December 9, 2022 19:49
3d3ddc3
to
e7c93c3
Compare
fzi-peccia
pushed a commit
to fzi-peccia/tvm
that referenced
this pull request
Mar 27, 2023
* [OpenCL][CI] Enable OpenCL cpp tests in CI * Add building gtest for OpenCL in GPU build * Fix CI build * Change OpenCL cpp tests build approach * Fix lint * Try to enable test in CI * Update version of gpu docker image * Change script mod
mikeseven
pushed a commit
to mikeseven/tvm
that referenced
this pull request
Sep 27, 2023
* [OpenCL][CI] Enable OpenCL cpp tests in CI * Add building gtest for OpenCL in GPU build * Fix CI build * Change OpenCL cpp tests build approach * Fix lint * Try to enable test in CI * Update version of gpu docker image * Change script mod
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.
Enable OpenCL cpp tests in CI