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

Test two additional defines and update descriptions in header #147

Merged
merged 1 commit into from
Sep 15, 2021

Conversation

alycm
Copy link
Contributor

@alycm alycm commented Sep 6, 2021

Newly tested defines:

  • CL_HPP_USE_CL_DEVICE_FISSION (corrected from CL_HPP_ENABLE_DEVICE_FISSION)
  • CL_HPP_USE_CL_IMAGE2D_FROM_BUFFER_KHR

The CL_HPP_NO_STD_FOO defines are not tested, because the header won't build
unless an alternative implementation is provided. The CL_HPP_USE_DX_INTEROP
define is not tested because it does not work on platforms without DirectX
headers.

Issue #146 could make this irrelevant, but easy to test these defines in the
meantime.

Newly tested defines:
* `CL_HPP_USE_CL_DEVICE_FISSION` (corrected from `CL_HPP_ENABLE_DEVICE_FISSION`)
* `CL_HPP_USE_CL_IMAGE2D_FROM_BUFFER_KHR`

The `CL_HPP_NO_STD_FOO` defines are not tested, because the header won't build
unless an alternative implementation is provided.  `The CL_HPP_USE_DX_INTEROP`
define is not tested because it does not work on platforms without DirectX
headers.

Issue KhronosGroup#146 could make this irrelevant, but easy to test these defines in the
meantime.
@bashbaug
Copy link
Contributor

bashbaug commented Sep 8, 2021

I just created #148 which should make these changes unnecessary, but these changes are straightforward, fix the documentation, and increase test coverage, so it seems like a good idea to merge them anyhow.

@bashbaug bashbaug merged commit 21a34b0 into KhronosGroup:master Sep 15, 2021
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.

2 participants