-
Notifications
You must be signed in to change notification settings - Fork 738
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
[CI] Fix HIP postcommit #14980
[CI] Fix HIP postcommit #14980
Conversation
26f1e0b
to
2b98bde
Compare
2b98bde
to
0cd27bb
Compare
0cd27bb
to
a5d2cb6
Compare
a5d2cb6
to
7967492
Compare
7967492
to
8739e85
Compare
8739e85
to
25dc6c8
Compare
25dc6c8
to
eb76b7e
Compare
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
eb76b7e
to
f034a9e
Compare
HIP runs successfully and the single fail is very unlikely to be related:
|
@intel/dpcpp-devops-reviewers Would appreciate a quick review on this one to fix postcommit CI. It took some more changes than expected because I hit an existing packaging issue of the SYCL toolchain. Will fix that separately but I need to investigate it. |
Why do we use |
@bader Sure, I can try that, but I would prefer to unbreak CI ASAP. I can commit to investigating and applying that fix (moving to package manager based LLD) today. Okay with you? |
Okay. |
Appreciate the quick reviews/feedback. For some reasons postcommit runs twice but every job has passed at least once (besides HIP failure explained above), so merging now. Will work on LLD thing now. |
It only works for Intel GPUs. Based on feedback from [here](#14980 (comment)). Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
We need
reset_gpu
to be false, to use the correct image, and to use a static library build becuaselld
is not packaged correctly into the binary for shared library build.I'll investigate the
lld
issue separately (#14986), but let's unbreak CI.