Skip to content
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

cl_intel_unified_shared_memory version 1.1 #905

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

bashbaug
Copy link
Contributor

Updates the cl_intel_unified_shared_memory extension to version 1.1:

  • Version 1.1 relaxes error conditions for clSetKernelArgMemPointerINTEL and clSetKernelExecInfo(CL_KERNEL_EXEC_INFO_USM_PTRS_INTEL) to allow passing any arbitrary pointer to a kernel even without system USM. It is only a programming error (specifically, undefined behavior) to dereference an arbitrary pointer in a kernel.
  • Also adds a few issues for questions that have been raised in the last couple of months.

I'll probably keep this a draft PR for a bit, to provide opportunity for additional commentary and while we implement this behavior.

CC: @gmlueck

@bashbaug bashbaug marked this pull request as draft April 14, 2023 23:24
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.

1 participant