diff options
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; +} +} +} |
