From 8b3ade73997e9f87f1232b9dc9af35969e6f50dd Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 19 Jan 2026 13:35:25 +0100 Subject: Rewriting parts to handle different ghost layers --- lib/sycl/c++/common.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/sycl/c++/common.hpp (limited to 'lib/sycl/c++/common.hpp') 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 +#include + +namespace kel { +namespace lbm { +namespace sycl { +using namespace acpp::sycl; +} +} +} -- cgit v1.2.3