Skip to content
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
wants to merge 1 commit into from

Conversation

MrSidims
Copy link
Contributor

Signed-off-by: Dmitry Sidorov [email protected]

@MrSidims MrSidims requested a review from a team as a code owner May 20, 2021 07:34
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
------------

This extension is written against the SPIR-V Specification,
Version 1.5 Revision 7.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Revision 5

| Capability:
*TokenTypeINTEL*

| 2 | TBD | Result <id>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

no longer TBD

@MrSidims 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 MrSidims added SPIR-V Issues related to SPIRV-LLVM-Translator spec extension All issues/PRs related to extensions specifications labels Oct 13, 2021
@github-actions github-actions bot added the Stale label Apr 12, 2022
@github-actions github-actions bot closed this May 12, 2022
@MrSidims MrSidims reopened this Oct 12, 2022
@github-actions github-actions bot closed this Nov 12, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant