-
Notifications
You must be signed in to change notification settings - Fork 753
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
[SPIR-V][DOC] Add SPV_INTEL_token_type extension spec #3788
Closed
Conversation
This file contains 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
Signed-off-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
May 20, 2021
This extension adds a type-declaration instruction OpTypeTokenINTEL, which is an analog of LLVM's type token. This type specifies IDs of entry points and exit points of certain IL constructs, for example it can be useful for exception handling representation in IL. Spec: intel/llvm#3788 Signed-off-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
May 20, 2021
This extension adds a type-declaration instruction OpTypeTokenINTEL, which is an analog of LLVM's type token. This type specifies IDs of entry points and exit points of certain IL constructs, for example it can be useful for exception handling representation in IL. Spec: intel/llvm#3788 Signed-off-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
May 27, 2021
This extension adds a type-declaration instruction OpTypeTokenINTEL, which is an analog of LLVM's type token. This type specifies IDs of entry points and exit points of certain IL constructs, for example it can be useful for exception handling representation in IL. Spec: intel/llvm#3788 Signed-off-by: Dmitry Sidorov <[email protected]>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
May 27, 2021
This extension adds a type-declaration instruction OpTypeTokenINTEL, which is an analog of LLVM's type token. This type specifies IDs of entry points and exit points of certain IL constructs, for example it can be useful for exception handling representation in IL. Spec: intel/llvm#3788 Signed-off-by: Dmitry Sidorov <[email protected]>
AlexeySotkin
pushed a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
May 31, 2021
This extension adds a type-declaration instruction OpTypeTokenINTEL, which is an analog of LLVM's type token. This type specifies IDs of entry points and exit points of certain IL constructs, for example it can be useful for exception handling representation in IL. Spec: intel/llvm#3788 Signed-off-by: Dmitry Sidorov <[email protected]>
vmaksimo
pushed a commit
to vmaksimo/llvm
that referenced
this pull request
May 31, 2021
This extension adds a type-declaration instruction OpTypeTokenINTEL, which is an analog of LLVM's type token. This type specifies IDs of entry points and exit points of certain IL constructs, for example it can be useful for exception handling representation in IL. Spec: intel#3788 Signed-off-by: Dmitry Sidorov <[email protected]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@091c366
MrSidims
commented
Jun 9, 2021
------------ | ||
|
||
This extension is written against the SPIR-V Specification, | ||
Version 1.5 Revision 7. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revision 5
MrSidims
commented
Jul 6, 2021
| Capability: | ||
*TokenTypeINTEL* | ||
|
||
| 2 | TBD | Result <id> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no longer TBD
MrSidims
changed the title
[SYCL][DOC] Add SPV_INTEL_token_type extension spec
[SPIR-V][DOC] Add SPV_INTEL_token_type extension spec
Oct 13, 2021
MrSidims
added
SPIR-V
Issues related to SPIRV-LLVM-Translator
spec extension
All issues/PRs related to extensions specifications
labels
Oct 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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: Dmitry Sidorov [email protected]