-
Notifications
You must be signed in to change notification settings - Fork 768
[Driver] Clang :: Driver/sycl-device-lib.cpp fails if libdevice project is not pre-built #3630
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
Comments
@jinge90, it looks like the is not fixed. There were two commits recently breaking SYCL project build, which impacted |
Hi, @bader |
I think this issue should be reproducible from clean state (i.e. when build directory is removed):
Anyway the steps from post-commit will work if you checkout 70281ea.
Please, contact @tfzhu or @DoyleLi, if you won't be able to reproduce it locally. |
Describe the bug
Clang :: Driver/sycl-device-lib.cpp
has a dependency onlibdevice
libraries. It seems to me, that driver schedules different actions based on presence oflibdevice
libraries. If libraries are missing some actions are skipped, but test passes only if required libraries are present.To Reproduce
Checkout
sycl
branch, configure build files and buildcheck-clang
target. It's important to not buildlibdevice
target or any other target buildinglibdevice
(e.g.check-sycl
) before buildingcheck-clang
.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: