-
Notifications
You must be signed in to change notification settings - Fork 50
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
Re-enable jenkins HIP CI #735
base: master
Are you sure you want to change the base?
Conversation
8ccf5b8
to
462d0c2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #735 +/- ##
======================================
Coverage 96.4% 96.4%
======================================
Files 92 92
Lines 14763 14763
======================================
Hits 14240 14240
Misses 523 523 ☔ View full report in Codecov by Sentry. |
docker/Dockerfile.hipcc
Outdated
@@ -100,7 +100,7 @@ RUN ARBORX_VERSION=4834bff44c23c9510c6ed93366638dcdf85ab217 && \ | |||
-D CMAKE_INSTALL_PREFIX=${ARBORX_DIR} \ | |||
-D CMAKE_BUILD_TYPE=Debug \ | |||
-D CMAKE_CXX_COMPILER=hipcc \ | |||
-D CMAKE_CXX_FLAGS=-amdgpu-target=gfx906 \ | |||
-D CMAKE_CXX_FLAGS=-amdgpu-target=gfx908 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait why do we add flags here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we've had that since we added TPL to HIP builds. All the jenkins builds need version/option updates - are you okay if I do that separately?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. You might want (whenever you handle this) to pass -D GPU_TARGETS=gfx908
.
This is intended for rocThrust, making sure that it does not make you compile for all AMD GPU architectures that cmake knows about.
1f0a446
to
462d0c2
Compare
retest this please. |
462d0c2
to
fa2ad96
Compare
retest this please. |
1 similar comment
retest this please. |
650fbba
to
0889695
Compare
0889695
to
988b1cf
Compare
988b1cf
to
1673b24
Compare
No description provided.