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

Remove command-buffer CTS L0 workaround #2046

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Sep 4, 2024

The CTS code for command-buffers on the L0 backend has a workaround that forces batched submission to be used rather than immediate submission.

However, both batch and immediate submission L0 command-lists are now supported, so this workaround is no longer required.

Tested by running on PVC which uses immediate command-lists by default. Also by manually setting env var UR_L0_USE_IMMEDIATE_COMMANDLISTS to both 1 and 0 when running the CTS tests.

The CTS code for command-buffers on the L0 backend has a
workaround that forces batched submission to be used rather
than immediate submission.

However, both batch and immediate submission L0 command-lists are
now supported, so this workaround is no longer required.

Tested by running on PVC which uses immediate command-lists by
default.
@github-actions github-actions bot added the conformance Conformance test suite issues. label Sep 4, 2024
@EwanC EwanC marked this pull request as ready for review September 4, 2024 16:10
@EwanC EwanC requested a review from a team as a code owner September 4, 2024 16:10
@EwanC EwanC added the ready to merge Added to PR's which are ready to merge label Sep 5, 2024
@omarahmed1111 omarahmed1111 merged commit 6463cba into oneapi-src:main Sep 5, 2024
72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Conformance test suite issues. ready to merge Added to PR's which are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants