-
Notifications
You must be signed in to change notification settings - Fork 201
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
add test for object comparability #1485
Comments
A good initial step towards resolving this issue would be a test plan documenting what will be tested. |
@bashbaug @Snektron in most cases such comparability is already performed, I went through spec and CTS. It looks like the problem is mostly related to querying command queues, I found multiple similar comments:
I am assuming this is no longer correct statement and we should compare queried command queues just like in cases of command_buffer_get_command_buffer_info.cpp. Below my comments for completed and missing cases:
I will appreciate discussion over these concerns:
|
Due to the fact that the required changes cover different areas of CTS, the work plan for this task includes the creation of separate PRs for each of the following cases:
|
See KhronosGroup/OpenCL-Docs#797.
We should add basic testing for object comparability, to ensure that object handles compare equal when they are queried from child objects.
The text was updated successfully, but these errors were encountered: