Commit 6dbeb2e
authored
[SYCL] Move integer conversion out of assert (#7329)
Converting the aspect values in sycl-device-has in the SYCL propagate
aspect usage pass was unintentionally done inside an assert. This causes
the conversion to not take place when asserts are disabled. This commit
moves the conversion out of the assertion.
Signed-off-by: Larsen, Steffen <[email protected]>1 parent 3159db5 commit 6dbeb2e
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
347 | 350 | | |
348 | 351 | | |
349 | 352 | | |
| |||
0 commit comments