Skip to content

[SYCL] Define default ctor for id - #22991

Draft
KornevNikita wants to merge 5 commits into
intel:syclfrom
KornevNikita:fix-gcc-75
Draft

[SYCL] Define default ctor for id#22991
KornevNikita wants to merge 5 commits into
intel:syclfrom
KornevNikita:fix-gcc-75

Conversation

@KornevNikita

@KornevNikita KornevNikita commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

gcc 7.5.0 fails to automatically create a default ctor for id. Define it explicitly.

sycl::id inherits detail::array. gcc 7.5.0 doesn't create a default
constructor for id since array doesn't have a default constructor.
@KornevNikita KornevNikita changed the title [SYCL] Add def constructor for detail::array [SYCL] Define default ctor for id Aug 21, 2026
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.

1 participant