-
Notifications
You must be signed in to change notification settings - Fork 0
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
UT for createSubBuffer #4
base: main
Are you sure you want to change the base?
Conversation
tests/test_openclhpp.cpp
Outdated
@@ -4472,4 +4472,35 @@ void testTemplateGetImageRequirementsInfo() | |||
void testTemplateGetImageRequirementsInfo() {} | |||
#endif // cl_ext_image_requirements_info | |||
|
|||
#if CL_HPP_TARGET_OPENCL_VERSION >= 110 | |||
cl_mem clCreateSubBuffer_testCreateSubBuffer( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make it static. Otherwise please do not forget about git clang-format
. That's all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add static.
910f391
to
92cafc9
Compare
92cafc9
to
dbbf919
Compare
dbbf919
to
41289ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.