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

[SYCL][DOC] Fixed-size private arrays as an input for Group Algorithms #5571

Merged
merged 14 commits into from
Nov 16, 2022
Merged

[SYCL][DOC] Fixed-size private arrays as an input for Group Algorithms #5571

merged 14 commits into from
Nov 16, 2022

Conversation

andreyfe1
Copy link
Contributor

@andreyfe1 andreyfe1 commented Feb 14, 2022

For performance reasons it's better to process fixed-size arrays of variables in private memory using Group Algorithms. The proposal introduces such capability.

Based on following extensions:

Signed-off-by: Fedorov, Andrey andrey.fedorov@intel.com

@andreyfe1 andreyfe1 requested a review from a team as a code owner February 14, 2022 11:00
@keryell
Copy link
Contributor

keryell commented Feb 15, 2022

It is not clear to me what you mean by static array here.

@andreyfe1
Copy link
Contributor Author

It is not clear to me what you mean by static array here.

Sorry, I mean fixed-size arrays, e.g. std::array<T>, T[N]. Would it be better, if I replaced static arrays with fixed-sized arrays in this document?

@github-actions github-actions bot added the Stale label Sep 11, 2022
@andreyfe1 andreyfe1 changed the title [SYCL][DOC] Static private arrays as an input for Group Algorithms [SYCL][DOC] Fixed-size private arrays as an input for Group Algorithms Sep 14, 2022
@romanovvlad romanovvlad removed the Stale label Sep 19, 2022
Copy link
Contributor

@gmlueck gmlueck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working through all the comments. LGTM!

@romanovvlad romanovvlad dismissed Pennycook’s stale review November 16, 2022 13:40

All comments were addressed. @Pennycook, please let us know if there are any concerns, so we will address them in a follow up PR.

@romanovvlad romanovvlad merged commit c6d1caf into intel:sycl Nov 16, 2022
@andreyfe1 andreyfe1 deleted the static_array_interfaces branch February 17, 2023 11:25
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.

5 participants