SWDEV-470698 - fix formatting, add format check workflow (#657)

This commit is contained in:
Danylo Lytovchenko
2025-08-20 16:28:06 +02:00
committed by GitHub
parent 5840940caa
commit f7338717ae
1574 changed files with 162972 additions and 199346 deletions
@@ -22,7 +22,7 @@ THE SOFTWARE.
#include <hip_test_common.hh>
#include <hip_test_checkers.hh>
#include <hip_test_kernels.hh>
#include "graph_dependency_common.hh"
@@ -180,7 +180,7 @@ TEST_CASE("Unit_hipGraphGetRootNodes_Positive_CapturedStream") {
HIP_CHECK(hipGraphGetRootNodes(graph, nodes, &numRootNodes));
REQUIRE(numRootNodes == expectedRootNodes);
#if HT_NVIDIA // EXSWHTEC-225
#if HT_NVIDIA // EXSWHTEC-225
// Verify root nodes have correct type.
hipGraphNodeType nodeType;
HIP_CHECK(hipGraphNodeGetType(nodes[0], &nodeType));
@@ -267,6 +267,6 @@ TEST_CASE("Unit_hipGraphGetRootNodes_Negative_Parameters") {
}
/**
* End doxygen group GraphTest.
* @}
*/
* End doxygen group GraphTest.
* @}
*/