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
@@ -32,14 +32,14 @@ THE SOFTWARE.
/**
* Test Description
* ------------------------
* ------------------------
* - Loads the simple kernel function from the matching module
* - Checks that the valid name is returned for the loaded kernel function
* Test source
* ------------------------
* ------------------------
* - unit/callback/hipKernelNameRef.cc
* Test requirements
* ------------------------
* ------------------------
* - HIP_VERSION >= 5.2
* - Platform specific (AMD)
*/
@@ -55,13 +55,13 @@ TEST_CASE("Unit_hipKernelNameRef_Positive_Basic") {
/**
* Test Description
* ------------------------
* ------------------------
* - Checks that the API returns nullptr if the passed function is not loaded
* Test source
* ------------------------
* ------------------------
* - unit/callback/hipKernelNameRef.cc
* Test requirements
* ------------------------
* ------------------------
* - HIP_VERSION >= 5.2
* - Platform specific (AMD)
*/
@@ -71,6 +71,6 @@ TEST_CASE("Unit_hipKernelNameRef_Negative_Parameters") {
}
/**
* End doxygen group CallbackTest.
* @}
*/
* End doxygen group CallbackTest.
* @}
*/