-
Notifications
You must be signed in to change notification settings - Fork 901
[SPIR-V] Add SPV_EXT_descriptor_heap + SPV_KHR_untyped_pointers codegen #8517
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
Jonathan Zakharov (jzakharovnv)
wants to merge
19
commits into
microsoft:main
Choose a base branch
from
jzakharovnv:pr1-descriptor-heap-core
base: main
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.
+2,838
−134
Open
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d08306e
[SPIR-V] Add SPV_EXT_descriptor_heap + SPV_KHR_untyped_pointers codegen
jzakharovnv c89e022
Added OpConstantSizeOfEXT
jzakharovnv 002e1ad
clang-format
jzakharovnv 2e1c7fb
Shared max(image,buffer) stride for descriptor heap resource arrays
jzakharovnv 1fe7543
Fixed correct StorageClass for descriptor heap buffer alias pointers …
jzakharovnv 5f82d2c
Ammend keyword usage to follow LLVM Coding Standards
jzakharovnv 9bd2e2d
fix stride test
jzakharovnv a5f3f45
Cover arrayStrideId uniquing in SpirvContextTest
jzakharovnv 274b51e
Diagnose mixed bound/heap aliasing and correct documentation
jzakharovnv 0066403
Diagnose heap buffer alias use in function calls + returns and suppor…
jzakharovnv 58213f5
Remove useless scope block in tryToAssignDescriptorHeapImageAlias
jzakharovnv c82a49d
Remove dead append/consume guard in incDecRWACSBufferCounter
jzakharovnv 3f5c342
Remove unreachable !decl guard in heap index codegen path
jzakharovnv 9d74f7d
Propagate requestTargetEnv failure for desc heap
jzakharovnv 478c57c
[SPIR-V] Add release note for SPV_EXT_descriptor_heap native lowering…
jzakharovnv e5f7a61
nit fixes
jzakharovnv 1f5a41a
Fix tests and test formatting
jzakharovnv 5121b4b
improved comments and convention compliance
jzakharovnv d8f09ec
corrected release notes
jzakharovnv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.