Skip to content

[SYCL] append to spirv extension list - #22841

Open
dklochkov-emb wants to merge 1 commit into
intel:syclfrom
dklochkov-emb:sycl-append-spirv-extension-list
Open

[SYCL] append to spirv extension list#22841
dklochkov-emb wants to merge 1 commit into
intel:syclfrom
dklochkov-emb:sycl-append-spirv-extension-list

Conversation

@dklochkov-emb

Copy link
Copy Markdown
Contributor

This PR adds spirv extensions to default spirv list. This needs to avoid adding them with --spirv-ext=+SomeExtension by user.
All extensions added in PR are required to successfully compile and run sources with FP8 and FP4 data types.

@dklochkov-emb
dklochkov-emb requested review from a team and cperkinsintel as code owners July 31, 2026 12:13
",+SPV_EXT_shader_atomic_float16_add"
",+SPV_INTEL_fp_max_error"
",+SPV_INTEL_memory_access_aliasing";
",+SPV_INTEL_memory_access_aliasing"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do you know if GPU driver support for these extensions is only available in somewhat recent drivers or has it been available for a while? I ask because we need to support LTS drivers which are not frequently updated.

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.

2 participants