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
+2 -2
View File
@@ -140,8 +140,8 @@ int main(int argc, char** argv) {
bool isAMDPlatform = (strcmp(platform.getInfo<CL_PLATFORM_NAME>().c_str(),
"AMD Accelerated Parallel Processing") == 0)
? true
: false;
? true
: false;
if (isAMDPlatform) {
std::string boardName;
device.getInfo(CL_DEVICE_BOARD_NAME_AMD, &boardName);