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

Stop generation of integration header in runtime compilation mode #15996

Open
sommerlukas opened this issue Nov 6, 2024 · 0 comments
Open

Stop generation of integration header in runtime compilation mode #15996

sommerlukas opened this issue Nov 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sommerlukas
Copy link
Contributor

Is your feature request related to a problem? Please describe

The extension to compile SYCL code at runtime (#11985) only allows to compile SYCL device code at runtime, it does not specify an API to compile additional host code at runtime. Therefore, there is no need to generate the integration header during runtime compilation of SYCL code.

#15892, as a first step, removes some restrictions on free-function kernels that are needed for correct integration header support by omitting some tests and parts of the integration header.

As discussed in the PR, a next step would be to entirely stop emitting the integration header when compiling SYCL code at runtime.

Describe the solution you would like

No integration header generated when compiling SYCL code at runtime in runtime compilation mode.

Describe alternatives you have considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant