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

Implement OpenCL Core 3.0 clCreateBufferWithProperties #53

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

sherry-yuan
Copy link
Contributor

In the most recently imported headers, there is a new function called clCreateBufferWithProperties which is equivalent to our clCreateBufferWithPropertiesINTEL extension function. Implement this function.

Closes #51

@sherry-yuan sherry-yuan self-assigned this Jan 7, 2022
@sherry-yuan sherry-yuan added the enhancement New feature or request label Jan 7, 2022
@sherry-yuan sherry-yuan added this to the 2022.2 milestone Jan 7, 2022
@sherry-yuan
Copy link
Contributor Author

Let me know if I should wait until all implementation of core 3.0 is done before making this ready for review.

@sherry-yuan sherry-yuan requested a review from pcolberg January 10, 2022 22:21
@sherry-yuan sherry-yuan marked this pull request as ready for review January 10, 2022 22:21
Copy link
Contributor

@pcolberg pcolberg left a comment

Choose a reason for hiding this comment

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

Thanks @sherry-yuan!

I don't see any reason not to merge this right away. @zibaiwan, what do you think?

-------------------------------------------------------------

In the most recently imported headers, there is a new function called clCreateBufferWithProperties which is equivalent to our clCreateBufferWithPropertiesINTEL extension function. Implement this function.

Closes intel#51
@zibaiwan
Copy link
Contributor

Thanks @sherry-yuan!

I don't see any reason not to merge this right away. @zibaiwan, what do you think?

Thanks @sherry-yuan @pcolberg . I agree this PR can be merged right away.

@zibaiwan zibaiwan self-requested a review January 12, 2022 17:03
@sherry-yuan
Copy link
Contributor Author

Thank you all for reviewing @zibaiwan @pcolberg ! I agree too that there isn't any downside in merging this, as long we don't announce to the public we are at 3.0, it should be all good.

May I get someone to press the merge button for me? I do not have the permission to do so.

@pcolberg pcolberg merged commit 721e055 into intel:main Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement clCreateBufferWithProperties for OpenCL Core 3.0
3 participants