-
Notifications
You must be signed in to change notification settings - Fork 791
[SPIR-V][Doc] add draft SPIR-V extension for bfloat16 atomics #20009
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
Open
bashbaug
wants to merge
1
commit into
intel:sycl
Choose a base branch
from
bashbaug:SPV_INTEL_shader_atomic_bfloat16
base: sycl
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 10, 2025
Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 11, 2025
Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 14, 2025
…3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 14, 2025
…3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 14, 2025
…3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 14, 2025
…3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 14, 2025
…3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 14, 2025
…3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
This was referenced Sep 14, 2025
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 15, 2025
…3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 16, 2025
…on (#3343) (#3344) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> --------- Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 16, 2025
…on (#3343) (#3345) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> --------- Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 16, 2025
…on (#3343) (#3346) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> --------- Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 16, 2025
…on (#3343) (#3347) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> --------- Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 16, 2025
…on (#3343) (#3348) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 16, 2025
…on (#3343) (#3349) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
We may want to consider broadening this extension to support 16-bit atomics more generally vs. just bfloat16 atomics. Here's what this might look like:
Just like in this current draft for bfloat16 atomics, I don't think we would need any new instructions, and would just support 16-bit types for existing atomic instructions. |
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 22, 2025
…on (KhronosGroup#3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 22, 2025
…on (#3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 26, 2025
…3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 26, 2025
…on (KhronosGroup#3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
iclsrc
pushed a commit
that referenced
this pull request
Sep 27, 2025
Spec is available here: #20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@8e8c02c4b803062
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 29, 2025
…on (KhronosGroup#3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 29, 2025
…on (KhronosGroup#3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> note for llvm14 branch: removed atomicrmw_fminfmax.ll test as it seems like llvm14 don't have atomicrmw fmin Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 29, 2025
…on (KhronosGroup#3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> note for llvm14 branch: removed atomicrmw_fminfmax.ll test as it seems like llvm14 don't have atomicrmw fmin Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Sep 29, 2025
…on (#3343) Spec is available here: intel/llvm#20009 Author: "Ratajewski, Andrzej" <[email protected]> note for llvm14 branch: removed atomicrmw_fminfmax.ll test as it seems like llvm14 don't have atomicrmw fmin Signed-off-by: Sidorov, Dmitry <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds the proposed SPV_INTEL_shader_atomic_bfloat16 extension specification, which extends the floating-point atomic support in SPIR-V to support floating-point atomic addition, minimum, and maximum on 16-bit bfloat16 floating-point numbers in memory.