diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-19 13:35:25 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-19 13:35:25 +0100 |
| commit | 8b3ade73997e9f87f1232b9dc9af35969e6f50dd (patch) | |
| tree | 832f62951389ffc5f5a593a57cc6d41e3da759ab /lib/sycl/c++/common.hpp | |
| parent | 4fd241a9405124d9ac66fe7417bf628273a3762f (diff) | |
| download | libs-lbm-8b3ade73997e9f87f1232b9dc9af35969e6f50dd.tar.gz | |
Rewriting parts to handle different ghost layers
Diffstat (limited to 'lib/sycl/c++/common.hpp')
| -rw-r--r-- | lib/sycl/c++/common.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/sycl/c++/common.hpp b/lib/sycl/c++/common.hpp new file mode 100644 index 0000000..8ff76fc --- /dev/null +++ b/lib/sycl/c++/common.hpp @@ -0,0 +1,12 @@ +#pragma once + +#include <kel/lbm/common.hpp> +#include <AdaptiveCpp/sycl/sycl.hpp> + +namespace kel { +namespace lbm { +namespace sycl { +using namespace acpp::sycl; +} +} +} |
