Skip to content

[opencl-aot] Fix regression in error reporting #12022

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

dm-vodopyanov
Copy link
Contributor

This patch fixes a regression in error reporting, previously compiler build log was printed to std::cerr, but now it doesn't print by default. It makes it difficult for developers to understand what's going on. So now the compiler build log is printed to std::cerr if there is an error message, and to verbose logs if compilation was successful but there is something in the compiler build logs.

This patch fixes a regression in error reporting, previously compiler
build log was printed to `std::cerr`, but now it doesn't print by
default. It makes it difficult for developers to understand what's going
on. So now the compiler build log is printed to `std::cerr` if there is
an error message, and to verbose logs if compilation was successful but
there is something in the compiler build logs.
@dm-vodopyanov dm-vodopyanov requested a review from a team as a code owner November 28, 2023 12:59
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