Skip to content

[SM6.10][LinAlg][HLK] Small test cleanups#8295

Merged
V-FEXrt merged 8 commits intomicrosoft:mainfrom
V-FEXrt:linalg-hlk-fixup
Mar 26, 2026
Merged

[SM6.10][LinAlg][HLK] Small test cleanups#8295
V-FEXrt merged 8 commits intomicrosoft:mainfrom
V-FEXrt:linalg-hlk-fixup

Conversation

@V-FEXrt
Copy link
Copy Markdown
Collaborator

@V-FEXrt V-FEXrt commented Mar 25, 2026

Addresses outstanding cleanup requests from the initial LinAlg exec test PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 25, 2026

✅ With the latest revision this PR passed the C/C++ code formatter.

Comment on lines +736 to +741
std::wstringstream LogFlags;
LogFlags << L"Compiling with flags:";
for (const auto &A : WArgStorage) {
WArgPtrs.push_back(A.c_str());
LogFlags << L" " << A;
}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this bit of code was also edited, not just moved

Copy link
Copy Markdown
Member

@damyanp damyanp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMbutithinkitisnicetohavesomespacingtomakeiteasiertoreadthings

Comment thread tools/clang/unittests/HLSLExec/HlslExecTestUtils.h Outdated
Comment thread tools/clang/unittests/HLSLExec/HlslExecTestUtils.cpp
Copy link
Copy Markdown
Contributor

@alsepkow alsepkow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Comment thread tools/clang/unittests/HLSLExec/HlslExecTestUtils.h Outdated
@github-project-automation github-project-automation Bot moved this from New to In progress in HLSL Roadmap Mar 26, 2026
Comment on lines -201 to -203
WEX::TestExecution::SetVerifyOutput VerifySettings(
WEX::TestExecution::VerifyOutputSettings::LogOnlyFailures);

Copy link
Copy Markdown
Collaborator Author

@V-FEXrt V-FEXrt Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we added this to the class above so it shouldn't be needed here

@V-FEXrt V-FEXrt merged commit b87d15d into microsoft:main Mar 26, 2026
12 checks passed
@github-project-automation github-project-automation Bot moved this from In progress to Done in HLSL Roadmap Mar 26, 2026
@V-FEXrt V-FEXrt deleted the linalg-hlk-fixup branch March 26, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants