* Header Fixes

* Format fix
Этот коммит содержится в:
Elwazir, Ammar
2025-05-29 10:04:09 -05:00
коммит произвёл GitHub
родитель 2bb64e9c9a
Коммит 8f86aee2ca
6 изменённых файлов: 6 добавлений и 0 удалений
+1
Просмотреть файл
@@ -30,6 +30,7 @@ THE SOFTWARE.
#include <stdio.h>
#include <unistd.h>
#include <regex>
#include <string>
#include <thread>
#include <vector>
+1
Просмотреть файл
@@ -32,6 +32,7 @@
#include <mutex>
#include <random>
#include <stdexcept>
#include <thread>
#if defined(USE_MPI)
# include <mpi.h>
+1
Просмотреть файл
@@ -32,6 +32,7 @@
#include <mutex>
#include <random>
#include <stdexcept>
#include <thread>
#if defined(USE_MPI)
# include <mpi.h>
+1
Просмотреть файл
@@ -41,6 +41,7 @@
#include <random>
#include <sstream>
#include <stdexcept>
#include <thread>
#define HIP_API_CALL(CALL) \
{ \
+1
Просмотреть файл
@@ -30,6 +30,7 @@
#include <mutex>
#include <random>
#include <stdexcept>
#include <thread>
#if defined(USE_MPI)
# include <mpi.h>
+1
Просмотреть файл
@@ -28,6 +28,7 @@
#include <algorithm>
#include <iostream>
#include <mutex>
#include <thread>
#include <vector>
#include "common/defines.hpp"