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

Extend api/semaphores to consume external semaphores. #46

Open
wants to merge 3 commits into
base: external_sharing
Choose a base branch
from

Conversation

nikhiljnv
Copy link
Owner

test_vulkan uses external semaphores imported from vulkan.
api/semaphore test relies on semaphores created within OpenCL.
The scenarios in api/semaphore are common for all semaphores
irrespective of how they are created.
Extend api/semaphore to consume external semaphores created
outside of api/semaphore tests e.g. semaphores imported from vulkan.
This allows test_vulkan to exercise semaphore cases covered
by api/semaphores on semaphores created in Vulkan and imported
in OpenCL.

Android specific fixes to
external sharing tests.
test_vulkan uses external semaphores imported from vulkan.
api/semaphore test relies on semaphores created within OpenCL.
The scenarios in api/semaphore are common for all semaphores
irrespective of how they are created.
Extend api/semaphore to consume external semaphores created
outside of api/semaphore tests e.g. semaphores imported from vulkan.
This allows test_vulkan to exercise semaphore cases covered
by api/semaphores on semaphores created in Vulkan and imported
in OpenCL.
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.

1 participant