Skip to content

[UR][OpenCL] Add missing mapping for CL_INVALID_KERNEL and CL_INVALID_KERNEL_DEFINITION to UR OpenCL adapter #18182

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

Draft
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

martygrant
Copy link
Contributor

@martygrant martygrant commented Apr 24, 2025

Fixes oneapi-src/unified-runtime#2555

There was no equivalent in UR for CL_INVALID_KERNEL_DEFINITION so I just tied it in with UR_RESULT_ERROR_INVALID_KERNEL_NAME. I can add a new enum if needed.

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.

[OpenCL] Missing mapping from CL_INVALID_KERNEL to UR_RESULT_ERROR_INVALID_KERNEL
1 participant