Skip to content

[SYCL][DOC] Update device global design shadowing #5525

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
Feb 11, 2022

Conversation

gmlueck
Copy link
Contributor

@gmlueck gmlueck commented Feb 9, 2022

Update the design for device global variables for variables that are
"shadowed" in an unnamed namespace. This change was suggested by
@Fznamznon because it allows us to reuse existing machinery we have
for handling shadowed specialization_id variables.

Update the design for device global variables for variables that are
"shadowed" in an unnamed namespace.  This change was suggested by
@Fznamznon because it allows us to reuse existing machinery we have
for handling shadowed `specialization_id` variables.
@gmlueck gmlueck requested a review from a team as a code owner February 9, 2022 20:21
@gmlueck gmlueck requested a review from Fznamznon February 9, 2022 20:21
Copy link
Contributor

@Fznamznon Fznamznon left a comment

Choose a reason for hiding this comment

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

Thanks!

Comment on lines +357 to +358
footer we use for specialization constants. See the [specialization constant
design document][5] for more details on this topic.
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a bit confusing that SpecializationConstants.md document doesn't actually describe this topic (only #3331 does). Tagging @AlexeySachkov .

@bader bader changed the title [SYCL][DOC] Updated device global design shadowing [SYCL][DOC] Update device global design shadowing Feb 11, 2022
@bader bader merged commit e211d73 into intel:sycl Feb 11, 2022
@gmlueck gmlueck deleted the gmlueck/shadowed-device-global branch February 11, 2022 13:34
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.

3 participants