summaryrefslogtreecommitdiff
path: root/modules/sycl/c++/sycl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sycl/c++/sycl.hpp')
-rw-r--r--modules/sycl/c++/sycl.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/sycl/c++/sycl.hpp b/modules/sycl/c++/sycl.hpp
new file mode 100644
index 0000000..973b511
--- /dev/null
+++ b/modules/sycl/c++/sycl.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "common.hpp"
+#include "data.hpp"
+#include "index.hpp"