Skip to content

[Driver][SYCL] Suppress link warning when dealing with device binaries #3449

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
Apr 7, 2021

Conversation

mdtoguchi
Copy link
Contributor

When performing a link with SYCL device binaries on Windows, a warning
is emitted due to the length of the section string used. They are not
unique up to 32 characters, causing the linker to emit a warning.
Suppress this warning when we are dealing with -fsycl

When performing a link with SYCL device binaries on Windows, a warning
is emitted due to the length of the section string used.  They are not
unique up to 32 characters, causing the linker to emit a warning.
Suppress this warning when we are dealing with -fsycl
@mdtoguchi mdtoguchi requested a review from AGindinson as a code owner March 30, 2021 19:58
@bader bader merged commit 8e6a3ec into intel:sycl Apr 7, 2021
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