Skip to content

[SYCL] Preserve property order in PropertySetRegistry - #22882

Open
koparasy wants to merge 1 commit into
intel:syclfrom
koparasy:fix/cmplrllvm-77316-specconst-order
Open

[SYCL] Preserve property order in PropertySetRegistry#22882
koparasy wants to merge 1 commit into
intel:syclfrom
koparasy:fix/cmplrllvm-77316-specconst-order

Conversation

@koparasy

@koparasy koparasy commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

std::unordered_map's hash order mismapped spec-const blob offsets, silently dropping set_specialization_constant on the SYCLBIN input path. Use an insertion-ordered container. Add unit + E2E tests.

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

std::unordered_map's hash order mismapped spec-const blob offsets, silently
dropping set_specialization_constant on the SYCLBIN input path. Use an
insertion-ordered container. Add unit + E2E tests.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@koparasy
koparasy requested a review from a team as a code owner August 5, 2026 23:35
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