Skip to content

[SYCL] Add check-sycl-dumps target for dumps-only testing #7830

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

Merged
merged 2 commits into from
Dec 19, 2022

Conversation

steffenlarsen
Copy link
Contributor

This commit adds a new check-sycl-dumps target. This intends to only run SYCL runtime library related dump tests and will therefore only build llvm-readobj, the SYCL libraries (including the enabled plugins), and any dependencies required by LIT. Purpose of this is to allow for faster ABI dump checks on multiple systems.

This commit adds a new check-sycl-dumps target. This intends to only run
SYCL runtime library related dump tests and will therefore only build
llvm-readobj, the SYCL libraries (including the enabled plugins), and
any dependencies required by LIT. Purpose of this is to allow for faster
ABI dump checks on multiple systems.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner December 19, 2022 13:16
Copy link
Contributor

@romanovvlad romanovvlad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -10,7 +10,7 @@ function(add_sycl_library LIB_NAME TYPE)
target_link_libraries(${LIB_NAME} PRIVATE ${ARG_LIBRARIES})

if (ARG_TOOLCHAIN)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably we need to remove the option then.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't look like we were using it anyway, so it has been removed!

Signed-off-by: Larsen, Steffen <[email protected]>
@pvchupin pvchupin merged commit 97641e1 into intel:sycl Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants