Commit 933edf3
authored
[SYCL] Fix assert unit test warning (#13738)
This value is the size of the data associated with the property, but for
`PI_PROPERTY_TYPE_UINT32`, the data is always `nullptr` so this should
be 0.
I suspect the initial patch meant to construct a vector of 4 values of
0, but that initializer list construct a vector of 2 values with 4 and 0
instead.
Should fix: #137371 parent 59e8ee7 commit 933edf3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments