Skip to content

[SYCL][DOC] Fix syntax errors in auto_range spec #11441

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
Oct 16, 2023

Conversation

gmlueck
Copy link
Contributor

@gmlueck gmlueck commented Oct 5, 2023

Fix some syntax errors in the extension specification for auto_range. Since auto_range is a function, we need to add parens to call it. We also need braces around the integral N when it is used to construct an anonymous range.

Fix some syntax errors in the extension specification for `auto_range`.
Since `auto_range` is a function, we need to add parens to call it.  We
also need braces around the integral `N` when it is used to construct
an anonymous `range`.
@gmlueck gmlueck requested a review from a team as a code owner October 5, 2023 13:48
@gmlueck
Copy link
Contributor Author

gmlueck commented Oct 16, 2023

@intel/llvm-gatekeepers I think this is ready to merge.

@stdale-intel stdale-intel merged commit d17a3f1 into intel:sycl Oct 16, 2023
@stdale-intel
Copy link
Contributor

There are post commit failures (https://github.com/intel/llvm/actions/runs/6538755413/job/17755768067#step:21:37), but they appear to be unrelated (specific to ARC) and this is a NFC DOC change. So for now, not reverting this.

@gmlueck gmlueck deleted the gmlueck/auto-range-syntax branch October 16, 2023 22:43
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