Skip to content

[SYCL] Do not add generated integrated header to dependency info #265

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

Conversation

mdtoguchi
Copy link
Contributor

During the -fsycl compilation, a generated integrated header is included to
the host compilation. When dependency information is generated, we do not
want this file to be included as part of that information as it is a temp
file and is not available for subsequent compilations, causing makes to always
build files due to the missing header

Signed-off-by: Michael D Toguchi [email protected]

During the -fsycl compilation, a generated integrated header is included to
the host compilation.  When dependency information is generated, we do not
want this file to be included as part of that information as it is a temp
file and is not available for subsequent compilations, causing makes to always
build files due to the missing header

Signed-off-by: Michael D Toguchi <[email protected]>
Copy link
Contributor

@keryell keryell left a comment

Choose a reason for hiding this comment

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

Ah, I see now the interest of this new -dependency-filter option added recently... :-)

@bader bader merged commit 85fa8a6 into intel:sycl Jul 1, 2019
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