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
orang tua 5840940caa
melakukan f7338717ae
1574 mengubah file dengan 162972 tambahan dan 199346 penghapusan
@@ -39,7 +39,8 @@ THE SOFTWARE.
- Creates a memcpy node and adds it to a graph
*/
// APIs hipDrvGraphMemcpyNodeGetParams, hipDrvGraphMemcpyNodeSetParams are yet to be implemented in HIP runtime.
// APIs hipDrvGraphMemcpyNodeGetParams, hipDrvGraphMemcpyNodeSetParams are yet to be implemented in
// HIP runtime.
#if 0
/**
* Test Description
@@ -461,7 +462,7 @@ TEST_CASE("Unit_hipDrvGraphAddMemcpyNode_Positive_Array") {
HIP_CHECK(hipCtxPopCurrent(&context));
HIP_CHECK(hipCtxDestroy(context));
}
#endif // if 0
#endif // if 0
/**
* Test Description
@@ -662,6 +663,6 @@ TEST_CASE("Unit_hipDrvGraphAddMemcpyNode_Negative_Parameters") {
}
/**
* End doxygen group GraphTest.
* @}
*/
* End doxygen group GraphTest.
* @}
*/