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++/sycl.hpp | |
| parent | 4fd241a9405124d9ac66fe7417bf628273a3762f (diff) | |
| download | libs-lbm-8b3ade73997e9f87f1232b9dc9af35969e6f50dd.tar.gz | |
Rewriting parts to handle different ghost layers
Diffstat (limited to 'lib/sycl/c++/sycl.hpp')
| -rw-r--r-- | lib/sycl/c++/sycl.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
