Skip to content

[SYCL][BINDLESS] Use correct handle type when creating images #18707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025

Conversation

JackAKirk
Copy link
Contributor

@JackAKirk JackAKirk commented May 28, 2025

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]>
@JackAKirk JackAKirk changed the title [BINDLESS] Use correct handle type when creating images [SYCL][BINDLESS] Use correct handle type when creating images May 28, 2025
@JackAKirk JackAKirk marked this pull request as ready for review May 29, 2025 10:05
@JackAKirk JackAKirk requested a review from a team as a code owner May 29, 2025 10:05
@JackAKirk
Copy link
Contributor Author

@intel/llvm-gatekeepers this is ready to merge. The graph failure on arc is completely unrelated and noted as an issue here: #18579
Thanks

@dm-vodopyanov dm-vodopyanov merged commit fd866a3 into intel:sycl May 30, 2025
22 of 23 checks passed
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.

3 participants