Skip to content

[SYCL][UR] Update setErrorMessage to use int32_t instead of ur_result_t for the urAdapterGetLastError entry point #18264

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

Open
wants to merge 3 commits into
base: sycl
Choose a base branch
from

Conversation

martygrant
Copy link
Contributor

@martygrant martygrant commented Apr 30, 2025

Fixes #18260

Also updates checkUrResult in SYCL RT to remove warning level check as urAdapterGetLastError is now only used for errors.

@martygrant martygrant changed the title Update setErrorMessage to use int32_t instead of ur_result_t for the urAdapterGetLastError entry point [SYCL][UR] Update setErrorMessage to use int32_t instead of ur_result_t for the urAdapterGetLastError entry point May 1, 2025
@martygrant martygrant force-pushed the martin/correctSetErrorMessageParam branch from cf0a410 to ac16a81 Compare May 1, 2025 11:05
@martygrant martygrant marked this pull request as ready for review May 2, 2025 08:45
@martygrant martygrant requested review from a team as code owners May 2, 2025 08:45
@martygrant martygrant requested a review from steffenlarsen May 2, 2025 08:45
@martygrant martygrant force-pushed the martin/correctSetErrorMessageParam branch from 5a8c0a8 to 6a5663a Compare May 2, 2025 08:52
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.

[UR] Update SetErrorMessage implementations to have correct type for ErrorCode param
3 participants