-
Notifications
You must be signed in to change notification settings - Fork 769
[UR][L0] Add Support for External Semaphores #16162
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
Conversation
9856d20
to
9639505
Compare
Can you please test this feature via enabling l0 testing in
and/or any L0 specific testing as appropriate. Thanks |
I assume the external semaphore related interop testing has been ran locally to ensure the feature implementation works correctly. |
Currently there is no driver that exists that supports this functionality so enabling the tests will have to wait until the L0 driver is released and installed in the CI that handles these features, |
The tests can be enabled after we have an L0 driver released that supports this feature. Until then, this is enabling the UR L0 adapter to "enable" usage of the feature once an L0 driver with the support is available. When we have the driver which supports this feature in the CI, then I can post a patch to have this tested, otherwise this will fail. |
-pre-commit PR for oneapi-src/unified-runtime#2361 Signed-off-by: Neil R. Spruit <[email protected]>
f74d1f9
to
166866a
Compare
-pre-commit PR for oneapi-src/unified-runtime#2361