Skip to content

[SYCL] Drop optimization level when merging properties #19432

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 5 commits into from
Jul 18, 2025

Conversation

steffenlarsen
Copy link
Contributor

Image properties are merged when images are linked. This merging currently fails if some of the properties conflict with eachother. One of the properties is the optimization level used when compiling the binaries, which are used when compiling the images. However, since linking uses compiled binaries, the optimization level has no effect on the merged image. As such, this commit drops the property.

Image properties are merged when images are linked. This merging
currently fails if some of the properties conflict with eachother. One
of the properties is the optimization level used when compiling the
binaries, which are used when compiling the images. However, since
linking uses compiled binaries, the optimization level has no effect
on the merged image. As such, this commit drops the property.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen requested a review from a team as a code owner July 14, 2025 14:58
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen merged commit baf0366 into intel:sycl Jul 18, 2025
26 checks passed
@steffenlarsen steffenlarsen deleted the steffen/fix_optlevel_merging branch July 23, 2025 08:22
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.

2 participants