Commit 09c0904
Piotr Balcer
fix ur_bool_t printing
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.1 parent 9d71afb commit 09c0904
3 files changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17403 | 17403 | | |
17404 | 17404 | | |
17405 | 17405 | | |
| 17406 | + | |
| 17407 | + | |
| 17408 | + | |
| 17409 | + | |
| 17410 | + | |
17406 | 17411 | | |
17407 | 17412 | | |
17408 | 17413 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
414 | 419 | | |
415 | 420 | | |
416 | 421 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments