Skip to content

[SYCL][Driver] Prevent duplication of error diagnostics for -fsycl #1007

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 1 commit into from
Jan 15, 2020

Conversation

mdtoguchi
Copy link
Contributor

When performing -fsycl compilations, we compile a single file
multiple times. If that file errors out, we should stop compiling as
opposed to trying to compile the file again. This effectively reduces
duplication of the error diagnostic.

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

When performing -fsycl compilations, we compile a single file
multiple times.  If that file errors out, we should stop compiling as
opposed to trying to compile the file again.  This effectively reduces
duplication of the error diagnostic.

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

@bader bader left a comment

Choose a reason for hiding this comment

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

Fantastic!
Thanks a lot!

@bader bader merged commit 3a0b62e into intel:sycl Jan 15, 2020
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