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

Этот коммит содержится в:
Danylo Lytovchenko
2025-08-22 17:23:22 +02:00
коммит произвёл GitHub
родитель ed877433f3
Коммит 2ff2316227
189 изменённых файлов: 1906 добавлений и 2418 удалений
+1 -2
Просмотреть файл
@@ -31,8 +31,7 @@ THE SOFTWARE.
* Contains performance tests for kernel launch overhead benchmarking.
*/
template <KernelType kernel_type, bool timer_type>
class LaunchKernelBenchmark
template <KernelType kernel_type, bool timer_type> class LaunchKernelBenchmark
: public KernelLaunchBenchmark<LaunchKernelBenchmark<kernel_type, timer_type>, timer_type> {
public:
constexpr void LaunchKernel() {