Commit fd866a3
authored
[SYCL][BINDLESS] Use correct handle type when creating images (#18707)
`urBindlessImagesSampledImageCreateExp` and
`urBindlessImagesUnsampledImageCreateExp` expect a
`ur_exp_image_native_handle_t*` as the final parameter. Therefore the
existing implementation of `create_image` has been implicitly casting
from `ur_exp_image_mem_native_handle_t*` to
`ur_exp_image_native_handle_t*` .
This PR fixes that.
Signed-off-by: JackAKirk <[email protected]>1 parent bc10261 commit fd866a3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments