Skip to content
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

[SYCL] SYCL_JIT support on Windows for kernel_compiler #16018

Merged

Conversation

cperkinsintel
Copy link
Contributor

@cperkinsintel cperkinsintel commented Nov 7, 2024

Presently the kernel_compiler extension uses the sycl-jit compiler on Linux, but on Windows it simply reports back that the support is unavailable.
In this PR sycl-jit is made available for Windows as well for its use by the kernel_compiler.

In a follow-on PR I will remove sycl_jit as a source language enumeration and make the SYCL_JIT mechanism the default when the kernel_compiler is compiling SYCL code, as well as remove the invoking one, rather than trying to do everything at once.

Copy link
Contributor

@jchlanda jchlanda left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@aelovikov-intel aelovikov-intel merged commit e68ebeb into intel:sycl Nov 8, 2024
13 checks passed
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.

5 participants