-
Notifications
You must be signed in to change notification settings - Fork 797
[SYCL] Add dependency.conf with external dependencies for SYCL #1555
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
b3c8046
to
186490a
Compare
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.
@yanfeng3721, please address the regressions.
There are two regression on LIT test |
70b71c5
to
ff0a6af
Compare
For GPU RT we have at least https://github.com/otcshare/llvm/pull/987 waiting for the upgrade according to @AGindinson |
51d1e22
to
38b7bea
Compare
I will do documentation update and fix missing links in next patches. |
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.
I believe versions are wrong.
7de4e76
to
d4cb986
Compare
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.
@vladimirlaz, please, create a follow-up review with update to the documentation (GetStartedGuide and ReleaseNotes) with instructions where how to get and install external dependencies.
@pvchupin, ping. |
@bader, I will do that early next week |
- dependency.conf file is added; - uplift the dependencies versions for upcoming release; - align LIT test statuses with new runtimes.
@vladimirlaz, please, review as intel/llvm-reviewers-runtime member. |
@@ -5,7 +5,8 @@ | |||
// RUN: %ACC_RUN_PLACEHOLDER %t.out | |||
// TODO: re-enable after CI drivers are updated to newer which support spec | |||
// constants: | |||
// XFAIL: acc,cpu,cuda,gen | |||
// XFAIL: linux | |||
// UNSUPPORTED: cuda |
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.
FYI. Post-commit testing is failing due to “expected to fail” condition.
There are a few ways how to fix it, but I guess the easiest one is to replace:
// UNSUPPORTED: cuda
with
// REQUIRES: opencl
Signed-off-by: Yanfeng Xiao [email protected]