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 the power of 2 pattern size requirement from USMFill #1845

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

aarongreig
Copy link
Contributor

All adapters have sufficiently robust workarounds that this is no longer necessary, and the sycl runtime is now using USMFill in such a way that if we enable the validation layer this case will get hit and break stuff.

All adapters have sufficiently robust workarounds that this is no longer
necessary, and the sycl runtime is now using USMFill in such a way that
if we enable the validation layer this case will get hit and break
stuff.
@aarongreig aarongreig requested a review from a team as a code owner July 10, 2024 09:01
@github-actions github-actions bot added loader Loader related feature/bug specification Changes or additions to the specification labels Jul 10, 2024
@kbenzie
Copy link
Contributor

kbenzie commented Jul 10, 2024

Does this fix #1837?

@aarongreig aarongreig requested a review from a team as a code owner July 10, 2024 09:18
@aarongreig
Copy link
Contributor Author

Does this fix #1837?

no it fixes some new e2e regression on the port branch

@github-actions github-actions bot added experimental Experimental feature additions/changes/specification command-buffer Command Buffer feature addition/changes/specification labels Jul 10, 2024
@kbenzie kbenzie added the ready to merge Added to PR's which are ready to merge label Jul 10, 2024
@kbenzie kbenzie merged commit 2f548ca into oneapi-src:main Jul 10, 2024
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-buffer Command Buffer feature addition/changes/specification experimental Experimental feature additions/changes/specification loader Loader related feature/bug ready to merge Added to PR's which are ready to merge specification Changes or additions to the specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants