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

remove removed external memory and semaphore extensions #295

Merged
merged 4 commits into from
Jun 26, 2024

Conversation

bashbaug
Copy link
Contributor

We're removing the cl_khr_external_memory_dx and cl_khr_external_semaphore_dx_fence extensions due to lack of implementations and test coverage,so the handle types added by these extensions should also be removed from the C++ headers.

See: KhronosGroup/OpenCL-Docs#1160

If we decide to keep the handle types for these extensions in the C++ headers for whatever reason, we should still keep the first commit, which adds the necessary include guards around each of the external memory handle types.

Fixes: KhronosGroup/OpenCL-Headers#255

@bashbaug bashbaug requested review from EwanC and kpet June 19, 2024 04:09
Copy link
Contributor

@kpet kpet left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@EwanC EwanC left a comment

Choose a reason for hiding this comment

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

I'm not very familiar with this repo so can't review too deeply, but this change makes sense in the context of the other PRs that have merged.

@bashbaug
Copy link
Contributor Author

Looks like this is still failing, even after merging the latest CI/CD changes from the main branch. The main branch is failing too, though.

I'm going to go ahead and merge this because it is causing build failures with the latest headers. We still need to fix the CI issues, though...

@bashbaug bashbaug merged commit 3f452e6 into KhronosGroup:main Jun 26, 2024
43 of 54 checks passed
@bashbaug bashbaug deleted the remove-extmem-extensions branch June 26, 2024 18:51
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-HPP broken after the merge of #251
3 participants