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

This commit is contained in:
Danylo Lytovchenko
2025-08-22 17:23:22 +02:00
committed by GitHub
parent ed877433f3
commit 2ff2316227
189 changed files with 1906 additions and 2418 deletions
@@ -143,7 +143,7 @@ static bool hipPerfBufferCopyRectSpeed_test(int p_tests) {
// read speed in GB/s
double perf = (static_cast<double>(bufSize_ * numIter) * static_cast<double>(1e-09)) /
elapsed_secs.count();
elapsed_secs.count();
const char* strSrc = NULL;
const char* strDst = NULL;