Skip to content

Initial HLK test for GroupSharedLimit#8160

Draft
JoeCitizen wants to merge 1 commit intomicrosoft:mainfrom
JoeCitizen:user/jackell/GroupSharedMemory_HLK
Draft

Initial HLK test for GroupSharedLimit#8160
JoeCitizen wants to merge 1 commit intomicrosoft:mainfrom
JoeCitizen:user/jackell/GroupSharedMemory_HLK

Conversation

@JoeCitizen
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️

You can test this locally with the following command:
git-clang-format --diff c44a383b49d38e4fc64c8f66cbb5ac9e2fd88a79 bb0f4bc8c069eebf7ae51f77f6d526c510a23c47 -- tools/clang/unittests/HLSLExec/ExecutionTest.cpp
View the diff from clang-format here.
diff --git a/tools/clang/unittests/HLSLExec/ExecutionTest.cpp b/tools/clang/unittests/HLSLExec/ExecutionTest.cpp
index fff03ffc..5d4e313a 100644
--- a/tools/clang/unittests/HLSLExec/ExecutionTest.cpp
+++ b/tools/clang/unittests/HLSLExec/ExecutionTest.cpp
@@ -10675,8 +10675,7 @@ void ExecutionTest::GroupSharedLimitTest() {
     std::shared_ptr<st::ShaderOpTestResult> test =
         st::RunShaderOpTestAfterParse(
             pDevice, m_support, "GroupSharedLimitTest",
-            [&](LPCSTR Name, std::vector<BYTE> &Data,
-                st::ShaderOp *pShaderOp) {
+            [&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
               VERIFY_IS_TRUE((0 == strncmp(Name, "UAVBuffer0", 10)));
               pShaderOp->Shaders.at(0).Text = pShader;
               Data.resize(sizeof(uint32_t) * GSM_DWORDS);
@@ -10727,8 +10726,7 @@ void ExecutionTest::GroupSharedLimitTest() {
     std::shared_ptr<st::ShaderOpTestResult> test =
         st::RunShaderOpTestAfterParse(
             pDevice, m_support, "GroupSharedLimitTest",
-            [&](LPCSTR Name, std::vector<BYTE> &Data,
-                st::ShaderOp *pShaderOp) {
+            [&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
               VERIFY_IS_TRUE((0 == strncmp(Name, "UAVBuffer0", 10)));
               pShaderOp->Shaders.at(0).Text = pShader;
               Data.resize(sizeof(uint32_t) * GSM_DWORDS);
@@ -10776,8 +10774,7 @@ void ExecutionTest::GroupSharedLimitTest() {
     std::shared_ptr<st::ShaderOpTestResult> test =
         st::RunShaderOpTestAfterParse(
             pDevice, m_support, "GroupSharedLimitTest",
-            [&](LPCSTR Name, std::vector<BYTE> &Data,
-                st::ShaderOp *pShaderOp) {
+            [&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
               VERIFY_IS_TRUE((0 == strncmp(Name, "UAVBuffer0", 10)));
               pShaderOp->Shaders.at(0).Text = pShader;
               Data.resize(sizeof(uint32_t) * GSM_DWORDS);
@@ -10814,8 +10811,7 @@ void ExecutionTest::GroupSharedLimitTest() {
     std::shared_ptr<st::ShaderOpTestResult> test =
         st::RunShaderOpTestAfterParse(
             pDevice, m_support, "GroupSharedLimitTest",
-            [&](LPCSTR Name, std::vector<BYTE> &Data,
-                st::ShaderOp *pShaderOp) {
+            [&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
               VERIFY_IS_TRUE((0 == strncmp(Name, "UAVBuffer0", 10)));
               pShaderOp->Shaders.at(0).Text = pShader;
               Data.resize(sizeof(uint32_t));
  • Check this box to apply formatting changes to this branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: New

Development

Successfully merging this pull request may close these issues.

1 participant