-
Notifications
You must be signed in to change notification settings - Fork 798
[SPIR-V][DOC] Add SPV_INTEL_hw_thread_queries extension spec #4747
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 11, 2021
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Oct 11, 2021
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Oct 11, 2021
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
d8cb86f
to
49e3f14
Compare
Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
MrSidims
added a commit
to MrSidims/SPIRV-LLVM-Translator
that referenced
this pull request
Oct 15, 2021
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Oct 18, 2021
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
vmaksimo
pushed a commit
to vmaksimo/llvm
that referenced
this pull request
Oct 25, 2021
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com> Original commit: KhronosGroup/SPIRV-LLVM-Translator@ddb1c7a
Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
5d0d6c0
to
d5c7d81
Compare
Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
Quetzonarch
pushed a commit
to Quetzonarch/SPIRV-LLVM-Translator
that referenced
this pull request
Jul 13, 2022
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
stanleygambarin
pushed a commit
to stanleygambarin/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 19, 2023
…onosGroup#1245) The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
stanleygambarin
pushed a commit
to stanleygambarin/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 19, 2023
…onosGroup#1245) The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
stanleygambarin
pushed a commit
to stanleygambarin/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 19, 2023
…onosGroup#1245) The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
MrSidims
pushed a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 21, 2023
[Backport to 13] Implement SPV_INTEL_hw_thread_queries extension The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md [Backport to 13] Update SPV_INTEL_hw_thread_queries to rev 2 Replace local id with global id.
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 21, 2023
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 21, 2023
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
stanleygambarin
pushed a commit
to stanleygambarin/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 24, 2023
…onosGroup#1245) The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
stanleygambarin
pushed a commit
to stanleygambarin/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 24, 2023
…nosGroup#1245) The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 24, 2023
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
stanleygambarin
pushed a commit
to stanleygambarin/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 25, 2023
…onosGroup#1245) The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 26, 2023
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
stanleygambarin
pushed a commit
to stanleygambarin/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 28, 2023
…nosGroup#1245) The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
MrSidims
added a commit
to KhronosGroup/SPIRV-LLVM-Translator
that referenced
this pull request
Jan 28, 2023
The extension adds BuiltIn decorations to query maximum number of H/W threads per a sub-device (tile), a sub-device ID and a H/W thread ID within the sub-device. These instructions combined can be used to calculate a unique H/W thread on which the code is being launched. Spec: intel/llvm#4747 Some info about Intel multi-tile cards: https://github.com/intel/llvm/blob/sycl/sycl/doc/MultiTileCardWithLevelZero.md Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
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 dmitry.sidorov@intel.com