Skip to content
New issue

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

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

Already on GitHub? # to your account

Add cl_intel_unified_shared_memory to supported extensions #94

Merged
merged 2 commits into from
Mar 29, 2022

Conversation

pcolberg
Copy link
Contributor

The SYCL runtime uses but currently does not check for this extension.

From a cursory glance all new API functions are implemented.

https://www.khronos.org/registry/OpenCL/extensions/intel/cl_intel_unified_shared_memory.html

The SYCL runtime uses but currently does not check for this extension.

From a cursory glance all new API functions are implemented.

https://www.khronos.org/registry/OpenCL/extensions/intel/cl_intel_unified_shared_memory.html
@pcolberg pcolberg self-assigned this Mar 29, 2022
@pcolberg pcolberg added the enhancement New feature or request label Mar 29, 2022
@pcolberg pcolberg added this to the 2022.3 milestone Mar 29, 2022
Copy link
Contributor

@sherry-yuan sherry-yuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

(although technically memadvise is not implemented yet)

// MemAdvise currently doesn't do anything

Copy link
Contributor

@zibaiwan zibaiwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Peter!

@pcolberg
Copy link
Contributor Author

pcolberg commented Mar 29, 2022

Rerunning the Windows build workflows after #96 was merged did not update the base branch commit into which the pull-request branch is merged, which means that the workflows still fail. I have not pushed a rebased PR since that would dismiss reviewer approval. Instead I will be trying the repository setting Always suggest updating pull request branches to see whether it retains reviewer approval.

@pcolberg pcolberg merged commit 00fb317 into intel:main Mar 29, 2022
@pcolberg pcolberg deleted the cl_intel_unified_shared_memory branch March 29, 2022 21:07
@pcolberg
Copy link
Contributor Author

pcolberg commented Mar 29, 2022

The repository setting Always suggest updating pull request branches indeed enabled the Update branch button, which merges the up-to-date main branch into the pull request branch. This is not quite the same as manual rebasing, but it retains reviewer approval. Merge with rebase then removes the merge commit again.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants