[NFC] Fix release branch commit structure#8476
Merged
V-FEXrt merged 10 commits intoMay 27, 2026
Merged
Conversation
This allows HLSL templates to have double closing angle brackets without a space between them matching C++11 template parsing.
Update the LinAlg header file in response to microsoft/hlsl-specs#875 Swaps the InterlockedAccumulate parameters back to their original location
Partial implementation of C++11-stlye type deduction added to HLSL under the 202x language mode. This is still missing special handling for non-deducible special HLSL types. The main one that comes to mind is the type of the `ResourceDescriptorHeap` and `SamplerDescriptorHeap`. I think this PR can stand on its own because using it to infer those special types won't technically break anything it just might expose some bits and pieces of the implementation that we don't want.
Adds a smoke test for the VectorAccumulate operation added for the preview followup --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fixes microsoft#8271 Use `LinAlg` as the intrinsic type instead of `numeric` for LinAlg intrinsics and update the `LinAlg` to match current allowed types
This PR adds support for the `[[nodiscard]]` attribute so that diagnostics can be easily issued for cases where return types of functions should not be discarded. This came up in feedback about the `Matrix::Fill` function in the linear algebra specification.
This adds coverage of two uses missed in the original test. The first covers structs with nodiscard on the type declaration, the second covers selecting the method spelling of the attribute over the type attribute if both are present.
…)" This reverts commit c1e1fc7.
damyanp
approved these changes
May 26, 2026
bob80905
approved these changes
May 26, 2026
99400dc
into
microsoft:release-preview-1.10.2605
14 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR results in no code diffs but instead fixes the last merge into the release branch.
It was supposed to be a merge commit but instead it was unintentionally squashed. This reverts the squash and resubmits the commits for merge