-
Notifications
You must be signed in to change notification settings - Fork 900
[SPIR-V] Add descriptor heap -fvk-resource-heap-stride / -fvk-sampler-heap-stride CLI flags #8519
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
29
commits into
microsoft:main
Choose a base branch
from
jzakharovnv:pr3-cli-stride-flags
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.
Open
Changes from all commits
Commits
Show all changes
29 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 0f479ce
[SPIR-V] Add descriptor heap RaytracingAccelerationStructure support
jzakharovnv 02e5ed4
removed erronous CLI options from test
jzakharovnv 436e9fb
Included AccelerationStructure in resource heap stride calculation
jzakharovnv b43202c
Added AS reassignment diagnostic, fixed tests and docs
jzakharovnv 9afbf66
[SPIR-V] Add release note for descriptor heap RaytracingAccelerationS…
jzakharovnv 0446c2c
fix test
jzakharovnv 2b6155e
[SPIR-V] Add descriptor heap RaytracingAccelerationStructure support
jzakharovnv 5f8e4fd
Added AS reassignment diagnostic, fixed tests and docs
jzakharovnv fc76120
update docs
jzakharovnv 27e75a6
Suppress heap stride diagnostic when CLI option given
jzakharovnv ae2a006
[SPIR-V] Add release note for descriptor heap stride CLI support (#8519)
jzakharovnv aba209f
nit testing fixes and clean up
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
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.