-
Notifications
You must be signed in to change notification settings - Fork 787
[SPIR-V][DOC] Add SPV_INTEL_tensor_float32_rounding extension #6990
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
Closed
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
Oct 17, 2022
This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Nov 2, 2022
This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Nov 4, 2022
This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Signed-off-by: Sidorov, Dmitry <[email protected]>
This was referenced Nov 8, 2022
Fznamznon
pushed a commit
to Fznamznon/llvm
that referenced
this pull request
Nov 8, 2022
This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel#6990 Signed-off-by: Sidorov, Dmitry <[email protected]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@ea3ddc1
This was referenced Nov 8, 2022
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Nov 11, 2022
…on (#1656) (#1713) This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Co-authored-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Nov 11, 2022
…on (#1656) (#1712) This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Co-authored-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Nov 11, 2022
…ion (#1656) (#1709) This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Co-authored-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Nov 11, 2022
…ion (#1656) (#1700) This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Co-authored-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Nov 11, 2022
…ion (#1656) (#1710) This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Signed-off-by: Sidorov, Dmitry <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]> Co-authored-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Nov 14, 2022
…ion (#1656) (#1701) This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Co-authored-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Nov 14, 2022
…ion (#1656) (#1711) This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Co-authored-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Nov 14, 2022
…ion (#1656) (#1702) This extension adds conversion instruction from float to tensor float (TF32) data format. TF32 uses 1 bit for a sign, 8 bits for an exponent and 10 bits for a fraction. This extension doesn’t introduce TF32 type in SPIR-V, instead instruction below uses 32-bit float type to represent TF32 value. Spec: intel/llvm#6990 Co-authored-by: Dmitry Sidorov <[email protected]>
Signed-off-by: Sidorov, Dmitry <[email protected]>
Signed-off-by: Sidorov, Dmitry <[email protected]>
eca803f
to
324663e
Compare
@intel/dpcpp-spirv-doc-reviewers please take a look if it's OK to merge here |
This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days. |
This pull request was closed because it has been stalled for 30 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Documentation
Missing documentation for the code, compiler or runtime features, etc.
spec extension
All issues/PRs related to extensions specifications
SPIR-V
Issues related to SPIRV-LLVM-Translator
Stale
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.
Signed-off-by: Sidorov, Dmitry [email protected]