Skip to content

[SYCL] Optimize ZeCache #7882

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

Merged
merged 1 commit into from
Dec 29, 2022
Merged

[SYCL] Optimize ZeCache #7882

merged 1 commit into from
Dec 29, 2022

Conversation

igchor
Copy link
Member

@igchor igchor commented Dec 28, 2022

by using std::call_once instead of a lock.

This avoids blocking when the value is already computed.

by using std::call_once instead of a lock.
This avoids blocking when the value is already
computed.
@igchor igchor requested a review from a team as a code owner December 28, 2022 18:18
@igchor igchor requested a review from againull December 28, 2022 18:18
@bader bader changed the title [SYCL] optimize ZeCache [SYCL] Optimize ZeCache Dec 28, 2022
@igchor igchor temporarily deployed to aws December 28, 2022 18:42 — with GitHub Actions Inactive
@igchor igchor temporarily deployed to aws December 28, 2022 19:12 — with GitHub Actions Inactive
@againull againull merged commit 13ddde5 into intel:sycl Dec 29, 2022
@igchor igchor deleted the optimize_zecache branch January 9, 2023 20:11
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.

2 participants