From 4b099504941e9be57d7462c4d3ddd8ebce953b8a Mon Sep 17 00:00:00 2001 From: Leon Oostrum Date: Tue, 23 Jul 2024 12:25:20 +0200 Subject: [PATCH 1/4] include cuda_runtime in cu.hpp --- include/cudawrappers/cu.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cudawrappers/cu.hpp b/include/cudawrappers/cu.hpp index 8adf8fa..7efae9e 100644 --- a/include/cudawrappers/cu.hpp +++ b/include/cudawrappers/cu.hpp @@ -15,6 +15,7 @@ #if !defined(__HIP__) #include +#include #else #include From 8228abe95545e99997559ca6024f63fe32abdc8e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:28:05 +0000 Subject: [PATCH 2/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- include/cudawrappers/cu.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/cudawrappers/cu.hpp b/include/cudawrappers/cu.hpp index 7efae9e..c9f6b2f 100644 --- a/include/cudawrappers/cu.hpp +++ b/include/cudawrappers/cu.hpp @@ -14,8 +14,9 @@ #include #if !defined(__HIP__) -#include #include + +#include #else #include From 9b67c38ce9bd1fb28785083aa473f1003d866f1e Mon Sep 17 00:00:00 2001 From: Leon Oostrum Date: Tue, 23 Jul 2024 13:09:50 +0200 Subject: [PATCH 3/4] Update include/cudawrappers/cu.hpp Co-authored-by: Bram Veenboer --- include/cudawrappers/cu.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/cudawrappers/cu.hpp b/include/cudawrappers/cu.hpp index c9f6b2f..7efae9e 100644 --- a/include/cudawrappers/cu.hpp +++ b/include/cudawrappers/cu.hpp @@ -14,9 +14,8 @@ #include #if !defined(__HIP__) -#include - #include +#include #else #include From 777773fed8b8de0f1e2a67d52935bb653f43f274 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:11:15 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- include/cudawrappers/cu.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/cudawrappers/cu.hpp b/include/cudawrappers/cu.hpp index 7efae9e..c9f6b2f 100644 --- a/include/cudawrappers/cu.hpp +++ b/include/cudawrappers/cu.hpp @@ -14,8 +14,9 @@ #include #if !defined(__HIP__) -#include #include + +#include #else #include