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++/sycl.hpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/sycl/c++/sycl.hpp (limited to 'lib/sycl/c++/sycl.hpp') diff --git a/lib/sycl/c++/sycl.hpp b/lib/sycl/c++/sycl.hpp new file mode 100644 index 0000000..8ddc3cd --- /dev/null +++ b/lib/sycl/c++/sycl.hpp @@ -0,0 +1,4 @@ +#pragma once + +#include "common.hpp" +#include "data.hpp" -- cgit v1.2.3