-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Add PrgEnv checks for HIP #1880
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
Conversation
victorusu
left a comment
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.
lgtm
Codecov Report
@@ Coverage Diff @@
## master #1880 +/- ##
=======================================
Coverage 87.91% 87.91%
=======================================
Files 50 50
Lines 8637 8637
=======================================
Hits 7593 7593
Misses 1044 1044 Continue to review full report at Codecov.
|
|
It seems that the test now fails on Dom. |
|
It seems that the options for some env vars were updated during a minor release ... 😭 |
|
@jenkins-cscs retry none |
This PR adds a test that builds the HIP ecosystem around the existing
nvcccompiler, and another hello world test that checks that the build was successful.The second test makes obvious the need for the changes to be introduced with #1868. However, the dependency of the hello world test on the build test would be better explained through fixtures (#1577).