Skip to content

[SYCL][NATIVECPU] Separate lit tag for oneAPI Construction Kit #12864

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 1 commit into from
Mar 1, 2024

Conversation

PietroGhg
Copy link
Contributor

Currently the oneAPI Construction Kit is an optional dependency for the Native CPU backend, so we need to differentiate test requirements based on whether or not it is available.

@@ -159,6 +159,9 @@
if config.native_cpu_be == "ON":
config.available_features.add("native_cpu_be")

if config.native_cpu_ock == "ON":
config.available_features.add("native_cpu_ock")
Copy link
Contributor

Choose a reason for hiding this comment

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

Is oneAPI Construction Kit really tied to the native cpu? Or maybe we should remove the "native_cpu" prefix here (and expand the ock abbreviation slightly)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Currently it gets fetched only when building the native cpu backend, this prefix is intended to be "native cpu with OCK"

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, we can always change it later it other uses are added.

@PietroGhg
Copy link
Contributor Author

Hi @intel/llvm-gatekeepers, this looks ready to be merged, thank you

@steffenlarsen steffenlarsen merged commit be8ad8f into intel:sycl Mar 1, 2024
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.

4 participants