-
Notifications
You must be signed in to change notification settings - Fork 780
Update LongVector Execution tests to now use XML #7393
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
Merged
alsepkow
merged 46 commits into
microsoft:staging-sm6.9
from
alsepkow:user/alsepkow/LongVector_Exec_XML
Jun 5, 2025
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
5936fc1
Update long vec execution tests to use xml and some other general
alsepkow 2e40ac4
Forgot clang format
alsepkow eb852de
revert submodule changes
alsepkow 2f71657
Code review
alsepkow 5bd9151
Clang-format
alsepkow ff48aec
const args
alsepkow f7eb133
WIP on trig. Accuracy issue and need some cleanup
alsepkow 71b7359
Swapping
alsepkow 19bef44
Remove doubles, not supported for trig functions
alsepkow 35ec9db
Wip, swap to look at coop vec stuff
alsepkow 09bc268
Trig tests passing
alsepkow dc97508
Bug fixes and remove mod float64 as it is not supported
alsepkow c8c3be8
A few bug fixes. Comparing 0 and -0
alsepkow 6e173d7
Clang-format
alsepkow f26c904
LLVM ifdef include guards
alsepkow f7dedb4
A little code review. Const, fix the unneeded 0 comparison, new line
alsepkow 3ded6e1
Update template arg names. Need a better name than OpTypeT though
alsepkow fecb370
More code review changes. Fix CompareHalfULP. Template arg names. Etc
alsepkow 0391bc5
Clang-format
alsepkow 8c1c366
Move RunShaderOp* functions to ShaderOpTest files
alsepkow f51c55c
Factor out TableParameterHandler
alsepkow 0226b26
Forgot clang format, again again
alsepkow 5201efc
Refactored all long vector tests into their own files. Still needs a …
alsepkow 8cdaa29
Clang-format
alsepkow 2087c2b
fix includes
alsepkow 4ea7b55
Add a tpp
alsepkow c8f8965
naming
alsepkow 053f774
Formatting
alsepkow f33f1b0
clean up comment
alsepkow 18aa44d
Comment 2
alsepkow 62253a7
Fix ComputeExpectedValues bugs I introduced during refactor
alsepkow d81fdd7
Keep formatter happy
alsepkow 4b7fc28
Change comment
alsepkow b64ad0b
Code review. Update CompareHalfULP logic for nan values
alsepkow 4b3924c
Fix bug in DoValuesMatch
alsepkow 5fa09f6
restore latest-release.json, again
alsepkow 574dbf0
Remove comments in LongVector::BinaryOpType enum
alsepkow 972483b
Restore line endings in ShaderOpArithTable.xml
alsepkow b5fdc60
Some fix-up post re-base to resolve merge conflicts related to coop vec
alsepkow ac32ec2
Fix (revert) latest-release.json
alsepkow 8413116
Restore submodule changes from bad merge resolution during rebase
alsepkow 1326915
Fix for the 'redefinition' of D3D_SHADER_MODELS enum we do in the Exe…
alsepkow e892e95
I can never remember Clang Format. I think I need to update my workfl…
alsepkow 6b20c7d
Clang format for latest-release.json
alsepkow e9d7c6f
A couple more fixes for D3D_SHADER_MODEL 'redefinitions'
alsepkow 09ca907
restore latest-release.json
alsepkow 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#include <windows.h> | ||
|
||
ShaderOpArithTable.xml DATASOURCE_XML "ShaderOpArithTable.xml" | ||
ShaderOpArithTable.xml DATASOURCE_XML "ShaderOpArithTable.xml" | ||
LongVectorOpTable.xml DATASOURCE_XML "LongVectorOpTable.xml" |
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.