Skip to content

Conversation

@pbalcer
Copy link
Contributor

@pbalcer pbalcer commented Sep 9, 2024

Bool values were printed as ascii characters with code 0 or 1, leading to artifacts. This patch fixes this by printing either 'false' or 'true', depending on the bool's value.

This has been annoying me a while when analyzing logs from SYCL apps.

@pbalcer pbalcer requested a review from a team as a code owner September 9, 2024 11:59
Bool values were printed as ascii characters 0 or 1, leading to artifacts.
This patch fixes this by printing either 'false' or 'true', depending on the bool's value.

This has been annoying me a while when analyzing logs from SYCL apps.
@pbalcer pbalcer merged commit d357964 into oneapi-src:main Sep 12, 2024
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