Adjust clang format to the new versions, revert broken macro layout (#714)

このコミットが含まれているのは:
Danylo Lytovchenko
2025-08-22 17:23:22 +02:00
committed by GitHub
コミット 2ff2316227
189個のファイルの変更1906行の追加2418行の削除
+3 -4
ファイルの表示
@@ -110,10 +110,9 @@ bool testhipModuleLoadUnloadFunc(const std::vector<char>& buffer, char* globTest
// Check the results
for (size_t idx = 0; idx < N; idx++) {
if (B_h[idx] !=
(deviceGlobalInt1H * A_h[idx] + deviceGlobalInt2H + static_cast<int>(deviceGlobalShortH) +
+static_cast<int>(deviceGlobalCharH) +
static_cast<int>(deviceGlobalFloatH * deviceGlobalFloatH))) {
if (B_h[idx] != (deviceGlobalInt1H * A_h[idx] + deviceGlobalInt2H +
static_cast<int>(deviceGlobalShortH) + +static_cast<int>(deviceGlobalCharH) +
static_cast<int>(deviceGlobalFloatH * deviceGlobalFloatH))) {
// exit the current process with failure
return false;
}