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
szülő 5840940caa
commit f7338717ae
1574 fájl változott, egészen pontosan 162972 új sor hozzáadva és 199346 régi sor törölve
@@ -144,8 +144,8 @@ TEST_CASE("Unit_hipLaunchKernel_Negative_Parameters") {
nullptr, max, nullptr),
hipErrorInvalidValue);
}
#if HT_AMD
#if HT_AMD
SECTION("Invalid stream") {
hipStream_t stream = nullptr;
HIP_CHECK(hipStreamCreate(&stream));
@@ -154,5 +154,5 @@ TEST_CASE("Unit_hipLaunchKernel_Negative_Parameters") {
nullptr, 0, stream),
hipErrorInvalidValue);
}
#endif
#endif
}