Skip to content

[SYCL][Doc] Minor fixes to local_memory extension text #2621

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

Closed
wants to merge 1 commit into from

Conversation

mkinsner
Copy link

@mkinsner mkinsner commented Oct 9, 2020

Signed-off-by: Michael Kinsner [email protected]

@mkinsner mkinsner requested a review from a team as a code owner October 9, 2020 13:00
@mkinsner mkinsner requested a review from Pennycook October 9, 2020 13:00
for the object is allocated upon or before the first call to
`group_local_memory`, and deallocated when all work-items in the group have
completed execution of the kernel.

All arguments in _args_ must be the same for all work-items in the group.
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you mean to remove this line?

@bader bader added the spec extension All issues/PRs related to extensions specifications label Oct 9, 2020
@@ -191,13 +191,11 @@ extension.]
multi_ptr<T, Group::address_space> group_local_memory_for_overwrite(Group g)` |
Constructs an object of type `T` in an address space accessible by all
work-items in group _g_, using default initialization. The object is
initialized pon or before the first call to `group_local_memory`. The storage
default initialized on or before the first call to `group_local_memory`. The storage
for the object is allocated upon or before the first call to
`group_local_memory`, and deallocated when all work-items in the group have
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
`group_local_memory`, and deallocated when all work-items in the group have
`group_local_memory_for_overwrite`, and deallocated when all work-items in the group have

@@ -191,13 +191,11 @@ extension.]
multi_ptr<T, Group::address_space> group_local_memory_for_overwrite(Group g)` |
Constructs an object of type `T` in an address space accessible by all
work-items in group _g_, using default initialization. The object is
initialized pon or before the first call to `group_local_memory`. The storage
default initialized on or before the first call to `group_local_memory`. The storage
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
default initialized on or before the first call to `group_local_memory`. The storage
default initialized on or before the first call to `group_local_memory_for_overwrite`. The storage

@github-actions github-actions bot added the Stale label Feb 18, 2022
@github-actions github-actions bot closed this Mar 21, 2022
kbenzie pushed a commit to kbenzie/intel-llvm that referenced this pull request Feb 17, 2025
[benchmarks] use manifest to build compute-runtime dependencies
Chenyang-L pushed a commit that referenced this pull request Feb 18, 2025
[benchmarks] use manifest to build compute-runtime dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec extension All issues/PRs related to extensions specifications Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants